aboutsummaryrefslogtreecommitdiff
path: root/odb/qt/date-time/sqlite
diff options
context:
space:
mode:
Diffstat (limited to 'odb/qt/date-time/sqlite')
-rw-r--r--odb/qt/date-time/sqlite/default-mapping.hxx6
-rw-r--r--odb/qt/date-time/sqlite/qdate-time-traits.hxx2
-rw-r--r--odb/qt/date-time/sqlite/qdate-traits.hxx2
-rw-r--r--odb/qt/date-time/sqlite/qtime-traits.hxx2
4 files changed, 6 insertions, 6 deletions
diff --git a/odb/qt/date-time/sqlite/default-mapping.hxx b/odb/qt/date-time/sqlite/default-mapping.hxx
index 82321af..e497e96 100644
--- a/odb/qt/date-time/sqlite/default-mapping.hxx
+++ b/odb/qt/date-time/sqlite/default-mapping.hxx
@@ -6,9 +6,9 @@
#ifndef ODB_QT_DATE_TIME_SQLITE_DEFAULT_MAPPING_HXX
#define ODB_QT_DATE_TIME_SQLITE_DEFAULT_MAPPING_HXX
-#include <QDate>
-#include <QTime>
-#include <QDateTime>
+#include <QtCore/QDate>
+#include <QtCore/QTime>
+#include <QtCore/QDateTime>
// Map QDate to SQLite TEXT by default. QDate provides a null representation
// so allow NULL values by default.
diff --git a/odb/qt/date-time/sqlite/qdate-time-traits.hxx b/odb/qt/date-time/sqlite/qdate-time-traits.hxx
index f36852f..7d34647 100644
--- a/odb/qt/date-time/sqlite/qdate-time-traits.hxx
+++ b/odb/qt/date-time/sqlite/qdate-time-traits.hxx
@@ -12,7 +12,7 @@
#include <cstddef> // std::size_t
#include <cstring> // std::memcpy
-#include <QDateTime>
+#include <QtCore/QDateTime>
#include <odb/details/buffer.hxx>
#include <odb/sqlite/traits.hxx>
diff --git a/odb/qt/date-time/sqlite/qdate-traits.hxx b/odb/qt/date-time/sqlite/qdate-traits.hxx
index 7d8215b..a1d7d6c 100644
--- a/odb/qt/date-time/sqlite/qdate-traits.hxx
+++ b/odb/qt/date-time/sqlite/qdate-traits.hxx
@@ -12,7 +12,7 @@
#include <cstddef> // std::size_t
#include <cstring> // std::memcpy
-#include <QDate>
+#include <QtCore/QDate>
#include <odb/details/buffer.hxx>
#include <odb/sqlite/traits.hxx>
diff --git a/odb/qt/date-time/sqlite/qtime-traits.hxx b/odb/qt/date-time/sqlite/qtime-traits.hxx
index d50332f..7c99831 100644
--- a/odb/qt/date-time/sqlite/qtime-traits.hxx
+++ b/odb/qt/date-time/sqlite/qtime-traits.hxx
@@ -12,7 +12,7 @@
#include <cstddef> // std::size_t
#include <cstring> // std::memcpy
-#include <QTime>
+#include <QtCore/QTime>
#include <odb/details/buffer.hxx>
#include <odb/sqlite/traits.hxx>