diff options
Diffstat (limited to 'libkdepim/sidebarextension.h')
-rw-r--r-- | libkdepim/sidebarextension.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libkdepim/sidebarextension.h b/libkdepim/sidebarextension.h index 98b185c17..e5551ff69 100644 --- a/libkdepim/sidebarextension.h +++ b/libkdepim/sidebarextension.h @@ -46,10 +46,10 @@ namespace KParts * * @param exported A TQWidget derived widget that will be provided for the * users of SideBarExtension. - * @param tqparent The tqparent widget. + * @param parent The parent widget. * @param name The name of the class. **/ - SideBarExtension(TQWidget *exported, KParts::ReadOnlyPart *tqparent, const char* name); + SideBarExtension(TQWidget *exported, KParts::ReadOnlyPart *parent, const char* name); ~SideBarExtension(); /** |