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.3qt2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/man/man3/tqmainwindow.3qt b/doc/man/man3/tqmainwindow.3qt
index 87b715d8..b04b0203 100644
--- a/doc/man/man3/tqmainwindow.3qt
+++ b/doc/man/man3/tqmainwindow.3qt
@@ -402,7 +402,7 @@ The main window's menu bar is fixed (at the top) by default. If you want a movab
.br
TQMenuBar *mb = new TQMenuBar( tb );
.br
- mb->setFrameStyle( QFrame::NoFrame );
+ mb->setFrameStyle( TQFrame::NoFrame );
.br
tb->setStretchableWidget( mb );
.br