aboutsummaryrefslogtreecommitdiff
path: root/src/gui/kstandardshortcut.h
diff options
context:
space:
mode:
authorLaurent Montel <montel@kde.org>2018-03-11 13:36:48 +0100
committerLaurent Montel <montel@kde.org>2018-03-11 13:36:48 +0100
commit610fe76bac95b7eb9f1fa44d05e4b4040707304f (patch)
treec6a5e5953a0b36ac16ad742d66f0d63877008381 /src/gui/kstandardshortcut.h
parent6370091867a7ed47bd438c7d2bbc1beb6b97c9ed (diff)
downloadkconfig-610fe76bac95b7eb9f1fa44d05e4b4040707304f.tar.gz
kconfig-610fe76bac95b7eb9f1fa44d05e4b4040707304f.tar.bz2
Remove not necessary QtCore and co
Diffstat (limited to 'src/gui/kstandardshortcut.h')
-rw-r--r--src/gui/kstandardshortcut.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/kstandardshortcut.h b/src/gui/kstandardshortcut.h
index 0b3b6589..aabe6b3c 100644
--- a/src/gui/kstandardshortcut.h
+++ b/src/gui/kstandardshortcut.h
@@ -20,7 +20,7 @@
#ifndef KSTANDARDSHORTCUT_H
#define KSTANDARDSHORTCUT_H
-#include <QtCore/QString>
+#include <QString>
#include <QKeySequence>
#include <kconfiggui_export.h>