tools/qtestlib/chart/reportgenerator.h
changeset 30 5dc02b23752f
parent 18 2f34d5167611
--- a/tools/qtestlib/chart/reportgenerator.h	Wed Jun 23 19:07:03 2010 +0300
+++ b/tools/qtestlib/chart/reportgenerator.h	Tue Jul 06 15:10:48 2010 +0300
@@ -42,6 +42,9 @@
 #define REPORTGENERATOR_H
 
 #include "database.h"
+#include <QtCore/qglobal.h>
+
+QT_BEGIN_NAMESPACE
 
 class ReportGenerator
 {
@@ -59,5 +62,7 @@
 
 void printTestCaseResults(const QString &testCaseName);
 
+QT_END_NAMESPACE
+
 #endif