aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorfanquake <[email protected]>2012-09-22 17:29:55 +0800
committerfanquake <[email protected]>2012-09-22 18:56:22 +0800
commitea9eaf9dec203e40d8a88914ca04ae1a8b705128 (patch)
tree0cc70bd875d5da617f291c8908ab2adb373857d7 /src
parentMerge pull request #1845 from Diapolo/fix_1843 (diff)
downloaddiscoin-ea9eaf9dec203e40d8a88914ca04ae1a8b705128.tar.xz
discoin-ea9eaf9dec203e40d8a88914ca04ae1a8b705128.zip
Update Qt include
Update Qmenu include This is to be more consistent with the rest of the source Update Qt Includes
Diffstat (limited to 'src')
-rw-r--r--src/qt/macdockiconhandler.mm4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/qt/macdockiconhandler.mm b/src/qt/macdockiconhandler.mm
index df56e6949..75684403e 100644
--- a/src/qt/macdockiconhandler.mm
+++ b/src/qt/macdockiconhandler.mm
@@ -1,8 +1,8 @@
#include "macdockiconhandler.h"
-#include <QtGui/QMenu>
-#include <QtGui/QWidget>
+#include <QMenu>
+#include <QWidget>
extern void qt_mac_set_dock_menu(QMenu*);