diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-07-20 15:07:09 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-07-20 22:35:23 +0900 |
commit | cd4b0ac22608120ad003f575a1640e1ddc7703df (patch) | |
tree | e68977e058f9d4900eaf266d1dbfc277dbae62e0 /tderesources/slox | |
parent | cc2af80602eb3d2a8ea2915d6ff59a10b17f7a21 (diff) | |
download | tdepim-cd4b0ac22608120ad003f575a1640e1ddc7703df.tar.gz tdepim-cd4b0ac22608120ad003f575a1640e1ddc7703df.zip |
Replace Q_OBJECT with TQ_OBJECT
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'tderesources/slox')
-rw-r--r-- | tderesources/slox/kcalresourceslox.h | 2 | ||||
-rw-r--r-- | tderesources/slox/kcalresourcesloxconfig.h | 2 | ||||
-rw-r--r-- | tderesources/slox/sloxaccounts.h | 2 | ||||
-rw-r--r-- | tderesources/slox/sloxfolderdialog.h | 2 | ||||
-rw-r--r-- | tderesources/slox/sloxfoldermanager.h | 2 | ||||
-rw-r--r-- | tderesources/slox/tdeabcresourceslox.h | 2 | ||||
-rw-r--r-- | tderesources/slox/tdeabcresourcesloxconfig.h | 2 |
7 files changed, 7 insertions, 7 deletions
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: |