summaryrefslogtreecommitdiffstats
path: root/examples/tutorials/modelview/7_selections
diff options
context:
space:
mode:
authorDavid Boddie <david.boddie@nokia.com>2010-09-03 12:23:33 (GMT)
committerDavid Boddie <david.boddie@nokia.com>2010-09-03 12:23:33 (GMT)
commita2203d680d8a24113daab08046154c2c5234df4f (patch)
tree431d24e146bd3211abef22c18e106ccfa7613626 /examples/tutorials/modelview/7_selections
parent2bb571fe49d05b06b13aedc4f7fb71cbb1c949be (diff)
downloadQt-a2203d680d8a24113daab08046154c2c5234df4f.zip
Qt-a2203d680d8a24113daab08046154c2c5234df4f.tar.gz
Qt-a2203d680d8a24113daab08046154c2c5234df4f.tar.bz2
Doc: Fixed namespaced Qt build breakage in the model/view tutorial.
Reviewed-by: hjk
Diffstat (limited to 'examples/tutorials/modelview/7_selections')
-rwxr-xr-xexamples/tutorials/modelview/7_selections/mainwindow.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/examples/tutorials/modelview/7_selections/mainwindow.h b/examples/tutorials/modelview/7_selections/mainwindow.h
index f2defb5..a8f8488 100755
--- a/examples/tutorials/modelview/7_selections/mainwindow.h
+++ b/examples/tutorials/modelview/7_selections/mainwindow.h
@@ -42,10 +42,8 @@
#define MAINWINDOW_H
#include <QtGui/QMainWindow>
-
-class QTreeView; //forward declaration
-class QStandardItemModel;
-class QItemSelection;
+#include <QtGui/QTreeView>
+#include <QtGui/QStandardItemModel>
class MainWindow : public QMainWindow