From 6c79d50fa9fbdff7f69ca57a8ab5fcc942375593 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/kdewebdev@1246260 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- lib/compatibility/kmdi/qextmdi/kmdichildview.h | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'lib/compatibility/kmdi/qextmdi/kmdichildview.h') diff --git a/lib/compatibility/kmdi/qextmdi/kmdichildview.h b/lib/compatibility/kmdi/qextmdi/kmdichildview.h index 1530a155..e735e445 100644 --- a/lib/compatibility/kmdi/qextmdi/kmdichildview.h +++ b/lib/compatibility/kmdi/qextmdi/kmdichildview.h @@ -49,7 +49,7 @@ class KMdiChildViewPrivate; * * All such windows 'lives' attached to a KMdiChildFrm widget * managed by KMdiChildArea, or detached (managed by the window manager.) - * So remember that the KMdiChildView::tqparent pointer may change, and may be 0L, too. + * So remember that the KMdiChildView::parent pointer may change, and may be 0L, too. * * There are 2 possibilities for you to put your widgets under MDI control: * @@ -254,7 +254,7 @@ public: virtual void setMDICaption( const TQString &caption ); /** - * Returns the KMdiChildFrm tqparent widget (or 0 if the window is not attached) + * Returns the KMdiChildFrm parent widget (or 0 if the window is not attached) */ KMdiChildFrm *mdiParent() const; @@ -278,21 +278,21 @@ public: /** * Sets the tqgeometry of the client area of this MDI child window. The * top left position of the argument is the position of the top left point - * of the client area in its tqparent coordinates and the arguments width + * of the client area in its parent coordinates and the arguments width * and height is the width and height of the client area. Please note: This * differs from the behavior of TQWidget::setGeometry()! */ void setInternalGeometry( const TQRect& newGeomety ); /** - * Returns the frame tqgeometry of this window or of the tqparent if there is any... + * Returns the frame tqgeometry of this window or of the parent if there is any... */ TQRect externalGeometry() const; /** * Sets the tqgeometry of the frame of this MDI child window. The top left * position of the argument is the position of the top left point of the - * frame in its tqparent coordinates and the arguments width and height is + * frame in its parent coordinates and the arguments width and height is * the width and height of the widget frame. Please note: This differs * from the behavior of TQWidget::setGeometry()! */ @@ -425,17 +425,17 @@ public slots: virtual void slot_clickedInDockMenu(); /** - * Calls TQWidget::show but also for it's tqparent widget if attached + * Calls TQWidget::show but also for it's parent widget if attached */ virtual void show(); /** - * Calls TQWidget::hide() or it's tqparent widget hide() if attached + * Calls TQWidget::hide() or it's parent widget hide() if attached */ virtual void hide(); /** - * Calls TQWidget::raise() or it's tqparent widget raise() if attached + * Calls TQWidget::raise() or it's parent widget raise() if attached */ virtual void raise(); -- cgit v1.2.1