summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel/qplatformtheme_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/kernel/qplatformtheme_p.h')
-rw-r--r--src/gui/kernel/qplatformtheme_p.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/gui/kernel/qplatformtheme_p.h b/src/gui/kernel/qplatformtheme_p.h
index 11f9e261ef..73deb890bb 100644
--- a/src/gui/kernel/qplatformtheme_p.h
+++ b/src/gui/kernel/qplatformtheme_p.h
@@ -51,7 +51,7 @@
// We mean it.
//
-#include <QtCore/QtGlobal>
+#include <QtGui/private/qtguiglobal_p.h>
#include "private/qkeysequence_p.h"
QT_BEGIN_NAMESPACE
@@ -67,8 +67,10 @@ public:
void initializeSystemPalette();
+#ifndef QT_NO_SHORTCUT
static const QKeyBinding keyBindings[];
static const uint numberOfKeyBindings;
+#endif
static unsigned currentKeyPlatforms();