summaryrefslogtreecommitdiffstats
path: root/tools/qmldebugger/standalone/qmldebugger.h
diff options
context:
space:
mode:
authorWolfgang Beck <wolfgang.beck@nokia.com>2010-02-10 23:41:37 (GMT)
committerMichael Brasser <michael.brasser@nokia.com>2010-02-16 00:53:36 (GMT)
commitc6ba330bc92ad8704f53a79f8f79d87c22b1db1e (patch)
treea2a5fe116c6d10ef5239a4352aa0215325500861 /tools/qmldebugger/standalone/qmldebugger.h
parent4460d24950614bd7c60ad7ec14e0418f1b06cc86 (diff)
downloadQt-c6ba330bc92ad8704f53a79f8f79d87c22b1db1e.zip
Qt-c6ba330bc92ad8704f53a79f8f79d87c22b1db1e.tar.gz
Qt-c6ba330bc92ad8704f53a79f8f79d87c22b1db1e.tar.bz2
MOBILITY-404 QS Windows.
Diffstat (limited to 'tools/qmldebugger/standalone/qmldebugger.h')
-rw-r--r--tools/qmldebugger/standalone/qmldebugger.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/tools/qmldebugger/standalone/qmldebugger.h b/tools/qmldebugger/standalone/qmldebugger.h
index da95ef9..3df47d1 100644
--- a/tools/qmldebugger/standalone/qmldebugger.h
+++ b/tools/qmldebugger/standalone/qmldebugger.h
@@ -45,6 +45,8 @@
#include <QtNetwork/qtcpsocket.h>
#include <QtGui/qwidget.h>
+QT_BEGIN_NAMESPACE
+
class QLabel;
class QLineEdit;
class QSpinBox;
@@ -87,4 +89,6 @@ private:
QTabWidget *m_tabs;
};
+QT_END_NAMESPACE
+
#endif