diff options
Diffstat (limited to 'kget/kget_plug_in/kget_plug_in.h')
-rw-r--r-- | kget/kget_plug_in/kget_plug_in.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/kget/kget_plug_in/kget_plug_in.h b/kget/kget_plug_in/kget_plug_in.h index 6cca1390..237c33d9 100644 --- a/kget/kget_plug_in/kget_plug_in.h +++ b/kget/kget_plug_in/kget_plug_in.h @@ -29,7 +29,7 @@ class KGet_plug_in : public KParts::Plugin Q_OBJECT TQ_OBJECT public: - KGet_plug_in( TQObject* tqparent = 0, const char* name = 0 ); + KGet_plug_in( TQObject* parent = 0, const char* name = 0 ); KToggleAction *m_paToggleDropTarget ; DCOPClient* p_dcopServer; virtual ~KGet_plug_in(); @@ -46,10 +46,10 @@ class KPluginFactory : public KLibFactory Q_OBJECT TQ_OBJECT public: - KPluginFactory( TQObject *tqparent = 0, const char *name = 0 ); + KPluginFactory( TQObject *parent = 0, const char *name = 0 ); ~KPluginFactory() ; - virtual TQObject* createObject( TQObject* tqparent = 0, const char* pname = 0, + virtual TQObject* createObject( TQObject* parent = 0, const char* pname = 0, const char* name = TQOBJECT_OBJECT_NAME_STRING, const TQStringList &args = TQStringList() ); |