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/plugins/ldaptdeio/resourceldaptdeioconfig.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'tdeabc/plugins/ldaptdeio/resourceldaptdeioconfig.h') diff --git a/tdeabc/plugins/ldaptdeio/resourceldaptdeioconfig.h b/tdeabc/plugins/ldaptdeio/resourceldaptdeioconfig.h index d56b4de31..2d3f3571f 100644 --- a/tdeabc/plugins/ldaptdeio/resourceldaptdeioconfig.h +++ b/tdeabc/plugins/ldaptdeio/resourceldaptdeioconfig.h @@ -44,7 +44,7 @@ namespace TDEABC { class KABC_EXPORT ResourceLDAPTDEIOConfig : public KRES::ConfigWidget { - Q_OBJECT + TQ_OBJECT public: ResourceLDAPTDEIOConfig( TQWidget* parent = 0, const char* name = 0 ); @@ -68,7 +68,7 @@ class KABC_EXPORT ResourceLDAPTDEIOConfig : public KRES::ConfigWidget class AttributesDialog : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: AttributesDialog( const TQMap &attributes, int rdnprefix, @@ -93,7 +93,7 @@ class AttributesDialog : public KDialogBase class OfflineDialog : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: OfflineDialog( bool autoCache, int cachePolicy, const KURL &src, -- cgit v1.2.1