summaryrefslogtreecommitdiffstats
path: root/doc/man/man3/tqframe.3qt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/man/man3/tqframe.3qt')
-rw-r--r--doc/man/man3/tqframe.3qt4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/man/man3/tqframe.3qt b/doc/man/man3/tqframe.3qt
index 38a4cab49..a1d1dea38 100644
--- a/doc/man/man3/tqframe.3qt
+++ b/doc/man/man3/tqframe.3qt
@@ -13,7 +13,7 @@ TQFrame \- The base class of widgets that can have a frame
.PP
Inherits TQWidget.
.PP
-Inherited by QGroupBox, TQScrollView, QDockWindow, TQGrid, QHBox, TQLabel, TQLCDNumber, TQLineEdit, TQMenuBar, TQPopupMenu, TQProgressBar, QSplitter, TQToolBox, and TQWidgetStack.
+Inherited by TQGroupBox, TQScrollView, QDockWindow, TQGrid, TQHBox, TQLabel, TQLCDNumber, TQLineEdit, TQMenuBar, TQPopupMenu, TQProgressBar, QSplitter, TQToolBox, and TQWidgetStack.
.PP
.SS "Public Members"
.in +1c
@@ -142,7 +142,7 @@ TQPopupMenu uses this to "raise" the menu above the surrounding screen. TQProgre
.br
.fi
.PP
-The TQFrame class can also be used directly for creating simple frames without any contents, although usually you would use a QHBox or QVBox because they automatically lay out the widgets you put inside the frame.
+The TQFrame class can also be used directly for creating simple frames without any contents, although usually you would use a TQHBox or TQVBox because they automatically lay out the widgets you put inside the frame.
.PP
A frame widget has four attributes: frameStyle(), lineWidth(), midLineWidth(), and margin().
.PP