From 2583f299a84906ae6df2494a877553cbe3a7f804 Mon Sep 17 00:00:00 2001 From: tpearson Date: Wed, 10 Aug 2011 22:19:39 +0000 Subject: rename the following methods: tqparent parent tqmask mask git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/smb4k@1246260 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- plugin/smb4k_konqplugin.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'plugin/smb4k_konqplugin.h') 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(); -- cgit v1.2.1