Remove last usage of kgenericfactory.h
This commit is contained in:
parent
0376c52462
commit
bf9651c51a
1
applet.h
1
applet.h
@ -27,7 +27,6 @@
|
|||||||
#include <QIcon>
|
#include <QIcon>
|
||||||
|
|
||||||
#include <kconfiggroup.h>
|
#include <kconfiggroup.h>
|
||||||
#include <kgenericfactory.h>
|
|
||||||
#include <kplugininfo.h>
|
#include <kplugininfo.h>
|
||||||
#include <kshortcut.h>
|
#include <kshortcut.h>
|
||||||
|
|
||||||
|
@ -28,7 +28,6 @@
|
|||||||
|
|
||||||
#include <kplugininfo.h>
|
#include <kplugininfo.h>
|
||||||
#include <ksharedconfig.h>
|
#include <ksharedconfig.h>
|
||||||
#include <kgenericfactory.h>
|
|
||||||
|
|
||||||
#include <plasma/applet.h>
|
#include <plasma/applet.h>
|
||||||
#include <plasma/animator.h>
|
#include <plasma/animator.h>
|
||||||
|
@ -24,7 +24,6 @@
|
|||||||
#include <QtCore/QObject>
|
#include <QtCore/QObject>
|
||||||
#include <QtCore/QStringList>
|
#include <QtCore/QStringList>
|
||||||
|
|
||||||
#include <kgenericfactory.h>
|
|
||||||
#include <kservice.h>
|
#include <kservice.h>
|
||||||
|
|
||||||
#include <plasma/version.h>
|
#include <plasma/version.h>
|
||||||
|
@ -24,7 +24,6 @@
|
|||||||
#include <QtCore/QRect>
|
#include <QtCore/QRect>
|
||||||
#include <QtCore/QSizeF>
|
#include <QtCore/QSizeF>
|
||||||
|
|
||||||
#include <kgenericfactory.h>
|
|
||||||
#include <kplugininfo.h>
|
#include <kplugininfo.h>
|
||||||
|
|
||||||
#include <plasma/containment.h>
|
#include <plasma/containment.h>
|
||||||
|
@ -20,7 +20,6 @@
|
|||||||
#ifndef PLASMA_DATAENGINESCRIPT_H
|
#ifndef PLASMA_DATAENGINESCRIPT_H
|
||||||
#define PLASMA_DATAENGINESCRIPT_H
|
#define PLASMA_DATAENGINESCRIPT_H
|
||||||
|
|
||||||
#include <kgenericfactory.h>
|
|
||||||
#include <kplugininfo.h>
|
#include <kplugininfo.h>
|
||||||
|
|
||||||
#include <plasma/plasma_export.h>
|
#include <plasma/plasma_export.h>
|
||||||
|
@ -20,7 +20,6 @@
|
|||||||
#ifndef PLASMA_RUNNERSCRIPT_H
|
#ifndef PLASMA_RUNNERSCRIPT_H
|
||||||
#define PLASMA_RUNNERSCRIPT_H
|
#define PLASMA_RUNNERSCRIPT_H
|
||||||
|
|
||||||
#include <kgenericfactory.h>
|
|
||||||
#include <kplugininfo.h>
|
#include <kplugininfo.h>
|
||||||
|
|
||||||
#include <plasma/plasma_export.h>
|
#include <plasma/plasma_export.h>
|
||||||
|
@ -21,7 +21,6 @@
|
|||||||
#ifndef PLASMA_WALLPAPERSCRIPT_H
|
#ifndef PLASMA_WALLPAPERSCRIPT_H
|
||||||
#define PLASMA_WALLPAPERSCRIPT_H
|
#define PLASMA_WALLPAPERSCRIPT_H
|
||||||
|
|
||||||
#include <kgenericfactory.h>
|
|
||||||
#include <kplugininfo.h>
|
#include <kplugininfo.h>
|
||||||
|
|
||||||
#include <plasma/plasma_export.h>
|
#include <plasma/plasma_export.h>
|
||||||
|
@ -105,7 +105,7 @@ void PlasmoidPackageTest::isValid()
|
|||||||
Plasma::Package *p = new Plasma::Package(m_defaultPackage);
|
Plasma::Package *p = new Plasma::Package(m_defaultPackage);
|
||||||
p->setPath(m_packageRoot + '/' + m_package);
|
p->setPath(m_packageRoot + '/' + m_package);
|
||||||
#ifndef NDEBUG
|
#ifndef NDEBUG
|
||||||
kDebug() << "package path is" << p->path();
|
qDebug() << "package path is" << p->path();
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// A PlasmoidPackage is valid when:
|
// A PlasmoidPackage is valid when:
|
||||||
|
Loading…
Reference in New Issue
Block a user