aboutsummaryrefslogtreecommitdiffstats
path: root/tests/manual/debugger/gui/tst_gui.cpp
diff options
context:
space:
mode:
authorhjk <qthjk@ovi.com>2012-08-06 13:42:46 +0200
committerEike Ziller <eike.ziller@nokia.com>2012-08-06 14:55:08 +0200
commit6a7cf405bdf25717cf3382c099976911fe0d91bc (patch)
treed322dafe6a1bdeacd5675243ada0fe673ed01e44 /tests/manual/debugger/gui/tst_gui.cpp
parent39f296460f15c25a46160422e1018e02a08ef714 (diff)
rename QtDebug to QDebug
More uniform. Change-Id: I1c6057981f4c2b3170a4e69f0674fe4caf1143a2 Reviewed-by: Robert Loehning <robert.loehning@nokia.com>
Diffstat (limited to 'tests/manual/debugger/gui/tst_gui.cpp')
-rw-r--r--tests/manual/debugger/gui/tst_gui.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/manual/debugger/gui/tst_gui.cpp b/tests/manual/debugger/gui/tst_gui.cpp
index 5594816a9c..960d5f3f2f 100644
--- a/tests/manual/debugger/gui/tst_gui.cpp
+++ b/tests/manual/debugger/gui/tst_gui.cpp
@@ -29,7 +29,7 @@
**************************************************************************/
#include <QApplication>
-#include <QtDebug>
+#include <QDebug>
#include "mainwindow.h"
int main(int argc, char *argv[])