From e10e8aab78cd70edc606b475d7feca2f0845f780 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Wed, 27 Apr 2011 12:34:56 +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. --- odb/qt/smart-ptr/lazy-ptr.hxx | 6 +++--- odb/qt/smart-ptr/pointer-traits.hxx | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) (limited to 'odb/qt/smart-ptr') diff --git a/odb/qt/smart-ptr/lazy-ptr.hxx b/odb/qt/smart-ptr/lazy-ptr.hxx index 0d0e60a..e22dc3e 100644 --- a/odb/qt/smart-ptr/lazy-ptr.hxx +++ b/odb/qt/smart-ptr/lazy-ptr.hxx @@ -8,9 +8,9 @@ #include -#include -#include -#include +#include +#include +#include #include // odb::database #include diff --git a/odb/qt/smart-ptr/pointer-traits.hxx b/odb/qt/smart-ptr/pointer-traits.hxx index 488e1db..8a981ba 100644 --- a/odb/qt/smart-ptr/pointer-traits.hxx +++ b/odb/qt/smart-ptr/pointer-traits.hxx @@ -8,8 +8,8 @@ #include -#include -#include +#include +#include #include -- cgit v1.1