diff options
Diffstat (limited to 'plugin/smb4k_konqplugin.cpp')
-rw-r--r-- | plugin/smb4k_konqplugin.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/plugin/smb4k_konqplugin.cpp b/plugin/smb4k_konqplugin.cpp index 794482c..1a5a1c4 100644 --- a/plugin/smb4k_konqplugin.cpp +++ b/plugin/smb4k_konqplugin.cpp @@ -53,14 +53,14 @@ #include "../smb4k/core/smb4kcore.h" #include "../smb4k/core/smb4kdefs.h" -smb4kWidget::smb4kWidget( TQWidget * tqparent, const char * name, WFlags f ) - : TQVBox(tqparent, name, f) +smb4kWidget::smb4kWidget( TQWidget * parent, const char * name, WFlags f ) + : TQVBox(parent, name, f) { // Nothing exciting to do ! } -KonqSidebar_Smb4K::KonqSidebar_Smb4K(KInstance *inst,TQObject *tqparent,TQWidget *widgetParent, TQString &desktopName, const char* name): - KonqSidebarPlugin(inst,tqparent,widgetParent,desktopName,name) +KonqSidebar_Smb4K::KonqSidebar_Smb4K(KInstance *inst,TQObject *parent,TQWidget *widgetParent, TQString &desktopName, const char* name): + KonqSidebarPlugin(inst,parent,widgetParent,desktopName,name) { widget = new smb4kWidget( widgetParent ); |