diff options
Diffstat (limited to 'libktorrent/interfaces/plugin.h')
-rw-r--r-- | libktorrent/interfaces/plugin.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libktorrent/interfaces/plugin.h b/libktorrent/interfaces/plugin.h index d147d46..9c72a0f 100644 --- a/libktorrent/interfaces/plugin.h +++ b/libktorrent/interfaces/plugin.h @@ -60,7 +60,7 @@ namespace kt * @param description What does the plugin do * @param icon Name of the plugin's icon */ - Plugin(TQObject *tqparent,const char* qt_name,const TQStringList & args, + Plugin(TQObject *parent,const char* qt_name,const TQStringList & args, const TQString & name,const TQString & gui_name,const TQString & author, const TQString & email,const TQString & description, const TQString & icon); |