diff options
Diffstat (limited to 'kde2/plugins/plppropsFactory.h')
-rw-r--r-- | kde2/plugins/plppropsFactory.h | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/kde2/plugins/plppropsFactory.h b/kde2/plugins/plppropsFactory.h deleted file mode 100644 index 1226560..0000000 --- a/kde2/plugins/plppropsFactory.h +++ /dev/null @@ -1,19 +0,0 @@ -#ifndef _PLPPROPSFACTORY_H_ -#define _PLPPROPSFACTORY_H_ - -#include <klibloader.h> - -class plppropsFactory : public KLibFactory { - Q_OBJECT - public: - plppropsFactory(QObject *parent = 0, const char *name = 0); - virtual ~plppropsFactory(); - - virtual QObject* createObject(QObject* parent = 0, const char* name = 0, const char* classname = "QObject", const QStringList &args = QStringList()); - - private: - KInstance *s_global; - -}; - -#endif |