summaryrefslogtreecommitdiffstats
path: root/doc/man/man3/tqframe.3qt
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-07-29 12:43:23 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-07-29 12:43:23 +0900
commitfef846914f8db6dc117e206ef913d519bf6bb33e (patch)
treed6567b31f7f22d0c8c66eec947dff1960efa25ac /doc/man/man3/tqframe.3qt
parent8ef4ea451dd81dd66b34ed31aaa631f6df24a192 (diff)
downloadtqt3-fef846914f8db6dc117e206ef913d519bf6bb33e.tar.gz
tqt3-fef846914f8db6dc117e206ef913d519bf6bb33e.zip
Rename basic widget nt* related files to equivalent tq*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
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 0d9fcaff7..f491c8be5 100644
--- a/doc/man/man3/tqframe.3qt
+++ b/doc/man/man3/tqframe.3qt
@@ -13,7 +13,7 @@ QFrame \- The base class of widgets that can have a frame
.PP
Inherits TQWidget.
.PP
-Inherited by QGroupBox, QScrollView, QDockWindow, QGrid, QHBox, TQLabel, QLCDNumber, QLineEdit, TQMenuBar, TQPopupMenu, QProgressBar, QSplitter, TQToolBox, and TQWidgetStack.
+Inherited by QGroupBox, TQScrollView, QDockWindow, QGrid, QHBox, TQLabel, TQLCDNumber, TQLineEdit, TQMenuBar, TQPopupMenu, QProgressBar, QSplitter, TQToolBox, and TQWidgetStack.
.PP
.SS "Public Members"
.in +1c
@@ -228,7 +228,7 @@ This function is reimplemented by subclasses that draw something inside the fram
.PP
See also contentsRect and TQPainter::setClipRect().
.PP
-Reimplemented in TQLabel, QLCDNumber, TQMenuBar, and TQPopupMenu.
+Reimplemented in TQLabel, TQLCDNumber, TQMenuBar, and TQPopupMenu.
.SH "void QFrame::drawFrame ( TQPainter * p )\fC [virtual protected]\fR"
Draws the frame using the painter \fIp\fR and the current frame attributes and color group. The rectangle inside the frame is not affected.
.PP