Remove unneded kglobal.h includes

Found with
diff -ub  <( wcgrep -l "kglobal\.h" | sort ) <(wcgrep -l 'KGlobal::\|K_GLOBAL\|KSharedConfigPtr' | sort ) | grep -v CMakeLists.txt | grep ^"-\."
This commit is contained in:
Albert Astals Cid 2012-08-06 00:27:15 +02:00
parent 05e48339e6
commit ac117b6c2d
5 changed files with 0 additions and 5 deletions

View File

@ -33,7 +33,6 @@
#include <QGraphicsSceneWheelEvent>
#include <kdebug.h>
#include <kglobal.h>
#include <kservicetypetrader.h>

View File

@ -36,7 +36,6 @@
// KDE
#include <kcolorutils.h>
#include <kdebug.h>
#include <kglobal.h>
#include <kglobalsettings.h>
#include <kcolorscheme.h>

View File

@ -33,7 +33,6 @@
#include <QTextBlock>
#include <kdebug.h>
#include <kglobal.h>
#include <kglobalsettings.h>
#include <kwindoweffects.h>

View File

@ -22,7 +22,6 @@
#include <QTimer>
#include <kdebug.h>
#include <kglobal.h>
#include <kwindowsystem.h>
#include <kactioncollection.h>

View File

@ -31,7 +31,6 @@
#include <kdebug.h>
#include <kdeclarative.h>
#include <kglobal.h>
#include "private/declarative/declarativenetworkaccessmanagerfactory_p.h"