diff options
Diffstat (limited to 'tools/qmldebugger/standalone/qmldebugger.h')
-rw-r--r-- | tools/qmldebugger/standalone/qmldebugger.h | 4 |
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 |