summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkh1 <qt-info@nokia.com>2010-06-21 17:15:12 +0200
committerkh1 <qt-info@nokia.com>2010-06-21 17:15:49 +0200
commitcdbe93285bee1d88518d9b002a908392f9c6bafb (patch)
tree147539886d2491db96efc4433e4a100b72fad716
parentaf185d1e41662243a73f169cc2c560c8d317b5bc (diff)
downloadqt-creator-cdbe93285bee1d88518d9b002a908392f9c6bafb.tar.gz
Fix build with namespaces.
-rw-r--r--src/shared/help/topicchooser.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/shared/help/topicchooser.h b/src/shared/help/topicchooser.h
index a387c4d820..666aae1917 100644
--- a/src/shared/help/topicchooser.h
+++ b/src/shared/help/topicchooser.h
@@ -39,7 +39,7 @@
#include <QtGui/QDialog>
-class QSortFilterProxyModel;
+QT_FORWARD_DECLARE_CLASS(QSortFilterProxyModel)
class TopicChooser : public QDialog
{