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 079f2b5..4607ec8 100644
--- a/src/gui/doublespinbox.h
+++ b/src/gui/doublespinbox.h
@@ -22,7 +22,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 );