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/dolphincontextmenu.h | |
| parent | 64bc6393950447c0bf7e7704cf849780d84e0911 (diff) | |
Clean includes + port to QMenu
Diffstat (limited to 'src/dolphincontextmenu.h')
| -rw-r--r-- | src/dolphincontextmenu.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/dolphincontextmenu.h b/src/dolphincontextmenu.h index 3646ebcb5..62dffd074 100644 --- a/src/dolphincontextmenu.h +++ b/src/dolphincontextmenu.h @@ -24,7 +24,7 @@ #include <KService> #include <KUrl> #include <konq_copytomenu.h> -#include <KMenu> +#include <QMenu> #include <QObject> @@ -50,7 +50,7 @@ class DolphinRemoveAction; * - 'Actions': Contains all actions which can be applied to the * given item. */ -class DolphinContextMenu : public KMenu +class DolphinContextMenu : public QMenu { Q_OBJECT |
