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/katearbitraryhighlight.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'kate/part/katearbitraryhighlight.h') diff --git a/kate/part/katearbitraryhighlight.h b/kate/part/katearbitraryhighlight.h index 1bea4891f..222c82c2e 100644 --- a/kate/part/katearbitraryhighlight.h +++ b/kate/part/katearbitraryhighlight.h @@ -31,7 +31,7 @@ class KateView; class KateArbitraryHighlightRange : public KateSuperRange, public KateAttribute { - Q_OBJECT + TQ_OBJECT public: KateArbitraryHighlightRange(KateSuperCursor* start, KateSuperCursor* end, TQObject* parent = 0L, const char* name = 0L); @@ -59,7 +59,7 @@ public: */ class KateArbitraryHighlight : public TQObject { - Q_OBJECT + TQ_OBJECT public: KateArbitraryHighlight(KateDocument* parent = 0L, const char* name = 0L); -- cgit v1.2.1