summaryrefslogtreecommitdiffstats
path: root/src/widgets/ntqtoolbox.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/widgets/ntqtoolbox.h')
-rw-r--r--src/widgets/ntqtoolbox.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/widgets/ntqtoolbox.h b/src/widgets/ntqtoolbox.h
index 9ad92aaa4..acd200cca 100644
--- a/src/widgets/ntqtoolbox.h
+++ b/src/widgets/ntqtoolbox.h
@@ -54,8 +54,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 );