From ba0125da0228f6da828a083631845c8b43ba3f39 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Thu, 20 Jul 2023 15:05:17 +0900 Subject: Replace Q_OBJECT with TQ_OBJECT Signed-off-by: Michele Calgaro (cherry picked from commit 416c6f3ee66fc83ef557b383b90ebf79d77c1867) --- kdat/LoggerWidget.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kdat/LoggerWidget.h') diff --git a/kdat/LoggerWidget.h b/kdat/LoggerWidget.h index 00e80c9..221962b 100644 --- a/kdat/LoggerWidget.h +++ b/kdat/LoggerWidget.h @@ -27,7 +27,7 @@ class TQMultiLineEdit; * @short A titled logging widget with a save option. */ class LoggerWidget : public TQWidget { - Q_OBJECT + TQ_OBJECT TQMultiLineEdit* _mle; public: -- cgit v1.2.1