From 8eb500c4e81229a9853e2f9bac4f39450083f3d7 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Thu, 20 Jul 2023 15:36:09 +0900 Subject: Replace Q_OBJECT with TQ_OBJECT Signed-off-by: Michele Calgaro --- kate/part/katedocumenthelpers.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kate/part/katedocumenthelpers.h') diff --git a/kate/part/katedocumenthelpers.h b/kate/part/katedocumenthelpers.h index b604d47ce..0609f6841 100644 --- a/kate/part/katedocumenthelpers.h +++ b/kate/part/katedocumenthelpers.h @@ -35,7 +35,7 @@ class KateDocument; */ class KateBrowserExtension : public KParts::BrowserExtension { - Q_OBJECT + TQ_OBJECT public: /** -- cgit v1.2.1