From 7a5ea1546682109f79db2f4fd18a7629edffb650 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Thu, 20 Jul 2023 12:57:55 +0900 Subject: Replace Q_OBJECT with TQ_OBJECT Signed-off-by: Michele Calgaro --- src/ldapcontroller.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/ldapcontroller.h') diff --git a/src/ldapcontroller.h b/src/ldapcontroller.h index 9beb7c0..19ae97d 100644 --- a/src/ldapcontroller.h +++ b/src/ldapcontroller.h @@ -46,7 +46,7 @@ enum sc_command { class LDAPController: public TDECModule { - Q_OBJECT + TQ_OBJECT public: LDAPController( TQWidget *parent=0, const char *name=0, const TQStringList& = TQStringList() ); -- cgit v1.2.3