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) --- kword/KWTextFrameSet.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'kword/KWTextFrameSet.h') diff --git a/kword/KWTextFrameSet.h b/kword/KWTextFrameSet.h index f8adad31..ef4ed025 100644 --- a/kword/KWTextFrameSet.h +++ b/kword/KWTextFrameSet.h @@ -62,7 +62,7 @@ class TQProgressDialog; */ class KWTextFrameSet : public KWFrameSet, public KoTextFlow, public KoTextFormatInterface { - Q_OBJECT + TQ_OBJECT public: /// Cnstructor @@ -384,7 +384,7 @@ private: */ class KWTextFrameSetEdit : public KoTextView, public KWFrameSetEdit { - Q_OBJECT + TQ_OBJECT public: KWTextFrameSetEdit( KWTextFrameSet * fs, KWCanvas * canvas ); -- cgit v1.2.1