summaryrefslogtreecommitdiffstats
path: root/kivio/plugins/kiviotexttool/plugin.h
diff options
context:
space:
mode:
Diffstat (limited to 'kivio/plugins/kiviotexttool/plugin.h')
-rw-r--r--kivio/plugins/kiviotexttool/plugin.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/kivio/plugins/kiviotexttool/plugin.h b/kivio/plugins/kiviotexttool/plugin.h
index 1e30ddb0..f6194c14 100644
--- a/kivio/plugins/kiviotexttool/plugin.h
+++ b/kivio/plugins/kiviotexttool/plugin.h
@@ -30,10 +30,10 @@ class TextToolFactory : public KLibFactory
{ Q_OBJECT
TQ_OBJECT
public:
- TextToolFactory( TQObject* tqparent = 0, const char* name = 0 );
+ TextToolFactory( TQObject* parent = 0, const char* name = 0 );
~TextToolFactory();
- virtual TQObject* createObject( TQObject* tqparent = 0, const char* name = 0,
+ virtual TQObject* createObject( TQObject* parent = 0, const char* name = 0,
const char* classname = TQOBJECT_OBJECT_NAME_STRING, const TQStringList &args = TQStringList() );
static KInstance* global();