summaryrefslogtreecommitdiffstats
path: root/kivio/plugins/kiviosmlconnector/plugin.h
diff options
context:
space:
mode:
Diffstat (limited to 'kivio/plugins/kiviosmlconnector/plugin.h')
-rw-r--r--kivio/plugins/kiviosmlconnector/plugin.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/kivio/plugins/kiviosmlconnector/plugin.h b/kivio/plugins/kiviosmlconnector/plugin.h
index 9868fcc0..0a1f9056 100644
--- a/kivio/plugins/kiviosmlconnector/plugin.h
+++ b/kivio/plugins/kiviosmlconnector/plugin.h
@@ -30,10 +30,10 @@ class SMLConnectorFactory : public KLibFactory
{ Q_OBJECT
TQ_OBJECT
public:
- SMLConnectorFactory( TQObject* tqparent = 0, const char* name = 0 );
+ SMLConnectorFactory( TQObject* parent = 0, const char* name = 0 );
~SMLConnectorFactory();
- 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();