From efa55080160c7b88c4052c2567439c324f646614 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Thu, 20 Jul 2023 15:07:09 +0900 Subject: Replace Q_OBJECT with TQ_OBJECT Signed-off-by: Michele Calgaro (cherry picked from commit cd4b0ac22608120ad003f575a1640e1ddc7703df) --- tderesources/groupwise/groupwisesettingswidget.h | 2 +- tderesources/groupwise/kcal_resourcegroupwise.h | 2 +- tderesources/groupwise/kcal_resourcegroupwiseconfig.h | 2 +- tderesources/groupwise/soap/groupwiseserver.h | 2 +- tderesources/groupwise/soap/ksslsocket.h | 2 +- tderesources/groupwise/tdeabc_resourcegroupwise.h | 2 +- tderesources/groupwise/tdeabc_resourcegroupwiseconfig.h | 2 +- tderesources/groupwise/tdeioslave/groupwise.h | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) (limited to 'tderesources/groupwise') diff --git a/tderesources/groupwise/groupwisesettingswidget.h b/tderesources/groupwise/groupwisesettingswidget.h index 9fff6aa75..9e81533d2 100644 --- a/tderesources/groupwise/groupwisesettingswidget.h +++ b/tderesources/groupwise/groupwisesettingswidget.h @@ -30,7 +30,7 @@ class TQListViewItem; class GroupWiseSettingsWidget : public GroupWiseSettingsWidgetBase { -Q_OBJECT +TQ_OBJECT public: GroupWiseSettingsWidget( TQWidget * parent ); diff --git a/tderesources/groupwise/kcal_resourcegroupwise.h b/tderesources/groupwise/kcal_resourcegroupwise.h index 5743a282a..1bf1a5dce 100644 --- a/tderesources/groupwise/kcal_resourcegroupwise.h +++ b/tderesources/groupwise/kcal_resourcegroupwise.h @@ -43,7 +43,7 @@ class GroupwisePrefsBase; */ class KDE_EXPORT ResourceGroupwise : public ResourceCached { - Q_OBJECT + TQ_OBJECT public: diff --git a/tderesources/groupwise/kcal_resourcegroupwiseconfig.h b/tderesources/groupwise/kcal_resourcegroupwiseconfig.h index 87447e0a5..e982b8192 100644 --- a/tderesources/groupwise/kcal_resourcegroupwiseconfig.h +++ b/tderesources/groupwise/kcal_resourcegroupwiseconfig.h @@ -41,7 +41,7 @@ class ResourceCachedSaveConfig; */ class KDE_EXPORT ResourceGroupwiseConfig : public KRES::ConfigWidget { - Q_OBJECT + TQ_OBJECT public: ResourceGroupwiseConfig( TQWidget *parent = 0, const char *name = 0 ); diff --git a/tderesources/groupwise/soap/groupwiseserver.h b/tderesources/groupwise/soap/groupwiseserver.h index 0a0f70e0b..31cd8f145 100644 --- a/tderesources/groupwise/soap/groupwiseserver.h +++ b/tderesources/groupwise/soap/groupwiseserver.h @@ -93,7 +93,7 @@ class DeltaInfo class GroupwiseServer : public TQObject { - Q_OBJECT + TQ_OBJECT public: diff --git a/tderesources/groupwise/soap/ksslsocket.h b/tderesources/groupwise/soap/ksslsocket.h index 425459483..aa4225b8b 100644 --- a/tderesources/groupwise/soap/ksslsocket.h +++ b/tderesources/groupwise/soap/ksslsocket.h @@ -27,7 +27,7 @@ class KSSLSocketPrivate; class KSSLSocket : public KExtendedSocket { - Q_OBJECT + TQ_OBJECT public: diff --git a/tderesources/groupwise/tdeabc_resourcegroupwise.h b/tderesources/groupwise/tdeabc_resourcegroupwise.h index b57c36e8e..29b3ed818 100644 --- a/tderesources/groupwise/tdeabc_resourcegroupwise.h +++ b/tderesources/groupwise/tdeabc_resourcegroupwise.h @@ -41,7 +41,7 @@ class KDE_EXPORT ResourceGroupwise : public ResourceCached { friend class ResourceGroupwiseConfig; - Q_OBJECT + TQ_OBJECT public: diff --git a/tderesources/groupwise/tdeabc_resourcegroupwiseconfig.h b/tderesources/groupwise/tdeabc_resourcegroupwiseconfig.h index 233743f8f..2e3ccea49 100644 --- a/tderesources/groupwise/tdeabc_resourcegroupwiseconfig.h +++ b/tderesources/groupwise/tdeabc_resourcegroupwiseconfig.h @@ -38,7 +38,7 @@ class ResourceGroupwise; class KDE_EXPORT ResourceGroupwiseConfig : public KRES::ConfigWidget { - Q_OBJECT + TQ_OBJECT public: diff --git a/tderesources/groupwise/tdeioslave/groupwise.h b/tderesources/groupwise/tdeioslave/groupwise.h index 5004682d1..73fb48bb9 100644 --- a/tderesources/groupwise/tdeioslave/groupwise.h +++ b/tderesources/groupwise/tdeioslave/groupwise.h @@ -26,7 +26,7 @@ class Groupwise : public TQObject, public TDEIO::SlaveBase { - Q_OBJECT + TQ_OBJECT public: void get( const KURL &url ); -- cgit v1.2.1