From 936370a6413e14b322ce808be07c6c66714941b6 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/ktorrent@1246260 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- libktorrent/expandablewidget.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'libktorrent/expandablewidget.h') diff --git a/libktorrent/expandablewidget.h b/libktorrent/expandablewidget.h index 02e6cf8..bf76dbb 100644 --- a/libktorrent/expandablewidget.h +++ b/libktorrent/expandablewidget.h @@ -48,23 +48,23 @@ namespace kt /** * Constructor, the first child must be provided. * @param child The first child - * @param tqparent The tqparent + * @param parent The parent * @param name The name */ - ExpandableWidget(TQWidget* child,TQWidget *tqparent = 0, const char *name = 0); + ExpandableWidget(TQWidget* child,TQWidget *parent = 0, const char *name = 0); virtual ~ExpandableWidget(); /** - * Expand the widget. This will ensure the proper tqparent child relations. + * Expand the widget. This will ensure the proper parent child relations. * @param w The widget * @param pos It's position relative to the current widget */ void expand(TQWidget* w,Position pos); /** - * Remove a widget. This will ensure the proper tqparent child relations. + * Remove a widget. This will ensure the proper parent child relations. * The widget w will become parentless. Note the first child will never be removed. * @param w The widget */ -- cgit v1.2.1