summaryrefslogtreecommitdiff
path: root/examples/tutorials
diff options
context:
space:
mode:
authorRoland Wolf <ext-roland.wolf@nokia.com>2010-09-07 11:32:16 +0200
committerRoland Wolf <ext-roland.wolf@nokia.com>2010-09-08 12:26:33 +0200
commitc5a7645007947e6ef00f69d2984e4ee6203cd60d (patch)
tree609e9c3b063cf4bfd2cc9ce8028181fcef4034ac /examples/tutorials
parent461c27265a812ccadb707151afbf22a1874cce04 (diff)
downloadqt4-tools-c5a7645007947e6ef00f69d2984e4ee6203cd60d.tar.gz
minor formatting fix
Diffstat (limited to 'examples/tutorials')
-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 dcc9284514..16d3140f78 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 5dc973c33b..0d2dd0e569 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;