aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorGirish Ramakrishnan <girish.1.ramakrishnan@nokia.com>2012-05-07 23:39:03 -0700
committerQt by Nokia <qt-info@nokia.com>2012-05-08 22:38:12 +0200
commit44340565e89d13bcb3eb8d3807b0682c976bdde9 (patch)
tree36ca383f848ee79001dec3ab21c78f8fa153b79d /tests
parenta5f1cec896c514a94f243f4adf3660e4b03a41ef (diff)
Adapt to _qpa file rename in qtbase.
qtbase change 36547f4eff44361f7a6acd0cff107c0e47561f93 renamed qpa headers. Change-Id: I903b48d145837557d305366e2eb4eedd0ad32c14 Reviewed-by: Samuel Rødal <samuel.rodal@nokia.com> Reviewed-by: Gunnar Sletta <gunnar.sletta@nokia.com>
Diffstat (limited to 'tests')
-rw-r--r--tests/auto/quick/qquickdroparea/tst_qquickdroparea.cpp2
-rw-r--r--tests/auto/shared/platforminputcontext.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/auto/quick/qquickdroparea/tst_qquickdroparea.cpp b/tests/auto/quick/qquickdroparea/tst_qquickdroparea.cpp
index 38fb02d085..8b4b63f19f 100644
--- a/tests/auto/quick/qquickdroparea/tst_qquickdroparea.cpp
+++ b/tests/auto/quick/qquickdroparea/tst_qquickdroparea.cpp
@@ -48,7 +48,7 @@
#include <QtQml/qqmlexpression.h>
#include <QtGui/qwindowsysteminterface_qpa.h>
-#include <QtGui/qplatformdrag_qpa.h>
+#include <qpa/qplatformdrag.h>
template <typename T> static T evaluate(QObject *scope, const QString &expression)
{
diff --git a/tests/auto/shared/platforminputcontext.h b/tests/auto/shared/platforminputcontext.h
index e77cbf34a1..70b48abe29 100644
--- a/tests/auto/shared/platforminputcontext.h
+++ b/tests/auto/shared/platforminputcontext.h
@@ -39,7 +39,7 @@
**
****************************************************************************/
-#include <qplatforminputcontext_qpa.h>
+#include <qpa/qplatforminputcontext.h>
#include <QtGui/QInputMethod>
class PlatformInputContext : public QPlatformInputContext