aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/resourceeditor/resourceeditorw.h
diff options
context:
space:
mode:
authorKonstantin Tokarev <annulen@yandex.ru>2012-07-20 18:02:21 +0400
committerEike Ziller <eike.ziller@nokia.com>2012-07-24 15:51:20 +0200
commit1134c17b5524db58579e61860436d67c3bc9f2a4 (patch)
tree1c0f162338f4a3dc9a65ce3144f343f8960f13f1 /src/plugins/resourceeditor/resourceeditorw.h
parente0ffb2f6e02e8ecafbdba9267f419af4fd94bbb3 (diff)
Moved QrcEditor to Internal namespace, fixed namespace usage.
Change-Id: I24a142318cd6898ce32991085dcbeb7f00507f4e Reviewed-by: Eike Ziller <eike.ziller@nokia.com>
Diffstat (limited to 'src/plugins/resourceeditor/resourceeditorw.h')
-rw-r--r--src/plugins/resourceeditor/resourceeditorw.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/plugins/resourceeditor/resourceeditorw.h b/src/plugins/resourceeditor/resourceeditorw.h
index f863751e67..38b47b76dd 100644
--- a/src/plugins/resourceeditor/resourceeditorw.h
+++ b/src/plugins/resourceeditor/resourceeditorw.h
@@ -42,13 +42,11 @@ class QToolBar;
QT_END_NAMESPACE
namespace ResourceEditor {
-
-class QrcEditor;
-
namespace Internal {
class ResourceEditorPlugin;
class ResourceEditorW;
+class QrcEditor;
class ResourceEditorDocument
: public virtual Core::IDocument