From bf9651c51a3834f7fb0b219b9ba20c37db73711b Mon Sep 17 00:00:00 2001 From: David Faure Date: Tue, 21 Feb 2012 00:11:36 +0100 Subject: [PATCH] Remove last usage of kgenericfactory.h --- applet.h | 1 - containment.h | 1 - dataengine.h | 1 - scripting/appletscript.h | 1 - scripting/dataenginescript.h | 1 - scripting/runnerscript.h | 1 - scripting/wallpaperscript.h | 1 - tests/plasmoidpackagetest.cpp | 2 +- 8 files changed, 1 insertion(+), 8 deletions(-) diff --git a/applet.h b/applet.h index f1a567cf3..a84b7c872 100644 --- a/applet.h +++ b/applet.h @@ -27,7 +27,6 @@ #include #include -#include #include #include diff --git a/containment.h b/containment.h index c9df98a88..10d57f910 100644 --- a/containment.h +++ b/containment.h @@ -28,7 +28,6 @@ #include #include -#include #include #include diff --git a/dataengine.h b/dataengine.h index fa59b3c41..eb9ebd132 100644 --- a/dataengine.h +++ b/dataengine.h @@ -24,7 +24,6 @@ #include #include -#include #include #include diff --git a/scripting/appletscript.h b/scripting/appletscript.h index 0e4fdd115..e9c8b61a5 100644 --- a/scripting/appletscript.h +++ b/scripting/appletscript.h @@ -24,7 +24,6 @@ #include #include -#include #include #include diff --git a/scripting/dataenginescript.h b/scripting/dataenginescript.h index 5414bc4bf..7a3f43e77 100644 --- a/scripting/dataenginescript.h +++ b/scripting/dataenginescript.h @@ -20,7 +20,6 @@ #ifndef PLASMA_DATAENGINESCRIPT_H #define PLASMA_DATAENGINESCRIPT_H -#include #include #include diff --git a/scripting/runnerscript.h b/scripting/runnerscript.h index 5348b81e2..ac4727352 100644 --- a/scripting/runnerscript.h +++ b/scripting/runnerscript.h @@ -20,7 +20,6 @@ #ifndef PLASMA_RUNNERSCRIPT_H #define PLASMA_RUNNERSCRIPT_H -#include #include #include diff --git a/scripting/wallpaperscript.h b/scripting/wallpaperscript.h index c61041ec6..b56989185 100644 --- a/scripting/wallpaperscript.h +++ b/scripting/wallpaperscript.h @@ -21,7 +21,6 @@ #ifndef PLASMA_WALLPAPERSCRIPT_H #define PLASMA_WALLPAPERSCRIPT_H -#include #include #include diff --git a/tests/plasmoidpackagetest.cpp b/tests/plasmoidpackagetest.cpp index 07aafadaa..d497978cb 100644 --- a/tests/plasmoidpackagetest.cpp +++ b/tests/plasmoidpackagetest.cpp @@ -105,7 +105,7 @@ void PlasmoidPackageTest::isValid() Plasma::Package *p = new Plasma::Package(m_defaultPackage); p->setPath(m_packageRoot + '/' + m_package); #ifndef NDEBUG - kDebug() << "package path is" << p->path(); + qDebug() << "package path is" << p->path(); #endif // A PlasmoidPackage is valid when: