summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorKai Koehne <kai.koehne@nokia.com>2012-06-06 20:05:08 +0200
committerQt by Nokia <qt-info@nokia.com>2012-06-07 13:10:27 +0200
commitee2d4f3376f9e71904fea7ad3481b6103ff52f3e (patch)
treea89534ea81ff94477bf23cbe9706d510a359fe64 /tests
parent63a0284bded3a39ab029a0ac49fb1fc4f85275df (diff)
Use correct include for message handler
Change-Id: I074e4a84999ff22b547eedb19d9f6a9b28b002d8 Reviewed-by: Denis Dzyubenko <denis.dzyubenko@nokia.com>
Diffstat (limited to 'tests')
-rw-r--r--tests/auto/partition/testpartition.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/partition/testpartition.cpp b/tests/auto/partition/testpartition.cpp
index ae00399..a343369 100644
--- a/tests/auto/partition/testpartition.cpp
+++ b/tests/auto/partition/testpartition.cpp
@@ -45,7 +45,7 @@
#include <QFile>
#include <QFileInfo>
#include <QDir>
-#include <QMessageHandler>
+#include <QtMessageHandler>
#include <QTime>
#include <QUuid>