aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/qmljseditor/qmljscomponentnamedialog.h
diff options
context:
space:
mode:
authorhjk <qtc-committer@nokia.com>2011-11-24 13:00:01 +0100
committerhjk <qthjk@ovi.com>2011-11-24 13:03:56 +0100
commitf012bf449407479366184320ae1fffb7533df698 (patch)
tree5c8a90a4fe71a4f41189d1683961e588785b0375 /src/plugins/qmljseditor/qmljscomponentnamedialog.h
parent4ba95878b358dd13f1c804734a5c22197d841a7c (diff)
compile fix with namespaces
Change-Id: I1b888ff8bd5c30a13dc8c00824d4cae6990a4b23 Reviewed-by: hjk <qthjk@ovi.com>
Diffstat (limited to 'src/plugins/qmljseditor/qmljscomponentnamedialog.h')
-rw-r--r--src/plugins/qmljseditor/qmljscomponentnamedialog.h12
1 files changed, 1 insertions, 11 deletions
diff --git a/src/plugins/qmljseditor/qmljscomponentnamedialog.h b/src/plugins/qmljseditor/qmljscomponentnamedialog.h
index 4ea91267da..b674968362 100644
--- a/src/plugins/qmljseditor/qmljscomponentnamedialog.h
+++ b/src/plugins/qmljseditor/qmljscomponentnamedialog.h
@@ -35,20 +35,10 @@
#include <QtGui/QDialog>
-QT_BEGIN_NAMESPACE
-
namespace QmlJSEditor {
namespace Internal {
-namespace Ui {
- class ComponentNameDialog;
-} // namespace Ui
-} // namespace Internal
-} // namespace QmlJSEditor
-QT_END_NAMESPACE
-
-namespace QmlJSEditor {
-namespace Internal {
+namespace Ui { class ComponentNameDialog; }
class ComponentNameDialog : public QDialog
{