summaryrefslogtreecommitdiffstats
path: root/doc/html/qpushbutton-h.html
diff options
context:
space:
mode:
authorDarrell Anderson <humanreadable@yahoo.com>2012-10-21 18:55:44 -0500
committerDarrell Anderson <humanreadable@yahoo.com>2012-10-21 18:55:44 -0500
commit6b6c9a354dbda88664fb1aebda9bb1df77a4aa2d (patch)
treef13bbebb928d6448ff186bc596fa58fa6b8892d9 /doc/html/qpushbutton-h.html
parent56cd55070ee6c5267fde1aae4d5251e400dea64d (diff)
parent7608f0043b6dfc0b1adcaa8912793e1d3fe7b636 (diff)
downloadtqt-6b6c9a354dbda88664fb1aebda9bb1df77a4aa2d.tar.gz
tqt-6b6c9a354dbda88664fb1aebda9bb1df77a4aa2d.zip
Merge branch 'master' of http://scm.trinitydesktop.org/scm/git/tqt3
Diffstat (limited to 'doc/html/qpushbutton-h.html')
-rw-r--r--doc/html/qpushbutton-h.html16
1 files changed, 8 insertions, 8 deletions
diff --git a/doc/html/qpushbutton-h.html b/doc/html/qpushbutton-h.html
index e3f6c4e21..d6f2550ee 100644
--- a/doc/html/qpushbutton-h.html
+++ b/doc/html/qpushbutton-h.html
@@ -90,14 +90,14 @@ class Q_EXPORT TQPushButton : public TQButton
{
TQ_OBJECT
- Q_PROPERTY( bool autoDefault READ autoDefault WRITE setAutoDefault )
- Q_PROPERTY( bool default READ isDefault WRITE setDefault )
- Q_PROPERTY( bool menuButton READ isMenuButton DESIGNABLE false )
- Q_PROPERTY( TQIconSet iconSet READ iconSet WRITE setIconSet )
- Q_OVERRIDE( bool toggleButton WRITE setToggleButton )
- Q_OVERRIDE( bool on WRITE setOn )
- Q_PROPERTY( bool flat READ isFlat WRITE setFlat )
- Q_OVERRIDE( bool autoMask DESIGNABLE true SCRIPTABLE true )
+ TQ_PROPERTY( bool autoDefault READ autoDefault WRITE setAutoDefault )
+ TQ_PROPERTY( bool default READ isDefault WRITE setDefault )
+ TQ_PROPERTY( bool menuButton READ isMenuButton DESIGNABLE false )
+ TQ_PROPERTY( TQIconSet iconSet READ iconSet WRITE setIconSet )
+ TQ_OVERRIDE( bool toggleButton WRITE setToggleButton )
+ TQ_OVERRIDE( bool on WRITE setOn )
+ TQ_PROPERTY( bool flat READ isFlat WRITE setFlat )
+ TQ_OVERRIDE( bool autoMask DESIGNABLE true SCRIPTABLE true )
public:
TQPushButton( TQWidget *parent, const char* name=0 );