summaryrefslogtreecommitdiffstats
path: root/doc/html/qmenubar-h.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/qmenubar-h.html')
-rw-r--r--doc/html/qmenubar-h.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/html/qmenubar-h.html b/doc/html/qmenubar-h.html
index c9455523..eba702aa 100644
--- a/doc/html/qmenubar-h.html
+++ b/doc/html/qmenubar-h.html
@@ -122,7 +122,7 @@ public:
void activateItemAt( int index );
-#if defined(Q_WS_MAC) && !defined(TQMAC_QMENUBAR_NO_NATIVE)
+#if defined(TQ_WS_MAC) && !defined(TQMAC_QMENUBAR_NO_NATIVE)
static void initialize();
static void cleanup();
#endif
@@ -196,7 +196,7 @@ private:
friend class TQPopupMenu;
-#if defined(Q_WS_MAC) && !defined(TQMAC_QMENUBAR_NO_NATIVE)
+#if defined(TQ_WS_MAC) && !defined(TQMAC_QMENUBAR_NO_NATIVE)
friend class TQWidget;
friend class TQApplication;
friend void qt_mac_set_modal_state(bool, TQMenuBar *);