summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorMarius Bugge Monsen <mmonsen@trolltech.com>2009-05-11 14:53:59 +0200
committerMarius Bugge Monsen <mmonsen@trolltech.com>2009-05-11 14:53:59 +0200
commit5b1fb3fd3ada4684ada6c7b0f77b2edc0f0fe63a (patch)
tree96023ebe7b139af91d5bac7af098a9a9640e8378 /tests
parenta49405758a84365924071970de8838bff4f22a12 (diff)
Be consistent when including the test moc files.
Diffstat (limited to 'tests')
-rw-r--r--tests/qgraphicsflowview/tst_qgraphicsflowview.cpp2
-rw-r--r--tests/qgraphicsgridview/tst_qgraphicsgridview.cpp2
-rw-r--r--tests/qgraphicslistview/tst_qgraphicslistview.cpp2
-rw-r--r--tests/qgraphicspathview/tst_qgraphicspathview.cpp2
-rw-r--r--tests/qgraphicstableview/tst_qgraphicstableview.cpp2
-rw-r--r--tests/qgraphicstreeview/tst_qgraphicstreeview.cpp2
-rw-r--r--tests/qlistdefaultmodel/tst_qlistdefaultmodel.cpp2
-rw-r--r--tests/qlistmodeladaptor/tst_qlistmodeladaptor.cpp2
-rw-r--r--tests/qtablemodeladaptor/tst_qtablemodeladaptor.cpp2
-rw-r--r--tests/qtreemodeladaptor/tst_qtreemodeladaptor.cpp2
10 files changed, 10 insertions, 10 deletions
diff --git a/tests/qgraphicsflowview/tst_qgraphicsflowview.cpp b/tests/qgraphicsflowview/tst_qgraphicsflowview.cpp
index 284d0be..5837db2 100644
--- a/tests/qgraphicsflowview/tst_qgraphicsflowview.cpp
+++ b/tests/qgraphicsflowview/tst_qgraphicsflowview.cpp
@@ -232,4 +232,4 @@ void tst_QListFlowLayout::layoutPositioningVertical() // vertical
}
QTEST_MAIN(tst_QListFlowLayout)
-#include <tst_qgraphicsflowview.moc>
+#include "tst_qgraphicsflowview.moc"
diff --git a/tests/qgraphicsgridview/tst_qgraphicsgridview.cpp b/tests/qgraphicsgridview/tst_qgraphicsgridview.cpp
index 70be5e9..3e0d588 100644
--- a/tests/qgraphicsgridview/tst_qgraphicsgridview.cpp
+++ b/tests/qgraphicsgridview/tst_qgraphicsgridview.cpp
@@ -73,4 +73,4 @@ void tst_QtGraphicsGridView::getSetCheck()
}
QTEST_MAIN(tst_QtGraphicsGridView)
-#include <tst_qgraphicsgridview.moc>
+#include "tst_qgraphicsgridview.moc"
diff --git a/tests/qgraphicslistview/tst_qgraphicslistview.cpp b/tests/qgraphicslistview/tst_qgraphicslistview.cpp
index 6b54fc1..823de77 100644
--- a/tests/qgraphicslistview/tst_qgraphicslistview.cpp
+++ b/tests/qgraphicslistview/tst_qgraphicslistview.cpp
@@ -586,4 +586,4 @@ void tst_QtGraphicsListView::layout()
}
QTEST_MAIN(tst_QtGraphicsListView)
-#include <tst_qGraphicsListView.moc>
+#include "tst_qgraphicslistview.moc"
diff --git a/tests/qgraphicspathview/tst_qgraphicspathview.cpp b/tests/qgraphicspathview/tst_qgraphicspathview.cpp
index 4b74f3f..4cc8e10 100644
--- a/tests/qgraphicspathview/tst_qgraphicspathview.cpp
+++ b/tests/qgraphicspathview/tst_qgraphicspathview.cpp
@@ -73,4 +73,4 @@ void tst_QtGraphicsPathView::getSetCheck()
}
QTEST_MAIN(tst_QtGraphicsPathView)
-#include <tst_qgraphicspathview.moc>
+#include "tst_qgraphicspathview.moc"
diff --git a/tests/qgraphicstableview/tst_qgraphicstableview.cpp b/tests/qgraphicstableview/tst_qgraphicstableview.cpp
index 437cb46..b2928ad 100644
--- a/tests/qgraphicstableview/tst_qgraphicstableview.cpp
+++ b/tests/qgraphicstableview/tst_qgraphicstableview.cpp
@@ -73,4 +73,4 @@ void tst_QtGraphicsTableView::getSetCheck()
}
QTEST_MAIN(tst_QtGraphicsTableView)
-#include <tst_qgraphicstableview.moc>
+#include "tst_qgraphicstableview.moc"
diff --git a/tests/qgraphicstreeview/tst_qgraphicstreeview.cpp b/tests/qgraphicstreeview/tst_qgraphicstreeview.cpp
index 8e1864e..920e1d7 100644
--- a/tests/qgraphicstreeview/tst_qgraphicstreeview.cpp
+++ b/tests/qgraphicstreeview/tst_qgraphicstreeview.cpp
@@ -73,4 +73,4 @@ void tst_QtGraphicsTreeView::getSetCheck()
}
QTEST_MAIN(tst_QtGraphicsTreeView)
-#include <tst_qgraphicstreeview.moc>
+#include "tst_qgraphicstreeview.moc"
diff --git a/tests/qlistdefaultmodel/tst_qlistdefaultmodel.cpp b/tests/qlistdefaultmodel/tst_qlistdefaultmodel.cpp
index ede665e..e910a06 100644
--- a/tests/qlistdefaultmodel/tst_qlistdefaultmodel.cpp
+++ b/tests/qlistdefaultmodel/tst_qlistdefaultmodel.cpp
@@ -475,4 +475,4 @@ void tst_QtListDefaultModel::setData()
}
QTEST_MAIN(tst_QtListDefaultModel)
-#include <tst_qlistdefaultmodel.moc>
+#include "tst_qlistdefaultmodel.moc"
diff --git a/tests/qlistmodeladaptor/tst_qlistmodeladaptor.cpp b/tests/qlistmodeladaptor/tst_qlistmodeladaptor.cpp
index 5d491d0..d148d5a 100644
--- a/tests/qlistmodeladaptor/tst_qlistmodeladaptor.cpp
+++ b/tests/qlistmodeladaptor/tst_qlistmodeladaptor.cpp
@@ -201,5 +201,5 @@ void tst_QtListModelAdaptor::setData()
QTEST_MAIN(tst_QtListModelAdaptor)
-#include <tst_qlistmodeladaptor.moc>
+#include "tst_qlistmodeladaptor.moc"
diff --git a/tests/qtablemodeladaptor/tst_qtablemodeladaptor.cpp b/tests/qtablemodeladaptor/tst_qtablemodeladaptor.cpp
index 5b4ba4e..c708501 100644
--- a/tests/qtablemodeladaptor/tst_qtablemodeladaptor.cpp
+++ b/tests/qtablemodeladaptor/tst_qtablemodeladaptor.cpp
@@ -71,5 +71,5 @@ void tst_QtTableModelAdaptor::checkGetData()
QTEST_MAIN(tst_QtTableModelAdaptor)
-#include <tst_qtablemodeladaptor.moc>
+#include "tst_qtablemodeladaptor.moc"
diff --git a/tests/qtreemodeladaptor/tst_qtreemodeladaptor.cpp b/tests/qtreemodeladaptor/tst_qtreemodeladaptor.cpp
index a2d107e..d6c04a5 100644
--- a/tests/qtreemodeladaptor/tst_qtreemodeladaptor.cpp
+++ b/tests/qtreemodeladaptor/tst_qtreemodeladaptor.cpp
@@ -71,5 +71,5 @@ void tst_QtTreeModelAdaptor::checkGetData()
QTEST_MAIN(tst_QtTreeModelAdaptor)
-#include <tst_qtreemodeladaptor.moc>
+#include "tst_qtreemodeladaptor.moc"