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 /src/core/Global.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 'src/core/Global.h')
-rw-r--r--src/core/Global.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/Global.h b/src/core/Global.h
index cb9cf5df7..0b1ed2140 100644
--- a/src/core/Global.h
+++ b/src/core/Global.h
@@ -22,7 +22,7 @@
// mostly copied from qcompilerdetection.h which is part of Qt 5
-#include <QtCore/QtGlobal>
+#include <QtGlobal>
#ifdef Q_CC_CLANG
# if __cplusplus >= 201103L || defined(__GXX_EXPERIMENTAL_CXX0X__)