summaryrefslogtreecommitdiffstats
path: root/examples/webkit/simplewebplugin/csvview.h
diff options
context:
space:
mode:
Diffstat (limited to 'examples/webkit/simplewebplugin/csvview.h')
-rw-r--r--examples/webkit/simplewebplugin/csvview.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/examples/webkit/simplewebplugin/csvview.h b/examples/webkit/simplewebplugin/csvview.h
index 0a136f3..f457d0a 100644
--- a/examples/webkit/simplewebplugin/csvview.h
+++ b/examples/webkit/simplewebplugin/csvview.h
@@ -46,8 +46,10 @@
#include <QTableView>
#include <QWebPluginFactory>
+QT_BEGIN_NAMESPACE
class QNetworkAccessManager;
class QNetworkReply;
+QT_END_NAMESPACE
//! [definition]
class CSVView : public QTableView