aboutsummaryrefslogtreecommitdiff
path: root/qt/common
diff options
context:
space:
mode:
Diffstat (limited to 'qt/common')
-rw-r--r--qt/common/containers/test.hxx18
-rw-r--r--qt/common/smart-ptr/driver.cxx2
2 files changed, 10 insertions, 10 deletions
diff --git a/qt/common/containers/test.hxx b/qt/common/containers/test.hxx
index a85b540..7953d14 100644
--- a/qt/common/containers/test.hxx
+++ b/qt/common/containers/test.hxx
@@ -6,15 +6,15 @@
#ifndef TEST_HXX
#define TEST_HXX
-#include <QString>
-#include <QVector>
-#include <QList>
-#include <QLinkedList>
-#include <QSet>
-#include <QMap>
-#include <QMultiMap>
-#include <QHash>
-#include <QMultiHash>
+#include <QtCore/QString>
+#include <QtCore/QVector>
+#include <QtCore/QList>
+#include <QtCore/QLinkedList>
+#include <QtCore/QSet>
+#include <QtCore/QMap>
+#include <QtCore/QMultiMap>
+#include <QtCore/QHash>
+#include <QtCore/QMultiHash>
#include <odb/core.hxx>
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>