diff options
author | Stephen Kelly <stephen.kelly@kdab.com> | 2012-07-10 10:35:45 +0200 |
---|---|---|
committer | Qt by Nokia <qt-info@nokia.com> | 2012-07-19 15:28:18 +0200 |
commit | 784a877d3cd9a1a75aca9c83146389503a966071 (patch) | |
tree | cb6822bf739cc63383ac3ed4bac2b6bb61e15a3a /src/testlib/qtestkeyboard.h | |
parent | 208996751333933be601b4cccdd99c924d07436f (diff) | |
download | qtbase-784a877d3cd9a1a75aca9c83146389503a966071.tar.gz |
Move QWindowSystemInterface out of qpa.
Public QtTest headers require it, so all unit tests would have to use private Qt
headers otherwise, which is not practical.
Change-Id: I5d4466ec30b6a57ebdfc34413e716e657eb51368
Reviewed-by: Girish Ramakrishnan <girish.1.ramakrishnan@nokia.com>
Diffstat (limited to 'src/testlib/qtestkeyboard.h')
-rw-r--r-- | src/testlib/qtestkeyboard.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/testlib/qtestkeyboard.h b/src/testlib/qtestkeyboard.h index 7c37d07a0b..e694a25898 100644 --- a/src/testlib/qtestkeyboard.h +++ b/src/testlib/qtestkeyboard.h @@ -56,7 +56,7 @@ #include <QtGui/qguiapplication.h> #include <QtGui/qwindow.h> #include <QtGui/qevent.h> -#include <qpa/qwindowsysteminterface.h> +#include <QtGui/qwindowsysteminterface.h> #ifdef QT_WIDGETS_LIB #include <QtWidgets/qwidget.h> |