mirror of
https://bitbucket.org/smil3y/kdelibs.git
synced 2025-02-23 18:32:49 +00:00
plasma: consistent headers inclusions
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
7452efccf4
commit
31c3da4115
1 changed files with 5 additions and 6 deletions
|
@ -22,9 +22,11 @@
|
|||
#ifndef PLASMA_APPLET_H
|
||||
#define PLASMA_APPLET_H
|
||||
|
||||
#include <QtGui/QGraphicsItem>
|
||||
#include <QtGui/QGraphicsWidget>
|
||||
#include <QtGui/QIcon>
|
||||
#include <QGraphicsItem>
|
||||
#include <QGraphicsWidget>
|
||||
#include <QIcon>
|
||||
#include <QWidget>
|
||||
#include <QGraphicsView>
|
||||
|
||||
#include <kconfiggroup.h>
|
||||
#include <kplugininfo.h>
|
||||
|
@ -37,10 +39,7 @@
|
|||
#include <plasma/animator.h>
|
||||
#include <plasma/framesvg.h>
|
||||
|
||||
#include <QWidget>
|
||||
|
||||
class KConfigDialog;
|
||||
#include <QGraphicsView>
|
||||
class KActionCollection;
|
||||
|
||||
namespace Plasma
|
||||
|
|
Loading…
Add table
Reference in a new issue