summaryrefslogtreecommitdiffstats
path: root/doc/html/qpushbutton-h.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/qpushbutton-h.html')
-rw-r--r--doc/html/qpushbutton-h.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/html/qpushbutton-h.html b/doc/html/qpushbutton-h.html
index 924311a3..e3f6c4e2 100644
--- a/doc/html/qpushbutton-h.html
+++ b/doc/html/qpushbutton-h.html
@@ -88,7 +88,7 @@ class TQPopupMenu;
class Q_EXPORT TQPushButton : public TQButton
{
- Q_OBJECT
+ TQ_OBJECT
Q_PROPERTY( bool autoDefault READ autoDefault WRITE setAutoDefault )
Q_PROPERTY( bool default READ isDefault WRITE setDefault )
@@ -173,7 +173,7 @@ private:
friend class TQDialog;
private: // Disabled copy constructor and operator=
-#if defined(Q_DISABLE_COPY)
+#if defined(TQ_DISABLE_COPY)
TQPushButton( const TQPushButton & );
TQPushButton &operator=( const TQPushButton & );
#endif