From ef14fba42c78a96d905c42632a62dc11f353b1c3 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Thu, 20 Jul 2023 13:37:04 +0900 Subject: Replace Q_OBJECT with TQ_OBJECT Signed-off-by: Michele Calgaro (cherry picked from commit cb59219281a9666896ee96b02a487bbc0206082d) --- lib/kotext/KoAutoFormatDia.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'lib/kotext/KoAutoFormatDia.h') 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: -- cgit v1.2.1