summaryrefslogtreecommitdiffstats
path: root/conduits/knotes/knotes-factory.h
diff options
context:
space:
mode:
Diffstat (limited to 'conduits/knotes/knotes-factory.h')
-rw-r--r--conduits/knotes/knotes-factory.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/conduits/knotes/knotes-factory.h b/conduits/knotes/knotes-factory.h
index 02b0f61..b8c8311 100644
--- a/conduits/knotes/knotes-factory.h
+++ b/conduits/knotes/knotes-factory.h
@@ -37,6 +37,7 @@ class KAboutData;
class KNotesConduitFactory : public KLibFactory
{
Q_OBJECT
+ TQ_OBJECT
public:
KNotesConduitFactory(TQObject * = 0L,const char * = 0L);
@@ -50,9 +51,9 @@ public:
// break its value. We store group and entry keys in here.
protected:
- virtual TQObject* createObject( TQObject* parent = 0,
+ virtual TQObject* createObject( TQObject* tqparent = 0,
const char* name = 0,
- const char* classname = "TQObject",
+ const char* classname = TQOBJECT_OBJECT_NAME_STRING,
const TQStringList &args = TQStringList() );
private:
KInstance *fInstance;