diff options
| author | Peter Penz <[email protected]> | 2011-03-27 18:45:17 +0200 |
|---|---|---|
| committer | Peter Penz <[email protected]> | 2011-03-27 18:46:08 +0200 |
| commit | 5647aab1e3aaa3933a3c7dbb53a262849f63a8f9 (patch) | |
| tree | 370981cf5aff8a0c2320f853ed47481b241fa986 /src/dolphinmainwindow.h | |
| parent | bbef0013a1bf6d8e041cae49a7f08d7b221708de (diff) | |
Minor optimizations for the menu toolbar-item
Diffstat (limited to 'src/dolphinmainwindow.h')
| -rw-r--r-- | src/dolphinmainwindow.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/dolphinmainwindow.h b/src/dolphinmainwindow.h index 7d964cf5f..a242a6546 100644 --- a/src/dolphinmainwindow.h +++ b/src/dolphinmainwindow.h @@ -44,12 +44,12 @@ class DolphinSettingsDialog; class DolphinViewContainer; class DolphinRemoteEncoding; class KAction; +class KJob; class KNewFileMenu; -class KPushButton; class KTabBar; class KUrl; class QSplitter; -class KJob; +class QToolButton; /** * @short Main window for Dolphin. @@ -568,7 +568,7 @@ private: // Members for the toolbar menu that is shown when the menubar is hidden: QWidget* m_toolBarSpacer; - KPushButton* m_openToolBarMenuButton; + QToolButton* m_openToolBarMenuButton; QWeakPointer<KMenu> m_toolBarMenu; QTimer* m_updateToolBarTimer; |
