summaryrefslogtreecommitdiffstats
path: root/doc/man/man3/tqtextedit.3qt
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-07-02 21:37:22 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-07-06 11:24:55 +0900
commit7552c6d73043b1040139033f6864db48ae5446cf (patch)
treef90d24d072dd3ee6a3f909bf7778abc7669f03ef /doc/man/man3/tqtextedit.3qt
parentc113da2069b66130f67a0f27c699e1cec83588a5 (diff)
downloadtqt3-7552c6d73043b1040139033f6864db48ae5446cf.tar.gz
tqt3-7552c6d73043b1040139033f6864db48ae5446cf.zip
Rename main window nt* related files to equivalent tq*. The file
"ntqsession.h" was totally unnecessary and has been removed. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/man/man3/tqtextedit.3qt')
-rw-r--r--doc/man/man3/tqtextedit.3qt10
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/man/man3/tqtextedit.3qt b/doc/man/man3/tqtextedit.3qt
index a33447d8e..ac8c9c1cb 100644
--- a/doc/man/man3/tqtextedit.3qt
+++ b/doc/man/man3/tqtextedit.3qt
@@ -504,10 +504,10 @@ Inherited by QMultiLineEdit, TQTextBrowser, and TQTextView.
.BI "TQTextCursor * \fBtextCursor\fR () const"
.br
.ti -1c
-.BI "virtual QPopupMenu * \fBcreatePopupMenu\fR ( const QPoint & pos )"
+.BI "virtual TQPopupMenu * \fBcreatePopupMenu\fR ( const QPoint & pos )"
.br
.ti -1c
-.BI "virtual QPopupMenu * createPopupMenu () \fI(obsolete)\fR"
+.BI "virtual TQPopupMenu * createPopupMenu () \fI(obsolete)\fR"
.br
.in -1c
.SH DESCRIPTION
@@ -835,11 +835,11 @@ When text is selected this signal will be emitted with \fIyes\fR set to TRUE. If
If \fIyes\fR is TRUE then copy() can be used to copy the selection to the clipboard. If \fIyes\fR is FALSE then copy() does nothing.
.PP
See also selectionChanged().
-.SH "QPopupMenu * TQTextEdit::createPopupMenu ( const QPoint & pos )\fC [virtual protected]\fR"
+.SH "TQPopupMenu * TQTextEdit::createPopupMenu ( const QPoint & pos )\fC [virtual protected]\fR"
This function is called to create a right mouse button popup menu at the document position \fIpos\fR. If you want to create a custom popup menu, reimplement this function and return the created popup menu. Ownership of the popup menu is transferred to the caller.
.PP
-\fBWarning:\fR The QPopupMenu ID values 0-7 are reserved, and they map to the standard operations. When inserting items into your custom popup menu, be sure to specify ID values larger than 7.
-.SH "QPopupMenu * TQTextEdit::createPopupMenu ()\fC [virtual protected]\fR"
+\fBWarning:\fR The TQPopupMenu ID values 0-7 are reserved, and they map to the standard operations. When inserting items into your custom popup menu, be sure to specify ID values larger than 7.
+.SH "TQPopupMenu * TQTextEdit::createPopupMenu ()\fC [virtual protected]\fR"
This is an overloaded member function, provided for convenience. It behaves essentially like the above function.
.PP
\fBThis function is obsolete.\fR It is provided to keep old source working. We strongly advise against using it in new code.