diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-08-10 22:19:39 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-08-10 22:19:39 +0000 |
commit | e47aaa9b34ffc363d268aca989aab28fdfaf9821 (patch) | |
tree | 369b56d21949c574d30f71bdf24bf1e04f5e1877 /src/resizeoverlay.h | |
parent | e05894553004a47b1e2f276bedcf5963b57a3932 (diff) | |
download | ktechlab-e47aaa9b34ffc363d268aca989aab28fdfaf9821.tar.gz ktechlab-e47aaa9b34ffc363d268aca989aab28fdfaf9821.zip |
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
Diffstat (limited to 'src/resizeoverlay.h')
-rw-r--r-- | src/resizeoverlay.h | 8 |
1 files changed, 4 insertions, 4 deletions
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; |