diff options
Diffstat (limited to 'plugin/smb4k_konqplugin.h')
-rw-r--r-- | plugin/smb4k_konqplugin.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/plugin/smb4k_konqplugin.h b/plugin/smb4k_konqplugin.h index fbefb26..fbc7770 100644 --- a/plugin/smb4k_konqplugin.h +++ b/plugin/smb4k_konqplugin.h @@ -45,7 +45,7 @@ class smb4kWidget : public TQVBox Q_OBJECT TQ_OBJECT public: - smb4kWidget( TQWidget * tqparent = 0, const char * name = 0, WFlags f = 0 ); + smb4kWidget( TQWidget * parent = 0, const char * name = 0, WFlags f = 0 ); private: @@ -60,12 +60,12 @@ public: * Construct a @ref KonqSidebarPlugin. * * @param inst The sidebar's kinstance class. - * @param tqparent The sidebar internal button info class responsible for this plugin. + * @param parent The sidebar internal button info class responsible for this plugin. * @param widgetParent The container which will contain the plugins widget. * @param desktopName The filename of the configuration file. * @param name A TQt object name for your plugin. **/ - KonqSidebar_Smb4K(KInstance *inst,TQObject *tqparent,TQWidget *widgetParent, TQString &desktopName, const char* name=0); + KonqSidebar_Smb4K(KInstance *inst,TQObject *parent,TQWidget *widgetParent, TQString &desktopName, const char* name=0); /** destructor */ ~KonqSidebar_Smb4K(); |