summaryrefslogtreecommitdiff
path: root/src/libs/cplusplus/TypePrettyPrinter.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 /src/libs/cplusplus/TypePrettyPrinter.cpp
parent39f296460f15c25a46160422e1018e02a08ef714 (diff)
downloadqt-creator-6a7cf405bdf25717cf3382c099976911fe0d91bc.tar.gz
rename QtDebug to QDebug
More uniform. Change-Id: I1c6057981f4c2b3170a4e69f0674fe4caf1143a2 Reviewed-by: Robert Loehning <robert.loehning@nokia.com>
Diffstat (limited to 'src/libs/cplusplus/TypePrettyPrinter.cpp')
-rw-r--r--src/libs/cplusplus/TypePrettyPrinter.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libs/cplusplus/TypePrettyPrinter.cpp b/src/libs/cplusplus/TypePrettyPrinter.cpp
index 6488e3a4f8..78475334ff 100644
--- a/src/libs/cplusplus/TypePrettyPrinter.cpp
+++ b/src/libs/cplusplus/TypePrettyPrinter.cpp
@@ -37,7 +37,7 @@
#include <Symbols.h>
#include <Scope.h>
#include <QStringList>
-#include <QtDebug>
+#include <QDebug>
using namespace CPlusPlus;