summaryrefslogtreecommitdiffstats
path: root/doc/html/qpushbutton-h.html
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2018-10-17 19:46:30 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2018-10-17 19:46:30 +0900
commit69d87202cb139ffe9e4b3ce92e434523b7b09b64 (patch)
tree7b133311a4d5e5394f2612dced305f815c04847b /doc/html/qpushbutton-h.html
parente07baa10b7b8e7105e02a621efadac67216c61ed (diff)
downloadtqt3-69d87202cb139ffe9e4b3ce92e434523b7b09b64.tar.gz
tqt3-69d87202cb139ffe9e4b3ce92e434523b7b09b64.zip
QT_NO_* -> TQT_NO_* renaming.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/html/qpushbutton-h.html')
-rw-r--r--doc/html/qpushbutton-h.html12
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/html/qpushbutton-h.html b/doc/html/qpushbutton-h.html
index d6f2550e..d3c85b50 100644
--- a/doc/html/qpushbutton-h.html
+++ b/doc/html/qpushbutton-h.html
@@ -82,7 +82,7 @@ body { background: #ffffff; color: black; }
#include "ntqiconset.h"
#endif // QT_H
-#ifndef QT_NO_PUSHBUTTON
+#ifndef TQT_NO_PUSHBUTTON
class TQPushButtonPrivate;
class TQPopupMenu;
@@ -102,7 +102,7 @@ class Q_EXPORT TQPushButton : public TQButton
public:
TQPushButton( TQWidget *parent, const char* name=0 );
TQPushButton( const TQString &amp;text, TQWidget *parent, const char* name=0 );
-#ifndef QT_NO_ICONSET
+#ifndef TQT_NO_ICONSET
TQPushButton( const TQIconSet&amp; icon, const TQString &amp;text, TQWidget *parent, const char* name=0 );
#endif
~TQPushButton();
@@ -133,11 +133,11 @@ public:
}
bool isMenuButton() const { return hasMenuArrow; }
-#ifndef QT_NO_POPUPMENU
+#ifndef TQT_NO_POPUPMENU
void setPopup( TQPopupMenu* popup );
TQPopupMenu* popup() const;
#endif
-#ifndef QT_NO_ICONSET
+#ifndef TQT_NO_ICONSET
void setIconSet( const TQIconSet&amp; );
TQIconSet* iconSet() const;
#endif
@@ -155,7 +155,7 @@ protected:
void resizeEvent( TQResizeEvent * );
void updateMask();
private slots:
-#ifndef QT_NO_POPUPMENU
+#ifndef TQT_NO_POPUPMENU
void popupPressed();
#endif
private:
@@ -180,7 +180,7 @@ private: // Disabled copy constructor and operator=
};
-#endif // QT_NO_PUSHBUTTON
+#endif // TQT_NO_PUSHBUTTON
#endif // TQPUSHBUTTON_H
</pre>