aboutsummaryrefslogtreecommitdiff
path: root/qt/sqlite/date-time/test.hxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2011-04-27 12:34:57 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2011-04-27 12:34:57 +0200
commitf8b4329205ff7a1b965ce35e99a7943d9a82f5d4 (patch)
tree4fd6efd1155e675fb93e4ff0b53c837d034382d8 /qt/sqlite/date-time/test.hxx
parentcca7bfddb2ac380481cf4445c8727f006f16f4b8 (diff)
Use QtCore prefix when including Qt headers1.4.0
This appears to be more portable. For example, on Mac OS X with -framework QtCore option include <QString> does not work while including <QtCore/QString> does.
Diffstat (limited to 'qt/sqlite/date-time/test.hxx')
-rw-r--r--qt/sqlite/date-time/test.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/qt/sqlite/date-time/test.hxx b/qt/sqlite/date-time/test.hxx
index 0a140b7..7531362 100644
--- a/qt/sqlite/date-time/test.hxx
+++ b/qt/sqlite/date-time/test.hxx
@@ -8,7 +8,7 @@
#include <vector>
-#include <QDateTime>
+#include <QtCore/QDateTime>
#include <odb/core.hxx>