diff options
author | Tobias Hunger <tobias.hunger@nokia.com> | 2011-11-23 15:15:01 +0000 |
---|---|---|
committer | hjk <qthjk@ovi.com> | 2011-11-24 10:49:41 +0100 |
commit | 0ce9fa2c16073f85ed17890088f6e40f523ce928 (patch) | |
tree | b9baa3db68e42a3edb545b20fd003bbc49a321ba /src/plugins/madde/maemopublishingfileselectiondialog.h | |
parent | 88fd98fbc4dc15afa4f42f84045dcdff38b9b301 (diff) | |
download | qt-creator-0ce9fa2c16073f85ed17890088f6e40f523ce928.tar.gz |
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/madde/maemopublishingfileselectiondialog.h')
-rw-r--r-- | src/plugins/madde/maemopublishingfileselectiondialog.h | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/src/plugins/madde/maemopublishingfileselectiondialog.h b/src/plugins/madde/maemopublishingfileselectiondialog.h index 423b2f7acf..cd7df261ac 100644 --- a/src/plugins/madde/maemopublishingfileselectiondialog.h +++ b/src/plugins/madde/maemopublishingfileselectiondialog.h @@ -36,9 +36,13 @@ #include <QtGui/QDialog> QT_BEGIN_NAMESPACE +namespace Madde { +namespace Internal { namespace Ui { - class MaemoPublishingFileSelectionDialog; -} +class MaemoPublishingFileSelectionDialog; +} // namespace Ui +} // namespace Internal +} // namespace Madde QT_END_NAMESPACE namespace Madde { |