Remove unneeded klocale.h and kglobal.h
Replace locale.h with klocalizedstring.h where only i18n() needed
This commit is contained in:
parent
4a1df77400
commit
f404ada067
@ -36,7 +36,7 @@
|
||||
#include <kaction.h>
|
||||
#include <kdebug.h>
|
||||
#include <kglobal.h>
|
||||
#include <klocale.h>
|
||||
#include <klocalizedstring.h>
|
||||
#include <kmimetype.h>
|
||||
#include <kshortcutsdialog.h>
|
||||
#include <kwindowsystem.h>
|
||||
|
@ -36,7 +36,7 @@
|
||||
#include <kaction.h>
|
||||
#include <kdebug.h>
|
||||
#include <kglobal.h>
|
||||
#include <klocale.h>
|
||||
#include <klocalizedstring.h>
|
||||
#include <kmimetype.h>
|
||||
#include <kshortcutsdialog.h>
|
||||
#include <kwindowsystem.h>
|
||||
|
@ -33,7 +33,7 @@
|
||||
#include <QTextStream>
|
||||
|
||||
#include <kdebug.h>
|
||||
#include <klocale.h>
|
||||
#include <klocalizedstring.h>
|
||||
|
||||
#include "animator.h"
|
||||
#include "javascriptanimation_p.h"
|
||||
|
@ -27,7 +27,7 @@
|
||||
|
||||
#include <kconfiggroup.h>
|
||||
#include <kdesktopfile.h>
|
||||
#include <klocale.h>
|
||||
#include <klocalizedstring.h>
|
||||
#include <kmessagebox.h>
|
||||
|
||||
#include "private/wallpaper_p.h"
|
||||
|
Loading…
Reference in New Issue
Block a user