From 53ac58f87ad37b196f49c046bf705fb1e32da902 Mon Sep 17 00:00:00 2001 From: Ivailo Monev Date: Sun, 1 Mar 2015 02:26:09 +0000 Subject: [PATCH] kparts: adjust to use KPluginFactory instead of the now gone KLibFactory --- kparts/factory.h | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/kparts/factory.h b/kparts/factory.h index a18f7cfd..807ead0e 100644 --- a/kparts/factory.h +++ b/kparts/factory.h @@ -20,8 +20,7 @@ #ifndef __kparts_factory_h__ #define __kparts_factory_h__ -#include - +#include #include class QWidget; @@ -37,9 +36,9 @@ class Part; * Factory is an abstract class. Reimplement the * createPartObject() method to give it functionality. * - * @see KLibFactory. + * @see KPluginFactory. */ -class KPARTS_EXPORT Factory : public KLibFactory +class KPARTS_EXPORT Factory : public KPluginFactory { Q_OBJECT public: