diff options
Diffstat (limited to 'doc/html/qtoolbox-h.html')
-rw-r--r-- | doc/html/qtoolbox-h.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/html/qtoolbox-h.html b/doc/html/qtoolbox-h.html index 666b6d5f1..9121717c4 100644 --- a/doc/html/qtoolbox-h.html +++ b/doc/html/qtoolbox-h.html @@ -90,8 +90,8 @@ class TQWidgetList; class Q_EXPORT TQToolBox : public TQFrame { TQ_OBJECT - Q_PROPERTY( int currentIndex READ currentIndex WRITE setCurrentIndex ) - Q_PROPERTY( int count READ count ) + TQ_PROPERTY( int currentIndex READ currentIndex WRITE setCurrentIndex ) + TQ_PROPERTY( int count READ count ) public: TQToolBox( TQWidget *parent = 0, const char *name = 0, WFlags f = 0 ); |