summaryrefslogtreecommitdiffstats
path: root/ksysv/SpinBox.h
diff options
context:
space:
mode:
Diffstat (limited to 'ksysv/SpinBox.h')
-rw-r--r--ksysv/SpinBox.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/ksysv/SpinBox.h b/ksysv/SpinBox.h
index c48f09e..ce679bb 100644
--- a/ksysv/SpinBox.h
+++ b/ksysv/SpinBox.h
@@ -10,9 +10,10 @@
class KSVSpinBox : public TQSpinBox, public KCompletionBase
{
Q_OBJECT
+ TQ_OBJECT
public:
- KSVSpinBox (TQWidget* parent, const char* name = 0L);
+ KSVSpinBox (TQWidget* tqparent, const char* name = 0L);
virtual ~KSVSpinBox ();
virtual bool eventFilter (TQObject*, TQEvent*);