diff options
Diffstat (limited to 'doc/man/man3/tqpopupmenu.3qt')
| -rw-r--r-- | doc/man/man3/tqpopupmenu.3qt | 10 | 
1 files changed, 5 insertions, 5 deletions
| diff --git a/doc/man/man3/tqpopupmenu.3qt b/doc/man/man3/tqpopupmenu.3qt index aeaf43a07..519dcbff9 100644 --- a/doc/man/man3/tqpopupmenu.3qt +++ b/doc/man/man3/tqpopupmenu.3qt @@ -269,7 +269,7 @@ Example: mdi/application.cpp.  .SH "TQKeySequence TQMenuData::accel ( int id ) const"  Returns the accelerator key that has been defined for the menu item \fIid\fR, or 0 if it has no accelerator key or if there is no such menu item.  .PP -See also setAccel(), TQAccel, and ntqnamespace.h. +See also setAccel(), TQAccel, and tqnamespace.h.  .SH "void TQPopupMenu::activated ( int id )\fC [signal]\fR"  This signal is emitted when a menu item is selected; \fIid\fR is the id of the selected item.  .PP @@ -458,7 +458,7 @@ Note that keyboard accelerators in TQt are not application-global, instead they  .PP  Returns the allocated menu identifier number (\fIid\fR if \fIid\fR >= 0).  .PP -See also removeItem(), changeItem(), setAccel(), connectItem(), TQAccel, and ntqnamespace.h. +See also removeItem(), changeItem(), setAccel(), connectItem(), TQAccel, and tqnamespace.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. @@ -469,7 +469,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(), TQAccel, and ntqnamespace.h. +See also removeItem(), changeItem(), setAccel(), connectItem(), TQAccel, and tqnamespace.h.  .SH "int TQMenuData::insertItem ( const TQPixmap & pixmap, const TQObject * receiver, const char * member, const TQKeySequence & 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 @@ -489,7 +489,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(), TQAccel, and ntqnamespace.h. +See also removeItem(), changeItem(), setAccel(), connectItem(), TQAccel, and tqnamespace.h.  .SH "int TQMenuData::insertItem ( const TQString & text, int id = -1, int index = -1 )"  This is an overloaded member function, provided for convenience. It behaves essentially like the above function.  .PP @@ -683,7 +683,7 @@ See also removeItem() and clear().  .SH "void TQMenuData::setAccel ( const TQKeySequence & key, int id )"  Sets the accelerator key for the menu item \fIid\fR to \fIkey\fR.  .PP -An accelerator key consists of a key code and a combination of the modifiers SHIFT, CTRL, ALT or UNICODE_ACCEL (OR'ed or added). The header file ntqnamespace.h contains a list of key codes. +An accelerator key consists of a key code and a combination of the modifiers SHIFT, CTRL, ALT or UNICODE_ACCEL (OR'ed or added). The header file tqnamespace.h contains a list of key codes.  .PP  Defining an accelerator key produces a text that is added to the menu item; for instance, CTRL + Key_O produces "Ctrl+O". The text is formatted differently for different platforms.  .PP | 
