From 9b03504064870b54af92214941ed5372f847b135 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Thu, 20 Jul 2023 15:06:08 +0900 Subject: Replace Q_OBJECT with TQ_OBJECT Signed-off-by: Michele Calgaro (cherry picked from commit f9eac0ec4d7dbbc84f43db3d5a80cc932d5754b8) --- ktouch/src/ktouchtrainer.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ktouch/src/ktouchtrainer.h') diff --git a/ktouch/src/ktouchtrainer.h b/ktouch/src/ktouchtrainer.h index 009594b8..fd4c516d 100644 --- a/ktouch/src/ktouchtrainer.h +++ b/ktouch/src/ktouchtrainer.h @@ -58,7 +58,7 @@ class KTouchLecture; /// and the statusbar of the main window). In this member function also the word count of the current line /// is updated. class KTouchTrainer : public TQObject { - Q_OBJECT + TQ_OBJECT public: /// Constructor. -- cgit v1.2.1