EBN Krazy header fixes
svn path=/trunk/KDE/kdebase/workspace/plasma/lib/; revision=669864
This commit is contained in:
parent
d0bf0c8c09
commit
f93b9f7396
@ -16,6 +16,8 @@
|
||||
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||
*/
|
||||
|
||||
#include "applet.h"
|
||||
|
||||
#include <QEvent>
|
||||
#include <QList>
|
||||
#include <QSize>
|
||||
@ -26,8 +28,6 @@
|
||||
#include <KStandardDirs>
|
||||
#include <KService>
|
||||
#include <KServiceTypeTrader>
|
||||
|
||||
#include "applet.h"
|
||||
#include "dataenginemanager.h"
|
||||
|
||||
namespace Plasma
|
||||
|
@ -19,7 +19,7 @@
|
||||
#ifndef PLASMA_ENGINE_MANAGER_H
|
||||
#define PLASMA_ENGINE_MANAGER_H
|
||||
|
||||
#include <QHash>
|
||||
#include <QtCore/QHash>
|
||||
#include "dataengine.h"
|
||||
|
||||
namespace Plasma
|
||||
@ -77,8 +77,6 @@ class PLASMA_EXPORT DataEngineManager
|
||||
static QStringList knownEngines();
|
||||
|
||||
private:
|
||||
DataEngine::Dict m_engines;
|
||||
|
||||
class Private;
|
||||
Private* const d;
|
||||
};
|
||||
|
@ -16,6 +16,8 @@
|
||||
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||
*/
|
||||
|
||||
#include "icon.h"
|
||||
|
||||
#include <QPainter>
|
||||
#include <QGraphicsSceneMouseEvent>
|
||||
|
||||
@ -23,7 +25,6 @@
|
||||
#include <KDebug>
|
||||
|
||||
#include "svg.h"
|
||||
#include "icon.h"
|
||||
|
||||
namespace Plasma
|
||||
{
|
||||
|
@ -18,10 +18,11 @@
|
||||
*/
|
||||
|
||||
|
||||
#include "widget.h"
|
||||
|
||||
#include <QtCore/QList>
|
||||
|
||||
#include "layout.h"
|
||||
#include "widget.h"
|
||||
|
||||
namespace Plasma
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user