Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/keepassxreboot/keepassxc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFelix Geyer <debfx@fobos.de>2013-10-03 17:18:16 +0400
committerFelix Geyer <debfx@fobos.de>2013-10-03 17:18:16 +0400
commit6504b6f2bdd818e1ff7c1a2b1d680f3216c09ebf (patch)
tree7213d818d5343fc7ca875cb7687e60ef667086ca /tests/modeltest.h
parent035271d469dd5572aac82376728be9686de32ef3 (diff)
Drop Qt module name from include statements.
This is a preparation to be able to build KeePassX against Qt 5.
Diffstat (limited to 'tests/modeltest.h')
-rw-r--r--tests/modeltest.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/modeltest.h b/tests/modeltest.h
index 46c3336e5..9eb343d77 100644
--- a/tests/modeltest.h
+++ b/tests/modeltest.h
@@ -43,9 +43,9 @@
#ifndef MODELTEST_H
#define MODELTEST_H
-#include <QtCore/QObject>
-#include <QtCore/QAbstractItemModel>
-#include <QtCore/QStack>
+#include <QAbstractItemModel>
+#include <QObject>
+#include <QStack>
class ModelTest : public QObject
{