summaryrefslogtreecommitdiffstats
path: root/doc/html/qmenudata-h.html
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2018-10-17 19:46:30 +0900
committerMichele Calgaro <[email protected]>2018-10-17 19:46:30 +0900
commit69d87202cb139ffe9e4b3ce92e434523b7b09b64 (patch)
tree7b133311a4d5e5394f2612dced305f815c04847b /doc/html/qmenudata-h.html
parente07baa10b7b8e7105e02a621efadac67216c61ed (diff)
downloadtqt3-69d87202cb139ffe9e4b3ce92e434523b7b09b64.tar.gz
tqt3-69d87202cb139ffe9e4b3ce92e434523b7b09b64.zip
QT_NO_* -> TQT_NO_* renaming.
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'doc/html/qmenudata-h.html')
-rw-r--r--doc/html/qmenudata-h.html10
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/html/qmenudata-h.html b/doc/html/qmenudata-h.html
index 4e4cacd81..306b78599 100644
--- a/doc/html/qmenudata-h.html
+++ b/doc/html/qmenudata-h.html
@@ -86,7 +86,7 @@ body { background: #ffffff; color: black; }
#include "ntqfont.h"
#endif // QT_H
-#ifndef QT_NO_MENUDATA
+#ifndef TQT_NO_MENUDATA
class TQPopupMenu;
class TQMenuDataData;
@@ -110,7 +110,7 @@ public:
TQPopupMenu *popup() const { return popup_menu; }
TQWidget *widget() const { return widget_item; }
TQCustomMenuItem *custom() const;
-#ifndef QT_NO_ACCEL
+#ifndef TQT_NO_ACCEL
TQKeySequence key() const { return accel_key; }
#endif
TQSignal *signal() const { return signal_data; }
@@ -134,7 +134,7 @@ private:
TQPixmap *pixmap_data; // item pixmap
TQPopupMenu *popup_menu; // item popup menu
TQWidget *widget_item; // widget menu item
-#ifndef QT_NO_ACCEL
+#ifndef TQT_NO_ACCEL
TQKeySequence accel_key; // accelerator key (state|ascii)
#endif
TQSignal *signal_data; // connection
@@ -231,7 +231,7 @@ public:
void removeItemAt( int index );
void clear();
-#ifndef QT_NO_ACCEL
+#ifndef TQT_NO_ACCEL
TQKeySequence accel( int id ) const;
void setAccel( const TQKeySequence&amp; key, int id );
#endif
@@ -317,7 +317,7 @@ private: // Disabled copy constructor and operator=
};
-#endif // QT_NO_MENUDATA
+#endif // TQT_NO_MENUDATA
#endif // TQMENUDATA_H
</pre>