summaryrefslogtreecommitdiffstats
path: root/doc/man/man3/tqmainwindow.3qt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/man/man3/tqmainwindow.3qt')
-rw-r--r--doc/man/man3/tqmainwindow.3qt6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/man/man3/tqmainwindow.3qt b/doc/man/man3/tqmainwindow.3qt
index 5ccd2c217..191d948d7 100644
--- a/doc/man/man3/tqmainwindow.3qt
+++ b/doc/man/man3/tqmainwindow.3qt
@@ -229,7 +229,7 @@ Inherits TQWidget.
.BI "virtual void \fBsetUpLayout\fR ()"
.br
.ti -1c
-.BI "virtual bool \fBshowDockMenu\fR ( const QPoint & globalPos )"
+.BI "virtual bool \fBshowDockMenu\fR ( const TQPoint & globalPos )"
.br
.ti -1c
.BI "void \fBmenuAboutToShow\fR ()"
@@ -332,7 +332,7 @@ Often we want to synchronize a toolbar button with a menu item. For example, if
.PP
.nf
.br
- fileOpenAction = new TQAction( QPixmap( fileopen ), "&Open...",
+ fileOpenAction = new TQAction( TQPixmap( fileopen ), "&Open...",
.br
CTRL+Key_O, this, "open" );
.br
@@ -708,7 +708,7 @@ Sets up the geometry management of the window. It is called automatically when n
Sets whether big pixmaps are enabled. See the "usesBigPixmaps" property for details.
.SH "void TQMainWindow::setUsesTextLabel ( bool )\fC [virtual slot]\fR"
Sets whether text labels for toolbar buttons are enabled. See the "usesTextLabel" property for details.
-.SH "bool TQMainWindow::showDockMenu ( const QPoint & globalPos )\fC [virtual protected slot]\fR"
+.SH "bool TQMainWindow::showDockMenu ( const TQPoint & globalPos )\fC [virtual protected slot]\fR"
Shows the dock menu at the position \fIglobalPos\fR. The menu lists the dock windows so that they can be shown (or hidden), lined up, and possibly customized. Returns TRUE if the menu is shown; otherwise returns FALSE.
.PP
If you want a custom menu, reimplement this function. You can create the menu from scratch or call createDockWindowMenu() and modify the result.