From 5d7c4c8ae03613b5d1ef13c826d9caa04d03efe1 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Thu, 20 Jul 2023 15:04:52 +0900 Subject: Replace Q_OBJECT with TQ_OBJECT Signed-off-by: Michele Calgaro (cherry picked from commit 1cb737eca8ee850f3d0678b96d06a733a05db4d9) --- kmouth/phraselist.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kmouth/phraselist.h') diff --git a/kmouth/phraselist.h b/kmouth/phraselist.h index 492082e..d27a74e 100644 --- a/kmouth/phraselist.h +++ b/kmouth/phraselist.h @@ -39,7 +39,7 @@ class WordCompletion; */ class PhraseList : public TQWidget { - Q_OBJECT + TQ_OBJECT public: PhraseList(TQWidget *parent=0, const char *name=0); -- cgit v1.2.1