From f8b4329205ff7a1b965ce35e99a7943d9a82f5d4 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Wed, 27 Apr 2011 12:34:57 +0200 Subject: Use QtCore prefix when including Qt headers This appears to be more portable. For example, on Mac OS X with -framework QtCore option include does not work while including does. --- qt/mysql/basic/test.hxx | 4 ++-- qt/mysql/date-time/driver.cxx | 2 +- qt/mysql/date-time/test.hxx | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) (limited to 'qt/mysql') diff --git a/qt/mysql/basic/test.hxx b/qt/mysql/basic/test.hxx index 1e1f9e6..83b1396 100644 --- a/qt/mysql/basic/test.hxx +++ b/qt/mysql/basic/test.hxx @@ -6,8 +6,8 @@ #ifndef TEST_HXX #define TEST_HXX -#include -#include +#include +#include #pragma db object struct object diff --git a/qt/mysql/date-time/driver.cxx b/qt/mysql/date-time/driver.cxx index ae0643b..a6637bb 100644 --- a/qt/mysql/date-time/driver.cxx +++ b/qt/mysql/date-time/driver.cxx @@ -10,7 +10,7 @@ #include #include -#include +#include #include #include diff --git a/qt/mysql/date-time/test.hxx b/qt/mysql/date-time/test.hxx index 9eb328e..b40f45f 100644 --- a/qt/mysql/date-time/test.hxx +++ b/qt/mysql/date-time/test.hxx @@ -8,7 +8,7 @@ #include -#include +#include #include -- cgit v1.1