diff options
Diffstat (limited to 'lib/kotext/KoAutoFormatDia.h')
-rw-r--r-- | lib/kotext/KoAutoFormatDia.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/kotext/KoAutoFormatDia.h b/lib/kotext/KoAutoFormatDia.h index 800028df..341903c8 100644 --- a/lib/kotext/KoAutoFormatDia.h +++ b/lib/kotext/KoAutoFormatDia.h @@ -34,7 +34,7 @@ class TQComboBox; */ class KoAutoFormatLineEdit : public TQLineEdit { - Q_OBJECT + TQ_OBJECT public: KoAutoFormatLineEdit ( TQWidget * parent, const char * name=0 ); @@ -51,7 +51,7 @@ protected: class KoAutoFormatExceptionWidget : public TQWidget { - Q_OBJECT + TQ_OBJECT public: @@ -81,7 +81,7 @@ protected slots: class KOTEXT_EXPORT KoAutoFormatDia : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: |