diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2011-04-27 12:34:57 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2011-04-27 12:34:57 +0200 |
commit | f8b4329205ff7a1b965ce35e99a7943d9a82f5d4 (patch) | |
tree | 4fd6efd1155e675fb93e4ff0b53c837d034382d8 /qt/common/smart-ptr/driver.cxx | |
parent | cca7bfddb2ac380481cf4445c8727f006f16f4b8 (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/common/smart-ptr/driver.cxx')
-rw-r--r-- | qt/common/smart-ptr/driver.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qt/common/smart-ptr/driver.cxx b/qt/common/smart-ptr/driver.cxx index 1d51f9c..ee53c57 100644 --- a/qt/common/smart-ptr/driver.cxx +++ b/qt/common/smart-ptr/driver.cxx @@ -10,7 +10,7 @@ #include <cassert> #include <iostream> -#include <QSharedPointer> +#include <QtCore/QSharedPointer> #include <odb/database.hxx> #include <odb/transaction.hxx> |