diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-07-10 18:56:16 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-07-10 18:56:16 +0900 |
commit | 252a2ec8b0f0f9cf20c947737087b24a8185b588 (patch) | |
tree | b48be8863db3bc1c223ac270a258b5c1124cb0e3 /doc/man/man3/tqpopupmenu.3qt | |
parent | 87d29563e3ccdeb7fea0197e262e667ef323ff9c (diff) | |
download | tqt3-252a2ec8b0f0f9cf20c947737087b24a8185b588.tar.gz tqt3-252a2ec8b0f0f9cf20c947737087b24a8185b588.zip |
Rename IO and network class nt* related files to equivalent tq*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/man/man3/tqpopupmenu.3qt')
-rw-r--r-- | doc/man/man3/tqpopupmenu.3qt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/man/man3/tqpopupmenu.3qt b/doc/man/man3/tqpopupmenu.3qt index f6c5bb47f..c81f1dc78 100644 --- a/doc/man/man3/tqpopupmenu.3qt +++ b/doc/man/man3/tqpopupmenu.3qt @@ -278,7 +278,7 @@ Normally, you connect each menu item to a single slot using TQMenuData::insertIt See also highlighted() and TQMenuData::insertItem(). .PP Examples: -.)l grapher/grapher.cpp, helpviewer/helpwindow.cpp, qdir/qdir.cpp, qwerty/qwerty.cpp, scrollview/scrollview.cpp, and showimg/showimg.cpp. +.)l grapher/grapher.cpp, helpviewer/helpwindow.cpp, tqdir/tqdir.cpp, qwerty/qwerty.cpp, scrollview/scrollview.cpp, and showimg/showimg.cpp. .SH "void TQMenuData::changeItem ( int id, const TQString & text )" Changes the text of the menu item \fIid\fR to \fItext\fR. If the item has an icon, the icon remains unchanged. .PP @@ -355,7 +355,7 @@ or aligned to a widget: .fi .PP Examples: -.)l fileiconview/qfileiconview.cpp, menu/menu.cpp, and scribble/scribble.cpp. +.)l fileiconview/tqfileiconview.cpp, menu/menu.cpp, and scribble/scribble.cpp. .SH "int TQPopupMenu::exec ( const QPoint & pos, int indexAtPoint = 0 )" This is an overloaded member function, provided for convenience. It behaves essentially like the above function. .PP @@ -765,7 +765,7 @@ Returns the text that has been set for menu item \fIid\fR, or TQString::null if See also changeItem(), pixmap(), and iconSet(). .PP Examples: -.)l qdir/qdir.cpp and showimg/showimg.cpp. +.)l tqdir/tqdir.cpp and showimg/showimg.cpp. .SH "void TQPopupMenu::updateItem ( int id )\fC [virtual]\fR" Updates the item with identity \fIid\fR. .PP |