mirror of
https://github.com/KDE/konsole.git
synced 2026-05-04 04:33:38 -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:
@@ -41,10 +41,10 @@
|
||||
|
||||
// KDE
|
||||
#include <KColorDialog>
|
||||
#include <kcolorscheme.h>
|
||||
#include <kcolorutils.h>
|
||||
#include <kdebug.h>
|
||||
#include <kconfiggroup.h>
|
||||
#include <KColorScheme>
|
||||
#include <KColorUtils>
|
||||
#include <KDebug>
|
||||
#include <KConfigGroup>
|
||||
#include <KLocale>
|
||||
#include <KMenu>
|
||||
#include <KColorCollection>
|
||||
|
||||
Reference in New Issue
Block a user