EBN Krazy header fixes

svn path=/trunk/KDE/kdebase/workspace/plasma/lib/; revision=669864
This commit is contained in:
Matt Williams 2007-05-30 16:47:36 +00:00
parent d0bf0c8c09
commit f93b9f7396
4 changed files with 7 additions and 7 deletions

View File

@ -16,6 +16,8 @@
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/ */
#include "applet.h"
#include <QEvent> #include <QEvent>
#include <QList> #include <QList>
#include <QSize> #include <QSize>
@ -26,8 +28,6 @@
#include <KStandardDirs> #include <KStandardDirs>
#include <KService> #include <KService>
#include <KServiceTypeTrader> #include <KServiceTypeTrader>
#include "applet.h"
#include "dataenginemanager.h" #include "dataenginemanager.h"
namespace Plasma namespace Plasma

View File

@ -19,7 +19,7 @@
#ifndef PLASMA_ENGINE_MANAGER_H #ifndef PLASMA_ENGINE_MANAGER_H
#define PLASMA_ENGINE_MANAGER_H #define PLASMA_ENGINE_MANAGER_H
#include <QHash> #include <QtCore/QHash>
#include "dataengine.h" #include "dataengine.h"
namespace Plasma namespace Plasma
@ -77,8 +77,6 @@ class PLASMA_EXPORT DataEngineManager
static QStringList knownEngines(); static QStringList knownEngines();
private: private:
DataEngine::Dict m_engines;
class Private; class Private;
Private* const d; Private* const d;
}; };

View File

@ -16,6 +16,8 @@
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/ */
#include "icon.h"
#include <QPainter> #include <QPainter>
#include <QGraphicsSceneMouseEvent> #include <QGraphicsSceneMouseEvent>
@ -23,7 +25,6 @@
#include <KDebug> #include <KDebug>
#include "svg.h" #include "svg.h"
#include "icon.h"
namespace Plasma namespace Plasma
{ {

View File

@ -18,10 +18,11 @@
*/ */
#include "widget.h"
#include <QtCore/QList> #include <QtCore/QList>
#include "layout.h" #include "layout.h"
#include "widget.h"
namespace Plasma namespace Plasma
{ {