diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2012-09-17 16:30:42 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2012-09-17 16:30:42 +0200 |
commit | 1bfdbf0f472aa02284ab72a0f89288995e86348e (patch) | |
tree | 36c0060304475cb03529286fb0f169d5b8ef884f /qt/common/basic | |
parent | ffd4bae910ad8e64b044b694ac3e2bab948f7bba (diff) |
Use QtCore/ prefix when including Qt headers
Diffstat (limited to 'qt/common/basic')
-rw-r--r-- | qt/common/basic/test.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qt/common/basic/test.hxx b/qt/common/basic/test.hxx index 6fee19a..3c7cb28 100644 --- a/qt/common/basic/test.hxx +++ b/qt/common/basic/test.hxx @@ -5,7 +5,7 @@ #ifndef TEST_HXX #define TEST_HXX -#include <QUuid> +#include <QtCore/QUuid> #include <odb/core.hxx> |