diff options
| author | Montel Laurent <[email protected]> | 2014-10-10 23:36:36 +0200 |
|---|---|---|
| committer | Montel Laurent <[email protected]> | 2014-10-10 23:36:36 +0200 |
| commit | 6f6b1bbb69ba6653879431b1c4dcb22c89efba81 (patch) | |
| tree | 68362c1769c5c9241094747db2ecde187c9f8908 /src/dolphinmainwindow.h | |
| parent | 64bc6393950447c0bf7e7704cf849780d84e0911 (diff) | |
Clean includes + port to QMenu
Diffstat (limited to 'src/dolphinmainwindow.h')
| -rw-r--r-- | src/dolphinmainwindow.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dolphinmainwindow.h b/src/dolphinmainwindow.h index e7a366800..3ea4e0e17 100644 --- a/src/dolphinmainwindow.h +++ b/src/dolphinmainwindow.h @@ -448,7 +448,7 @@ private: * case if it has not added already to the toolbar. * @return True if the action has been added to the menu. */ - bool addActionToMenu(QAction* action, KMenu* menu); + bool addActionToMenu(QAction* action, QMenu* menu); /** * Connects the signals from the created DolphinView with |
