diff options
Diffstat (limited to 'tdeprint/marginwidget.h')
-rw-r--r-- | tdeprint/marginwidget.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tdeprint/marginwidget.h b/tdeprint/marginwidget.h index 0668beeb2..89e2e1af4 100644 --- a/tdeprint/marginwidget.h +++ b/tdeprint/marginwidget.h @@ -32,7 +32,7 @@ class TQComboBox; class TDEPRINT_EXPORT MarginWidget : public TQWidget { - Q_OBJECT + TQ_OBJECT public: MarginWidget(TQWidget *parent = 0, const char *name = 0, bool allowMetricUnit = true); ~MarginWidget(); |