summaryrefslogtreecommitdiffstats
path: root/src/gui/text/qstatictext.h
diff options
context:
space:
mode:
authorck <qt-info@nokia.com>2010-02-22 09:39:11 +0100
committerck <qt-info@nokia.com>2010-02-22 09:39:11 +0100
commit1ab3c2f14442b474a35f20f036915f52c85bdc04 (patch)
tree45a5613cf7cbabd40623efad5ed7fd8f29ce212e /src/gui/text/qstatictext.h
parent155ae1da9dcf11617f412e5c229a2a12a333d7db (diff)
Fix compilation with namespace.
Diffstat (limited to 'src/gui/text/qstatictext.h')
-rw-r--r--src/gui/text/qstatictext.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gui/text/qstatictext.h b/src/gui/text/qstatictext.h
index 1e59944c20..00d42e0515 100644
--- a/src/gui/text/qstatictext.h
+++ b/src/gui/text/qstatictext.h
@@ -97,10 +97,10 @@ private:
friend class QStaticTextPrivate;
};
-Q_DECLARE_METATYPE(QStaticText)
-
QT_END_NAMESPACE
+Q_DECLARE_METATYPE(QStaticText)
+
QT_END_HEADER
#endif // QSTATICTEXT_H