summaryrefslogtreecommitdiffstats
path: root/src/gui/doublespinbox.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/doublespinbox.h')
-rw-r--r--src/gui/doublespinbox.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/doublespinbox.h b/src/gui/doublespinbox.h
index 9a412fb..079f2b5 100644
--- a/src/gui/doublespinbox.h
+++ b/src/gui/doublespinbox.h
@@ -23,7 +23,7 @@ spin box plus the SI magnitude symbol it is showing
class DoubleSpinBox : public TQSpinBox
{
Q_OBJECT
- TQ_OBJECT
+
public:
DoubleSpinBox( double lower, double upper, double minAbs, double value, const TQString & unit, TQWidget * parent = 0 );
virtual ~DoubleSpinBox();