From 918444d107da913ec1c80a8a039bac1d6955fa38 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Thu, 20 Jul 2023 12:56:58 +0900 Subject: Replace Q_OBJECT with TQ_OBJECT Signed-off-by: Michele Calgaro (cherry picked from commit 6f41d5d897cf8f6100ae6e21321a93aaab9b1d84) --- src/debugoutputtextedit.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/debugoutputtextedit.h') diff --git a/src/debugoutputtextedit.h b/src/debugoutputtextedit.h index 6f549e1..3ef905b 100644 --- a/src/debugoutputtextedit.h +++ b/src/debugoutputtextedit.h @@ -31,7 +31,7 @@ This class is used for showing log content */ class DebugOutputTextEdit : public KTextBrowser { - Q_OBJECT + TQ_OBJECT public: -- cgit v1.2.1