diff options
Diffstat (limited to 'doc/man/man3/qmenubar.3qt')
-rw-r--r-- | doc/man/man3/qmenubar.3qt | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/man/man3/qmenubar.3qt b/doc/man/man3/qmenubar.3qt index f31b2d3ef..9a4a2ec4c 100644 --- a/doc/man/man3/qmenubar.3qt +++ b/doc/man/man3/qmenubar.3qt @@ -9,7 +9,7 @@ .SH NAME QMenuBar \- Horizontal menu bar .SH SYNOPSIS -\fC#include <qmenubar.h>\fR +\fC#include <ntqmenubar.h>\fR .PP Inherits QFrame and QMenuData. .PP @@ -330,7 +330,7 @@ Note that keyboard accelerators in Qt are not application-global, instead they a .PP Returns the allocated menu identifier number (\fIid\fR if \fIid\fR >= 0). .PP -See also removeItem(), changeItem(), setAccel(), connectItem(), QAccel, and qnamespace.h. +See also removeItem(), changeItem(), setAccel(), connectItem(), QAccel, and ntqnamespace.h. .PP Examples: .)l addressbook/mainwindow.cpp, canvas/canvas.cpp, menu/menu.cpp, qwerty/qwerty.cpp, scrollview/scrollview.cpp, showimg/showimg.cpp, and sound/sound.cpp. @@ -341,7 +341,7 @@ Inserts a menu item with icon \fIicon\fR, text \fItext\fR, accelerator \fIaccel\ .PP Returns the allocated menu identifier number (\fIid\fR if \fIid\fR >= 0). .PP -See also removeItem(), changeItem(), setAccel(), connectItem(), QAccel, and qnamespace.h. +See also removeItem(), changeItem(), setAccel(), connectItem(), QAccel, and ntqnamespace.h. .SH "int QMenuData::insertItem ( const QPixmap & pixmap, const QObject * receiver, const char * member, const QKeySequence & accel = 0, int id = -1, int index = -1 )" This is an overloaded member function, provided for convenience. It behaves essentially like the above function. .PP @@ -361,7 +361,7 @@ To look best when being highlighted as a menu item, the pixmap should provide a .PP Returns the allocated menu identifier number (\fIid\fR if \fIid\fR >= 0). .PP -See also removeItem(), changeItem(), setAccel(), connectItem(), QAccel, and qnamespace.h. +See also removeItem(), changeItem(), setAccel(), connectItem(), QAccel, and ntqnamespace.h. .SH "int QMenuData::insertItem ( const QString & text, int id = -1, int index = -1 )" This is an overloaded member function, provided for convenience. It behaves essentially like the above function. .PP @@ -563,7 +563,7 @@ This property holds in which cases a menubar sparator is drawn. Set this property's value with setSeparator() and get this property's value with separator(). .SH "SEE ALSO" -.BR http://doc.trolltech.com/qmenubar.html +.BR http://doc.trolltech.com/ntqmenubar.html .BR http://www.trolltech.com/faq/tech.html .SH COPYRIGHT Copyright 1992-2007 Trolltech ASA, http://www.trolltech.com. See the |