summaryrefslogtreecommitdiffstats
path: root/kpilot/conduits/knotes/knotes-factory.h
diff options
context:
space:
mode:
Diffstat (limited to 'kpilot/conduits/knotes/knotes-factory.h')
-rw-r--r--kpilot/conduits/knotes/knotes-factory.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/kpilot/conduits/knotes/knotes-factory.h b/kpilot/conduits/knotes/knotes-factory.h
index 94ad4442..02b0f610 100644
--- a/kpilot/conduits/knotes/knotes-factory.h
+++ b/kpilot/conduits/knotes/knotes-factory.h
@@ -39,7 +39,7 @@ class KNotesConduitFactory : public KLibFactory
Q_OBJECT
public:
- KNotesConduitFactory(QObject * = 0L,const char * = 0L);
+ KNotesConduitFactory(TQObject * = 0L,const char * = 0L);
virtual ~KNotesConduitFactory();
static KAboutData *about() { return fAbout; } ;
@@ -50,10 +50,10 @@ public:
// break its value. We store group and entry keys in here.
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;