summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorRoland Wolf <ext-roland.wolf@nokia.com>2010-09-06 14:23:27 (GMT)
committerRoland Wolf <ext-roland.wolf@nokia.com>2010-09-08 10:28:16 (GMT)
commit2f50f7e98413a375c843dba174e8a7b92906a117 (patch)
treedacbd9e0558e3ede94698b072b00dd795a47d3de /examples
parentc5a7645007947e6ef00f69d2984e4ee6203cd60d (diff)
downloadQt-2f50f7e98413a375c843dba174e8a7b92906a117.zip
Qt-2f50f7e98413a375c843dba174e8a7b92906a117.tar.gz
Qt-2f50f7e98413a375c843dba174e8a7b92906a117.tar.bz2
fix for compilation with namespace
Diffstat (limited to 'examples')
-rwxr-xr-xexamples/tutorials/modelview/6_treeview/mainwindow.h2
-rwxr-xr-xexamples/tutorials/modelview/7_selections/mainwindow.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/examples/tutorials/modelview/6_treeview/mainwindow.h b/examples/tutorials/modelview/6_treeview/mainwindow.h
index 16d3140..dcc9284 100755
--- a/examples/tutorials/modelview/6_treeview/mainwindow.h
+++ b/examples/tutorials/modelview/6_treeview/mainwindow.h
@@ -43,7 +43,7 @@
#include <QtGui/QMainWindow>
-QT_BEGIN_NAMESPACE // QT_BEGIN_NAMESPACE / QT_END_NAMESPACE are not needed in Qt user code
+QT_BEGIN_NAMESPACE // QT_BEGIN_NAMESPACE / QT_END_NAMESPACE are not needed in Qt user code
class QTreeView; //forward declarations
class QStandardItemModel;
class QStandardItem;
diff --git a/examples/tutorials/modelview/7_selections/mainwindow.h b/examples/tutorials/modelview/7_selections/mainwindow.h
index 0d2dd0e..5dc973c 100755
--- a/examples/tutorials/modelview/7_selections/mainwindow.h
+++ b/examples/tutorials/modelview/7_selections/mainwindow.h
@@ -43,7 +43,7 @@
#include <QtGui/QMainWindow>
-QT_BEGIN_NAMESPACE // QT_BEGIN_NAMESPACE / QT_END_NAMESPACE are not needed in Qt user code
+QT_BEGIN_NAMESPACE // QT_BEGIN_NAMESPACE / QT_END_NAMESPACE are not needed in Qt user code
class QTreeView; //forward declarations
class QStandardItemModel;
class QItemSelection;