summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarius Bugge Monsen <mmonsen@trolltech.com>2009-06-10 11:09:00 +0200
committerMarius Bugge Monsen <mmonsen@trolltech.com>2009-06-10 11:09:00 +0200
commit541891f3bc60833e0c7aefa5b1f21b60cabc8495 (patch)
treeb0aa20ad5db2212841a8d920c4c0dbbb9f038f2b
parentcbeb580dd0fd046980aeaa8b43bd26d22e7cfadf (diff)
Update the include guards to the 'Qt' name pattern.
-rw-r--r--src/experimental/qgraphicsflowview.h4
-rw-r--r--src/experimental/qgraphicsgridview.h6
-rw-r--r--src/experimental/qkineticlistcontroller.h6
-rw-r--r--src/qlistfromtreeadaptor.h6
4 files changed, 11 insertions, 11 deletions
diff --git a/src/experimental/qgraphicsflowview.h b/src/experimental/qgraphicsflowview.h
index 8c71e79..5ba64e0 100644
--- a/src/experimental/qgraphicsflowview.h
+++ b/src/experimental/qgraphicsflowview.h
@@ -20,8 +20,8 @@
** WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
**
****************************************************************************/
-#ifndef QGRAPHICSFLOWVIEW_H
-#define QGRAPHICSFLOWVIEW_H
+#ifndef QTGRAPHICSFLOWVIEW_H
+#define QTGRAPHICSFLOWVIEW_H
#include "qgraphicslistview.h"
diff --git a/src/experimental/qgraphicsgridview.h b/src/experimental/qgraphicsgridview.h
index 2980fbc..48a02f2 100644
--- a/src/experimental/qgraphicsgridview.h
+++ b/src/experimental/qgraphicsgridview.h
@@ -21,8 +21,8 @@
**
****************************************************************************/
-#ifndef QGRAPHICSGRIDVIEW_H
-#define QGRAPHICSGRIDVIEW_H
+#ifndef QTGRAPHICSGRIDVIEW_H
+#define QTGRAPHICSGRIDVIEW_H
#include "qgraphicslistview.h"
@@ -69,4 +69,4 @@ QT_END_NAMESPACE
QT_END_HEADER
-#endif//QGRAPHICSGRIDVIEW_H
+#endif//QTGRAPHICSGRIDVIEW_H
diff --git a/src/experimental/qkineticlistcontroller.h b/src/experimental/qkineticlistcontroller.h
index db67398..2de7339 100644
--- a/src/experimental/qkineticlistcontroller.h
+++ b/src/experimental/qkineticlistcontroller.h
@@ -21,8 +21,8 @@
**
****************************************************************************/
-#ifndef QKINETICLISTCONTROLLER_H
-#define QKINETICLISTCONTROLLER_H
+#ifndef QTKINETICLISTCONTROLLER_H
+#define QTKINETICLISTCONTROLLER_H
#include <qlistcontroller.h>
#include <QtCore/qmetatype.h>
@@ -78,4 +78,4 @@ QT_END_HEADER
QT_END_NAMESPACE
-#endif // QKINETICLISTCONTROLLER_H
+#endif // QTKINETICLISTCONTROLLER_H
diff --git a/src/qlistfromtreeadaptor.h b/src/qlistfromtreeadaptor.h
index b30be70..1810915 100644
--- a/src/qlistfromtreeadaptor.h
+++ b/src/qlistfromtreeadaptor.h
@@ -21,8 +21,8 @@
**
****************************************************************************/
-#ifndef QLISTFROMTREEADAPTOR_H
-#define QLISTFROMTREEADAPTOR_H
+#ifndef QTLISTFROMTREEADAPTOR_H
+#define QTLISTFROMTREEADAPTOR_H
#include "qlistmodelinterface.h"
#include "qtreemodelbase.h"
@@ -70,4 +70,4 @@ QT_END_NAMESPACE
QT_END_HEADER
-#endif // QLISTFROMTREEADAPTOR_H
+#endif//QTLISTFROMTREEADAPTOR_H