aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/qmljseditor/qmljscomponentnamedialog.h
diff options
context:
space:
mode:
authorTobias Hunger <tobias.hunger@nokia.com>2011-11-23 15:15:01 +0000
committerhjk <qthjk@ovi.com>2011-11-24 10:49:41 +0100
commit0ce9fa2c16073f85ed17890088f6e40f523ce928 (patch)
treeb9baa3db68e42a3edb545b20fd003bbc49a321ba /src/plugins/qmljseditor/qmljscomponentnamedialog.h
parent88fd98fbc4dc15afa4f42f84045dcdff38b9b301 (diff)
UI files: Do not polute the global Ui namespace
Make sure all ui-files are in the plugin's internal namespace. Change-Id: Ifb2c3093441e8feb89e46f52fbb386fc316cfd13 Reviewed-by: hjk <qthjk@ovi.com>
Diffstat (limited to 'src/plugins/qmljseditor/qmljscomponentnamedialog.h')
-rw-r--r--src/plugins/qmljseditor/qmljscomponentnamedialog.h8
1 files changed, 7 insertions, 1 deletions
diff --git a/src/plugins/qmljseditor/qmljscomponentnamedialog.h b/src/plugins/qmljseditor/qmljscomponentnamedialog.h
index 9bd4777a1e..4ea91267da 100644
--- a/src/plugins/qmljseditor/qmljscomponentnamedialog.h
+++ b/src/plugins/qmljseditor/qmljscomponentnamedialog.h
@@ -36,9 +36,15 @@
#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 {