From cd4b0ac22608120ad003f575a1640e1ddc7703df 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 --- tderesources/slox/kcalresourceslox.h | 2 +- tderesources/slox/kcalresourcesloxconfig.h | 2 +- tderesources/slox/sloxaccounts.h | 2 +- tderesources/slox/sloxfolderdialog.h | 2 +- tderesources/slox/sloxfoldermanager.h | 2 +- tderesources/slox/tdeabcresourceslox.h | 2 +- tderesources/slox/tdeabcresourcesloxconfig.h | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) (limited to 'tderesources/slox') diff --git a/tderesources/slox/kcalresourceslox.h b/tderesources/slox/kcalresourceslox.h index cfad65ed7..a4a80b3e0 100644 --- a/tderesources/slox/kcalresourceslox.h +++ b/tderesources/slox/kcalresourceslox.h @@ -60,7 +60,7 @@ class SloxAccounts; */ class KDE_EXPORT KCalResourceSlox : public KCal::ResourceCached, public SloxBase { - Q_OBJECT + TQ_OBJECT friend class KCalResourceSloxConfig; diff --git a/tderesources/slox/kcalresourcesloxconfig.h b/tderesources/slox/kcalresourcesloxconfig.h index f5784f845..21670bbba 100644 --- a/tderesources/slox/kcalresourcesloxconfig.h +++ b/tderesources/slox/kcalresourcesloxconfig.h @@ -44,7 +44,7 @@ class SloxBase; */ class KDE_EXPORT KCalResourceSloxConfig : public KRES::ConfigWidget { - Q_OBJECT + TQ_OBJECT public: KCalResourceSloxConfig( TQWidget *parent = 0, const char *name = 0 ); diff --git a/tderesources/slox/sloxaccounts.h b/tderesources/slox/sloxaccounts.h index 1af805864..7b5e92a1c 100644 --- a/tderesources/slox/sloxaccounts.h +++ b/tderesources/slox/sloxaccounts.h @@ -32,7 +32,7 @@ class SloxBase; class KDE_EXPORT SloxAccounts : public TQObject { - Q_OBJECT + TQ_OBJECT public: SloxAccounts( SloxBase *res, const KURL &baseUrl ); diff --git a/tderesources/slox/sloxfolderdialog.h b/tderesources/slox/sloxfolderdialog.h index 1a0749eaa..0b8785ea6 100644 --- a/tderesources/slox/sloxfolderdialog.h +++ b/tderesources/slox/sloxfolderdialog.h @@ -30,7 +30,7 @@ class SloxFolderManager; class SloxFolderDialog : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: SloxFolderDialog( SloxFolderManager *manager, FolderType type, TQWidget* parent = 0, const char *name = 0 ); diff --git a/tderesources/slox/sloxfoldermanager.h b/tderesources/slox/sloxfoldermanager.h index 3907dab76..f61ab4716 100644 --- a/tderesources/slox/sloxfoldermanager.h +++ b/tderesources/slox/sloxfoldermanager.h @@ -37,7 +37,7 @@ class SloxFolder; class KDE_EXPORT SloxFolderManager : public TQObject { - Q_OBJECT + TQ_OBJECT public: SloxFolderManager( SloxBase *res, const KURL &baseUrl ); diff --git a/tderesources/slox/tdeabcresourceslox.h b/tderesources/slox/tdeabcresourceslox.h index a37f17d6b..225f8a338 100644 --- a/tderesources/slox/tdeabcresourceslox.h +++ b/tderesources/slox/tdeabcresourceslox.h @@ -47,7 +47,7 @@ class SloxPrefs; class KDE_EXPORT ResourceSlox : public ResourceCached, public SloxBase { - Q_OBJECT + TQ_OBJECT public: ResourceSlox( const TDEConfig * ); diff --git a/tderesources/slox/tdeabcresourcesloxconfig.h b/tderesources/slox/tdeabcresourcesloxconfig.h index 36e021267..46a9a74a4 100644 --- a/tderesources/slox/tdeabcresourcesloxconfig.h +++ b/tderesources/slox/tdeabcresourcesloxconfig.h @@ -34,7 +34,7 @@ namespace TDEABC { class KDE_EXPORT ResourceSloxConfig : public KRES::ConfigWidget { - Q_OBJECT + TQ_OBJECT public: -- cgit v1.2.1