summaryrefslogtreecommitdiffstats
path: root/doc/html/qtoolbutton-h.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/qtoolbutton-h.html')
-rw-r--r--doc/html/qtoolbutton-h.html10
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/html/qtoolbutton-h.html b/doc/html/qtoolbutton-h.html
index d38695ae4..162d2b8ef 100644
--- a/doc/html/qtoolbutton-h.html
+++ b/doc/html/qtoolbutton-h.html
@@ -84,7 +84,7 @@ body { background: #ffffff; color: black; }
#include "ntqiconset.h"
#endif // QT_H
-#ifndef QT_NO_TOOLBUTTON
+#ifndef TQT_NO_TOOLBUTTON
class TQToolButtonPrivate;
class TQToolBar;
@@ -118,7 +118,7 @@ public:
Under = BelowIcon // obsolete
};
TQToolButton( TQWidget * parent, const char* name=0 );
-#ifndef QT_NO_TOOLBAR
+#ifndef TQT_NO_TOOLBAR
TQToolButton( const TQIconSet& s, const TQString &textLabel,
const TQString& grouptext,
TQObject * receiver, const char* slot,
@@ -145,7 +145,7 @@ public:
bool usesTextLabel() const { return utl; }
TQString textLabel() const { return tl; }
-#ifndef QT_NO_POPUPMENU
+#ifndef TQT_NO_POPUPMENU
void setPopup( TQPopupMenu* popup );
TQPopupMenu* popup() const;
@@ -191,7 +191,7 @@ protected:
bool eventFilter( TQObject *o, TQEvent *e );
-#ifndef QT_NO_PALETTE
+#ifndef TQT_NO_PALETTE
void paletteChange( const TQPalette & );
#endif
@@ -223,7 +223,7 @@ private: // Disabled copy constructor and operator=
#endif
};
-#endif // QT_NO_TOOLBUTTON
+#endif // TQT_NO_TOOLBUTTON
#endif // TQTOOLBUTTON_H
</pre>