From 826b1b771cc20f515acf936bd3a2dcd83ce353b8 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Thu, 20 Jul 2023 15:05:05 +0900 Subject: Replace Q_OBJECT with TQ_OBJECT Signed-off-by: Michele Calgaro --- kate/snippets/csnippet.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kate/snippets/csnippet.h') diff --git a/kate/snippets/csnippet.h b/kate/snippets/csnippet.h index b453175..8f336b8 100644 --- a/kate/snippets/csnippet.h +++ b/kate/snippets/csnippet.h @@ -20,7 +20,7 @@ */ class CSnippet : public TQObject { - Q_OBJECT + TQ_OBJECT public: CSnippet(TQString sKey, TQString sValue, TQListViewItem *lvi, TQObject *parent = 0, const char *name = 0); -- cgit v1.2.3