X-Git-Url: https://cloud.milkyroute.net/gitweb/dolphin.git/blobdiff_plain/f81d73a7f3a851dc755ef0cd1fd2a2507587a900..04e493d78cdf46e64562fe8a302426b1fd8c47df:/src/dolphinmainwindow.h diff --git a/src/dolphinmainwindow.h b/src/dolphinmainwindow.h index ecc84b971..8b9c4a211 100644 --- a/src/dolphinmainwindow.h +++ b/src/dolphinmainwindow.h @@ -32,6 +32,7 @@ typedef KIO::FileUndoManager::CommandType CommandType; +class DiskSpaceUsageMenu; class DolphinBookmarkHandler; class DolphinViewActionHandler; class DolphinSettingsDialog; @@ -704,6 +705,12 @@ private: */ void updateAllowedToolbarAreas(); + /** + * Sets the background of the location bar(s) on if they are inside the toolbar, + * or off if they are outside the toolbar. + */ + void updateNavigatorsBackground(); + bool isKompareInstalled() const; /** @@ -766,6 +773,7 @@ private: KToolBarPopupAction *m_forwardAction; KActionMenu *m_splitViewAction; QAction *m_splitViewMenuAction; + DiskSpaceUsageMenu *m_diskSpaceUsageMenu; QMenu m_searchTools; KFileItemActions m_fileItemActions;