summaryrefslogtreecommitdiffstats
path: root/lib/widgets/propeditor/pspinbox.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/widgets/propeditor/pspinbox.h')
-rw-r--r--lib/widgets/propeditor/pspinbox.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/widgets/propeditor/pspinbox.h b/lib/widgets/propeditor/pspinbox.h
index 3b6da02a..ecb73907 100644
--- a/lib/widgets/propeditor/pspinbox.h
+++ b/lib/widgets/propeditor/pspinbox.h
@@ -31,7 +31,7 @@ namespace PropertyLib{
*/
class PSpinBox: public PropertyWidget{
Q_OBJECT
- TQ_OBJECT
+
public:
PSpinBox(MultiProperty *property, TQWidget *parent = 0, const char *name = 0);
PSpinBox(MultiProperty *property, int minValue, int maxValue, int step = 1, TQWidget *parent = 0, const char *name = 0);