From f161d71e606053aafc7019cc939e856282a29a78 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Thu, 20 Jul 2023 14:32:51 +0900 Subject: Replace Q_OBJECT with TQ_OBJECT Signed-off-by: Michele Calgaro --- src/qalculateresultdisplay.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/qalculateresultdisplay.h') diff --git a/src/qalculateresultdisplay.h b/src/qalculateresultdisplay.h index 4117275..949b9c9 100644 --- a/src/qalculateresultdisplay.h +++ b/src/qalculateresultdisplay.h @@ -31,7 +31,7 @@ class MathStructure; */ class QalculateResultDisplay : public TQTextBrowser { - Q_OBJECT + TQ_OBJECT public: -- cgit v1.2.3