summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel/qwidget.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/kernel/qwidget.h')
-rw-r--r--src/gui/kernel/qwidget.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/kernel/qwidget.h b/src/gui/kernel/qwidget.h
index 03643646f8..7186c441f6 100644
--- a/src/gui/kernel/qwidget.h
+++ b/src/gui/kernel/qwidget.h
@@ -57,7 +57,7 @@
#include <QtGui/qkeysequence.h>
#ifdef Q_WS_QPA //should this go somewhere else?
-#include <QtGui/qwindow_qpa.h>
+#include <QtGui/qwindow.h>
#include <QtGui/qwindowformat_qpa.h>
#endif