aboutsummaryrefslogtreecommitdiff
path: root/odb/qt/containers
diff options
context:
space:
mode:
Diffstat (limited to 'odb/qt/containers')
-rw-r--r--odb/qt/containers/qhash-traits.hxx4
-rw-r--r--odb/qt/containers/qlinked-list-traits.hxx2
-rw-r--r--odb/qt/containers/qlist-traits.hxx2
-rw-r--r--odb/qt/containers/qmap-traits.hxx4
-rw-r--r--odb/qt/containers/qset-traits.hxx2
-rw-r--r--odb/qt/containers/qvector-traits.hxx2
6 files changed, 8 insertions, 8 deletions
diff --git a/odb/qt/containers/qhash-traits.hxx b/odb/qt/containers/qhash-traits.hxx
index c34b768..b215a16 100644
--- a/odb/qt/containers/qhash-traits.hxx
+++ b/odb/qt/containers/qhash-traits.hxx
@@ -8,8 +8,8 @@
#include <odb/pre.hxx>
-#include <QHash>
-#include <QMultiHash>
+#include <QtCore/QHash>
+#include <QtCore/QMultiHash>
#include <odb/container-traits.hxx>
diff --git a/odb/qt/containers/qlinked-list-traits.hxx b/odb/qt/containers/qlinked-list-traits.hxx
index 708e240..454079c 100644
--- a/odb/qt/containers/qlinked-list-traits.hxx
+++ b/odb/qt/containers/qlinked-list-traits.hxx
@@ -8,7 +8,7 @@
#include <odb/pre.hxx>
-#include <QLinkedList>
+#include <QtCore/QLinkedList>
#include <odb/container-traits.hxx>
diff --git a/odb/qt/containers/qlist-traits.hxx b/odb/qt/containers/qlist-traits.hxx
index 9ac7cbf..e2c4c80 100644
--- a/odb/qt/containers/qlist-traits.hxx
+++ b/odb/qt/containers/qlist-traits.hxx
@@ -8,7 +8,7 @@
#include <odb/pre.hxx>
-#include <QList>
+#include <QtCore/QList>
#include <odb/container-traits.hxx>
diff --git a/odb/qt/containers/qmap-traits.hxx b/odb/qt/containers/qmap-traits.hxx
index 854dc87..c94c912 100644
--- a/odb/qt/containers/qmap-traits.hxx
+++ b/odb/qt/containers/qmap-traits.hxx
@@ -8,8 +8,8 @@
#include <odb/pre.hxx>
-#include <QMap>
-#include <QMultiMap>
+#include <QtCore/QMap>
+#include <QtCore/QMultiMap>
#include <odb/container-traits.hxx>
diff --git a/odb/qt/containers/qset-traits.hxx b/odb/qt/containers/qset-traits.hxx
index 13216b9..3e21b95 100644
--- a/odb/qt/containers/qset-traits.hxx
+++ b/odb/qt/containers/qset-traits.hxx
@@ -8,7 +8,7 @@
#include <odb/pre.hxx>
-#include <QSet>
+#include <QtCore/QSet>
#include <odb/container-traits.hxx>
diff --git a/odb/qt/containers/qvector-traits.hxx b/odb/qt/containers/qvector-traits.hxx
index c86aa01..eebe5e1 100644
--- a/odb/qt/containers/qvector-traits.hxx
+++ b/odb/qt/containers/qvector-traits.hxx
@@ -8,7 +8,7 @@
#include <odb/pre.hxx>
-#include <QVector>
+#include <QtCore/QVector>
#include <odb/container-traits.hxx>