diff options
Diffstat (limited to 'kpilot/conduits/malconduit/mal-factory.h')
-rw-r--r-- | kpilot/conduits/malconduit/mal-factory.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/kpilot/conduits/malconduit/mal-factory.h b/kpilot/conduits/malconduit/mal-factory.h index 82631e1ac..a15316381 100644 --- a/kpilot/conduits/malconduit/mal-factory.h +++ b/kpilot/conduits/malconduit/mal-factory.h @@ -42,16 +42,16 @@ class MALConduitFactory : public KLibFactory Q_OBJECT public: - MALConduitFactory(QObject * = 0L,const char * = 0L); + MALConduitFactory(TQObject * = 0L,const char * = 0L); virtual ~MALConduitFactory(); static KAboutData *about() { return fAbout; } ; protected: - virtual QObject* createObject( QObject* parent = 0, + virtual TQObject* createObject( TQObject* parent = 0, const char* name = 0, - const char* classname = "QObject", - const QStringList &args = QStringList() ); + const char* classname = "TQObject", + const TQStringList &args = TQStringList() ); private: KInstance *fInstance; static KAboutData *fAbout; |