aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/help/searchwidget.h
diff options
context:
space:
mode:
authorhjk <qthjk@ovi.com>2012-07-17 16:37:01 +0200
committerhjk <qthjk@ovi.com>2012-07-17 17:17:31 +0200
commitb44e0e1a237c93d5a8d3e63896a1868cf4bc7356 (patch)
treeca5a2e24af910fe966e270832493199d7eb64df9 /src/plugins/help/searchwidget.h
parent441c652ce5442b5d04c5998424264973eeb732a2 (diff)
use QT_BEGIN_NAMESPACE instead of QT_FORWARD_DECLARE_CLASS
Less confusing to the highlighter. Change-Id: I1c5f232da42b18d43f6c14b5907eb8feb48de2b4 Reviewed-by: hjk <qthjk@ovi.com>
Diffstat (limited to 'src/plugins/help/searchwidget.h')
-rw-r--r--src/plugins/help/searchwidget.h10
1 files changed, 6 insertions, 4 deletions
diff --git a/src/plugins/help/searchwidget.h b/src/plugins/help/searchwidget.h
index 3c9057888e7..43917a38e4e 100644
--- a/src/plugins/help/searchwidget.h
+++ b/src/plugins/help/searchwidget.h
@@ -38,10 +38,12 @@
#include <QWidget>
-QT_FORWARD_DECLARE_CLASS(QHelpSearchEngine)
-QT_FORWARD_DECLARE_CLASS(QHelpSearchResultWidget)
-QT_FORWARD_DECLARE_CLASS(QMouseEvent)
-QT_FORWARD_DECLARE_CLASS(QUrl)
+QT_BEGIN_NAMESPACE
+class QHelpSearchEngine;
+class QHelpSearchResultWidget;
+class QMouseEvent;
+class QUrl;
+QT_END_NAMESPACE
namespace Help {
namespace Internal {