Skip to content
  • Jekyll Wu's avatar
    Include KDE headers consistently in the from of "#include <KSomething>" . · 272ac985
    Jekyll Wu authored
    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
    272ac985