summaryrefslogtreecommitdiffstats
path: root/doc/man/man3/tqframe.3qt
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-06-08 15:05:55 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-06-12 19:18:55 +0900
commit7bc57326e69b9c3f0eaeda63e4a49b67ba611426 (patch)
tree015fd18fdc62bce380935d546b677aa965b090c6 /doc/man/man3/tqframe.3qt
parentccbc1c3572fd0e26480c1432fff55d2909545538 (diff)
downloadtqt-7bc57326.tar.gz
tqt-7bc57326.zip
Rename style 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 30dcce7b8..1c3262290 100644
--- a/doc/man/man3/tqframe.3qt
+++ b/doc/man/man3/tqframe.3qt
@@ -209,9 +209,9 @@ This enum type defines the shapes of a QFrame's frame.
.TP
\fCQFrame::MShape\fR - internal mask
.PP
-When it does not call QStyle, Shape interacts with QFrame::Shadow, the lineWidth() and the midLineWidth() to create the total result. See the picture of the frames in the class description.
+When it does not call TQStyle, Shape interacts with QFrame::Shadow, the lineWidth() and the midLineWidth() to create the total result. See the picture of the frames in the class description.
.PP
-See also QFrame::Shadow, QFrame::style(), and QStyle::drawPrimitive().
+See also QFrame::Shadow, QFrame::style(), and TQStyle::drawPrimitive().
.SH MEMBER FUNCTION DOCUMENTATION
.SH "QFrame::QFrame ( TQWidget * parent = 0, const char * name = 0, WFlags f = 0 )"
Constructs a frame widget with frame style NoFrame and a 1-pixel frame width.