add useful includes

svn path=/trunk/KDE/kdebase/workspace/libs/plasma/; revision=779433
This commit is contained in:
Aaron J. Seigo 2008-02-26 05:07:15 +00:00
parent bed3c1d927
commit 8379d47abb
3 changed files with 9 additions and 2 deletions

View File

@ -20,13 +20,16 @@
#ifndef PLASMA_APPLETSCRIPT_H
#define PLASMA_APPLETSCRIPT_H
#include <plasma/plasma_export.h>
#include <plasma/scripting/scriptengine.h>
#include <QtCore/QObject>
#include <QtCore/QRect>
#include <QtCore/QSizeF>
#include <KGenericFactory>
#include <plasma/plasma_export.h>
#include <plasma/scripting/scriptengine.h>
class QPainter;
class QStyleOptionGraphicsItem;

View File

@ -20,6 +20,8 @@
#ifndef PLASMA_DATAENGINESCRIPT_H
#define PLASMA_DATAENGINESCRIPT_H
#include <KGenericFactory>
#include <plasma/plasma_export.h>
#include <plasma/scripting/scriptengine.h>

View File

@ -20,6 +20,8 @@
#ifndef PLASMA_RUNNERSCRIPT_H
#define PLASMA_RUNNERSCRIPT_H
#include <KGenericFactory>
#include <plasma/plasma_export.h>
#include <plasma/scripting/scriptengine.h>