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 --- tdeabc/addresslineedit.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tdeabc/addresslineedit.h') diff --git a/tdeabc/addresslineedit.h b/tdeabc/addresslineedit.h index b8f83ceab..d42e35533 100644 --- a/tdeabc/addresslineedit.h +++ b/tdeabc/addresslineedit.h @@ -49,7 +49,7 @@ class LdapSearch; */ class KABC_EXPORT AddressLineEdit : public KLineEdit { - Q_OBJECT + TQ_OBJECT public: AddressLineEdit(TQWidget* parent, bool useCompletion = true, const char *name = 0L); -- cgit v1.2.1