mirror of
https://bitbucket.org/smil3y/kdelibs.git
synced 2025-02-23 18:32:49 +00:00
kparts: adjust to use KPluginFactory instead of the now gone KLibFactory
This commit is contained in:
parent
d71048cc01
commit
53ac58f87a
1 changed files with 3 additions and 4 deletions
|
@ -20,8 +20,7 @@
|
|||
#ifndef __kparts_factory_h__
|
||||
#define __kparts_factory_h__
|
||||
|
||||
#include <klibloader.h>
|
||||
|
||||
#include <kpluginfactory.h>
|
||||
#include <kparts/kparts_export.h>
|
||||
|
||||
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:
|
||||
|
|
Loading…
Add table
Reference in a new issue