summaryrefslogtreecommitdiffstats
path: root/doc/html/qbutton-h.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/qbutton-h.html')
-rw-r--r--doc/html/qbutton-h.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/html/qbutton-h.html b/doc/html/qbutton-h.html
index dd76a7f2..f8a43460 100644
--- a/doc/html/qbutton-h.html
+++ b/doc/html/qbutton-h.html
@@ -91,7 +91,7 @@ class TQButtonData;
class Q_EXPORT TQButton : public TQWidget
{
- Q_OBJECT
+ TQ_OBJECT
Q_ENUMS( ToggleType ToggleState )
Q_PROPERTY( TQString text READ text WRITE setText )
Q_PROPERTY( TQPixmap pixmap READ pixmap WRITE setPixmap )
@@ -200,7 +200,7 @@ private:
void nextState();
private: // Disabled copy constructor and operator=
-#if defined(Q_DISABLE_COPY)
+#if defined(TQ_DISABLE_COPY)
TQButton( const TQButton & );
TQButton &operator=( const TQButton & );
#endif