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:
Jekyll Wu
2011-09-23 05:02:57 +08:00
parent ca3ef60d6d
commit 272ac9850e
16 changed files with 32 additions and 32 deletions

View File

@@ -30,7 +30,7 @@
#include <QtGui/QMenu>
// KDE
#include <kdebug.h>
#include <KDebug>
#include <KAcceleratorManager>
#include <KGlobal>
#include <KLocale>