From e47aaa9b34ffc363d268aca989aab28fdfaf9821 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/ktechlab@1246260 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- src/viewcontainer.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'src/viewcontainer.h') diff --git a/src/viewcontainer.h b/src/viewcontainer.h index e31aac2..50458b6 100644 --- a/src/viewcontainer.h +++ b/src/viewcontainer.h @@ -58,7 +58,7 @@ public: Bottom }; - ViewArea( TQWidget *tqparent, ViewContainer *viewContainer, int id, const char *name = 0 ); + ViewArea( TQWidget *parent, ViewContainer *viewContainer, int id, const char *name = 0 ); ~ViewArea(); ViewContainer *viewContainer() const { return p_viewContainer; } @@ -117,10 +117,10 @@ Q_OBJECT public: /** * Constructs a new ViewContainer, along with a default ViewArea ready for - * parenting a View, with an id of 0. tqparent is only used if ktechlab is - * null; otherwise the tqparent widget is ktechlab's tabWidget() + * parenting a View, with an id of 0. parent is only used if ktechlab is + * null; otherwise the parent widget is ktechlab's tabWidget() */ - ViewContainer( const TQString & caption, KTechlab * ktechlab, TQWidget * tqparent = 0 ); + ViewContainer( const TQString & caption, KTechlab * ktechlab, TQWidget * parent = 0 ); ~ViewContainer(); /** @@ -149,7 +149,7 @@ public: */ bool closeViewArea( uint id ); /** - * Creates a view area (tqparent TQWidget, splitter et al) ready for inclusion + * Creates a view area (parent TQWidget, splitter et al) ready for inclusion * of a view. * @param relativeViewArea the viewarea to position the new viewarea next to, if -1 then is taken to be the active view area * @param position Top, Right, Bottom or Left of given relativeViewArea -- cgit v1.2.3