diff options
Diffstat (limited to 'lib/compatibility/kmdi/qextmdi/kmdichildview.h')
-rw-r--r-- | lib/compatibility/kmdi/qextmdi/kmdichildview.h | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/lib/compatibility/kmdi/qextmdi/kmdichildview.h b/lib/compatibility/kmdi/qextmdi/kmdichildview.h index f24e3195..9ce85fed 100644 --- a/lib/compatibility/kmdi/qextmdi/kmdichildview.h +++ b/lib/compatibility/kmdi/qextmdi/kmdichildview.h @@ -271,12 +271,12 @@ public: bool isMaximized() const; /** - * Returns the tqgeometry of this MDI child window as TQWidget::tqgeometry() does. + * Returns the geometry of this MDI child window as TQWidget::geometry() does. */ TQRect internalGeometry() const; /** - * Sets the tqgeometry of the client area of this MDI child window. The + * Sets the geometry 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 parent coordinates and the arguments width * and height is the width and height of the client area. Please note: This @@ -285,12 +285,12 @@ public: void setInternalGeometry( const TQRect& newGeomety ); /** - * Returns the frame tqgeometry of this window or of the parent if there is any... + * Returns the frame geometry 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 + * Sets the geometry 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 parent coordinates and the arguments width and height is * the width and height of the widget frame. Please note: This differs @@ -316,12 +316,12 @@ public: virtual void maximize( bool bAnimate ); /** - * Returns the tqgeometry that will be restored by calling restore(). + * Returns the geometry that will be restored by calling restore(). */ TQRect restoreGeometry(); /** - * Sets the tqgeometry that will be restored by calling restore(). + * Sets the geometry that will be restored by calling restore(). */ void setRestoreGeometry( const TQRect& newRestGeo ); |