diff options
| author | fanquake <[email protected]> | 2012-09-22 17:29:55 +0800 |
|---|---|---|
| committer | fanquake <[email protected]> | 2012-09-22 18:56:22 +0800 |
| commit | ea9eaf9dec203e40d8a88914ca04ae1a8b705128 (patch) | |
| tree | 0cc70bd875d5da617f291c8908ab2adb373857d7 /src | |
| parent | Merge pull request #1845 from Diapolo/fix_1843 (diff) | |
| download | discoin-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.mm | 4 |
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*); |