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/resizeoverlay.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/resizeoverlay.h') diff --git a/src/resizeoverlay.h b/src/resizeoverlay.h index aa7a46e..6fbb17f 100644 --- a/src/resizeoverlay.h +++ b/src/resizeoverlay.h @@ -119,7 +119,7 @@ class ResizeOverlay : public TQObject Q_OBJECT TQ_OBJECT public: - ResizeOverlay( Item *tqparent ); + ResizeOverlay( Item *parent ); ~ResizeOverlay(); Item *parentItem() const { return p_item; } @@ -193,7 +193,7 @@ class MechanicsItemOverlay : public ResizeOverlay Q_OBJECT TQ_OBJECT public: - MechanicsItemOverlay( MechanicsItem *tqparent ); + MechanicsItemOverlay( MechanicsItem *parent ); ~MechanicsItemOverlay(); public slots: @@ -229,7 +229,7 @@ public: void removeBotMiddle(); /** * Get the size rectangle from the position of the handles. If the size - * is invalid (e.g. the tqparent Item does not consider it a valid size, + * is invalid (e.g. the parent Item does not consider it a valid size, * then *ok is set to false; otherwise to true. * @returns the sizerect, regardless of whether or not it is valid */ @@ -263,7 +263,7 @@ class LineOverlay : public ResizeOverlay Q_OBJECT TQ_OBJECT public: - LineOverlay( Item * tqparent ); + LineOverlay( Item * parent ); TQPoint startPoint() const; TQPoint endPoint() const; -- cgit v1.2.1