mirror of
https://bitbucket.org/smil3y/kdelibs.git
synced 2025-02-23 18:32:49 +00:00
generic: headers inclusions review
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
04cbca81e2
commit
520cf5a629
4 changed files with 4 additions and 7 deletions
|
@ -30,14 +30,13 @@
|
|||
#include <kstandardaction.h>
|
||||
#include <kcomponentdata.h>
|
||||
|
||||
#include <QtCore/QObject>
|
||||
|
||||
#include <QObject>
|
||||
#include <QAction>
|
||||
class KXMLGUIClient;
|
||||
|
||||
#include <QActionGroup>
|
||||
#include <QString>
|
||||
|
||||
class KXMLGUIClient;
|
||||
|
||||
/**
|
||||
* \short A container for a set of QAction objects.
|
||||
*
|
||||
|
|
|
@ -25,11 +25,11 @@
|
|||
|
||||
#include <QtCore/QObject>
|
||||
#include <QtCore/QHash>
|
||||
#include <QtGui/QWidget>
|
||||
|
||||
class KCoreConfigSkeleton;
|
||||
class KConfigSkeleton;
|
||||
class KConfigSkeletonItem;
|
||||
#include <QWidget>
|
||||
|
||||
/**
|
||||
* @short Provides a means of automatically retrieving,
|
||||
|
|
|
@ -33,7 +33,6 @@
|
|||
#include "popupapplet.h"
|
||||
#include "private/applet_p.h"
|
||||
#include "private/extenderapplet_p.h"
|
||||
#include "private/service_p.h" // for NullService
|
||||
|
||||
namespace Plasma {
|
||||
|
||||
|
|
|
@ -27,7 +27,6 @@ namespace Plasma {
|
|||
|
||||
class Applet;
|
||||
class DataEngine;
|
||||
class Service;
|
||||
class AbstractRunner;
|
||||
|
||||
//TODO:
|
||||
|
|
Loading…
Add table
Reference in a new issue