mirror of
https://github.com/KDE/konsole.git
synced 2026-05-07 06:05:18 -04:00
Include KDE headers consistently in the from of "#include <KSomething>" .
However, some KDE headers are still only available in the form of "#include <ksomething.h>" krun.h ==> KRun kicon.h ==> KIcon kdebug.h ==> KDebug kshell.h ==> KShell kdialog.h ==> KDialog kconfig.h ==> KConfig klocale.h ==> KLocale kglobal.h ==> KGlobal kcolorutils.h ==> KColorUtils kconfiggroup.h ==> KConfigGroup kdesktopfile.h ==> KDesktopFile kcolorscheme.h ==> KColorScheme kstandarddirs.h ==> KStandardDirs ktemporaryfile.h ==> KTemporaryFile klocalizedstring.h ==> KLocalizedString
This commit is contained in:
@@ -31,16 +31,16 @@
|
||||
#include <QtCore/QTextCodec>
|
||||
|
||||
// KDE
|
||||
#include <klocale.h>
|
||||
#include <kicon.h>
|
||||
#include <krun.h>
|
||||
#include <kshell.h>
|
||||
#include <kconfig.h>
|
||||
#include <kglobal.h>
|
||||
#include <kdebug.h>
|
||||
#include <kconfiggroup.h>
|
||||
#include <kstandarddirs.h>
|
||||
#include <kdesktopfile.h>
|
||||
#include <KLocale>
|
||||
#include <KIcon>
|
||||
#include <KRun>
|
||||
#include <KShell>
|
||||
#include <KConfig>
|
||||
#include <KGlobal>
|
||||
#include <KDebug>
|
||||
#include <KConfigGroup>
|
||||
#include <KStandardDirs>
|
||||
#include <KDesktopFile>
|
||||
|
||||
// Konsole
|
||||
#include "ColorScheme.h"
|
||||
|
||||
Reference in New Issue
Block a user