diff options
Diffstat (limited to 'tdeprint/marginvaluewidget.h')
-rw-r--r-- | tdeprint/marginvaluewidget.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tdeprint/marginvaluewidget.h b/tdeprint/marginvaluewidget.h index 97f1409c1..1e9266d0e 100644 --- a/tdeprint/marginvaluewidget.h +++ b/tdeprint/marginvaluewidget.h @@ -24,7 +24,7 @@ class MarginValueWidget : public KDoubleNumInput { - Q_OBJECT + TQ_OBJECT public: enum Mode { Pixels = 0, IN, CM, MM }; MarginValueWidget(KNumInput *below, double value = 18.0, TQWidget *parent = 0, const char *name = 0); |