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:
Diffstat (limited to 'src/core/Config.h')
-rw-r--r--src/core/Config.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/Config.h b/src/core/Config.h
index 0a775bdfc..ee3082685 100644
--- a/src/core/Config.h
+++ b/src/core/Config.h
@@ -18,8 +18,8 @@
#ifndef KEEPASSX_CONFIG_H
#define KEEPASSX_CONFIG_H
-#include <QtCore/QScopedPointer>
-#include <QtCore/QVariant>
+#include <QScopedPointer>
+#include <QVariant>
#include "core/Global.h"