diff options
| author | 2012-02-27 01:16:26 +0000 | |
|---|---|---|
| committer | 2012-02-27 01:16:26 +0000 | |
| commit | ba052f7b1686e69c2c1da43fe5f53399dda8152c (patch) | |
| tree | ca310f241c2fdd7ae619f005ca58a2547bdd0387 /src/modules/theme | |
| parent | Dropped the KviTalPopupMenu layer, ported the involved code to QAction. (diff) | |
| download | KVIrc-ba052f7b1686e69c2c1da43fe5f53399dda8152c.tar.gz KVIrc-ba052f7b1686e69c2c1da43fe5f53399dda8152c.tar.bz2 KVIrc-ba052f7b1686e69c2c1da43fe5f53399dda8152c.zip | |
fix compilation, thanks minde for noticing (CtrlAltCa <3)
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6073 17fca916-40b9-46aa-a4ea-0a15b648b75c
Diffstat (limited to 'src/modules/theme')
| -rw-r--r-- | src/modules/theme/ThemeManagementDialog.cpp | 2 | ||||
| -rw-r--r-- | src/modules/theme/ThemeManagementDialog.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/modules/theme/ThemeManagementDialog.cpp b/src/modules/theme/ThemeManagementDialog.cpp index a340385b6..50599a80d 100644 --- a/src/modules/theme/ThemeManagementDialog.cpp +++ b/src/modules/theme/ThemeManagementDialog.cpp @@ -47,7 +47,6 @@ #include "KviDynamicToolTip.h" #include "KviIconManager.h" #include "KviMessageBox.h" -#include "QMenu.h" #include "KviTalListWidget.h" @@ -71,6 +70,7 @@ #include <QTextDocument> #include <QAbstractTextDocumentLayout> #include <QShortcut> +#include <QMenu> extern QRect g_rectManagementDialogGeometry; diff --git a/src/modules/theme/ThemeManagementDialog.h b/src/modules/theme/ThemeManagementDialog.h index c68e0f2af..7b3648350 100644 --- a/src/modules/theme/ThemeManagementDialog.h +++ b/src/modules/theme/ThemeManagementDialog.h @@ -27,7 +27,6 @@ #include "KviOptionsWidget.h" #include "KviPointerList.h" #include "KviTheme.h" -#include "QMenu.h" #include "KviTalWizard.h" #include "KviTalListWidget.h" @@ -38,6 +37,7 @@ #include <QListWidget> #include <QItemDelegate> #include <QToolButton> +#include <QMenu> #include "kvi_settings.h" #if defined(COMPILE_WEBKIT_SUPPORT) || defined(Q_MOC_RUN) #include "WebThemeInterfaceDialog.h" |
