diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-02-17 16:08:47 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-02-17 16:08:47 -0600 |
commit | 210090aed352271bcd474b28db9644d9461d7189 (patch) | |
tree | 90a41c57403e068d3d7616952c02aa3af88f3d7c /kresources/slox | |
parent | 4bed3ea970817c21a63e468df8e8a45517f751bb (diff) | |
download | tdepim-210090aed352271bcd474b28db9644d9461d7189.tar.gz tdepim-210090aed352271bcd474b28db9644d9461d7189.zip |
Remove spurious TQ_OBJECT instances
Diffstat (limited to 'kresources/slox')
-rw-r--r-- | kresources/slox/kabcresourceslox.h | 2 | ||||
-rw-r--r-- | kresources/slox/kabcresourcesloxconfig.h | 2 | ||||
-rw-r--r-- | kresources/slox/kcalresourceslox.h | 2 | ||||
-rw-r--r-- | kresources/slox/kcalresourcesloxconfig.h | 2 | ||||
-rw-r--r-- | kresources/slox/sloxaccounts.h | 2 | ||||
-rw-r--r-- | kresources/slox/sloxfolderdialog.h | 2 | ||||
-rw-r--r-- | kresources/slox/sloxfoldermanager.h | 2 |
7 files changed, 7 insertions, 7 deletions
diff --git a/kresources/slox/kabcresourceslox.h b/kresources/slox/kabcresourceslox.h index cede17177..51bec97c1 100644 --- a/kresources/slox/kabcresourceslox.h +++ b/kresources/slox/kabcresourceslox.h @@ -48,7 +48,7 @@ class SloxPrefs; class KDE_EXPORT ResourceSlox : public ResourceCached, public SloxBase { Q_OBJECT - TQ_OBJECT + public: ResourceSlox( const KConfig * ); ResourceSlox( const KURL &url, diff --git a/kresources/slox/kabcresourcesloxconfig.h b/kresources/slox/kabcresourcesloxconfig.h index 203985622..b845321a2 100644 --- a/kresources/slox/kabcresourcesloxconfig.h +++ b/kresources/slox/kabcresourcesloxconfig.h @@ -35,7 +35,7 @@ namespace KABC { class KDE_EXPORT ResourceSloxConfig : public KRES::ConfigWidget { Q_OBJECT - TQ_OBJECT + public: ResourceSloxConfig( TQWidget* parent = 0, const char* name = 0 ); diff --git a/kresources/slox/kcalresourceslox.h b/kresources/slox/kcalresourceslox.h index 93d05370b..ce1fd86cd 100644 --- a/kresources/slox/kcalresourceslox.h +++ b/kresources/slox/kcalresourceslox.h @@ -61,7 +61,7 @@ class SloxAccounts; class KDE_EXPORT KCalResourceSlox : public KCal::ResourceCached, public SloxBase { Q_OBJECT - TQ_OBJECT + friend class KCalResourceSloxConfig; diff --git a/kresources/slox/kcalresourcesloxconfig.h b/kresources/slox/kcalresourcesloxconfig.h index cbba2a458..619854a8a 100644 --- a/kresources/slox/kcalresourcesloxconfig.h +++ b/kresources/slox/kcalresourcesloxconfig.h @@ -45,7 +45,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/kresources/slox/sloxaccounts.h b/kresources/slox/sloxaccounts.h index 4860bfd6b..85b7625c3 100644 --- a/kresources/slox/sloxaccounts.h +++ b/kresources/slox/sloxaccounts.h @@ -33,7 +33,7 @@ class SloxBase; class KDE_EXPORT SloxAccounts : public TQObject { Q_OBJECT - TQ_OBJECT + public: SloxAccounts( SloxBase *res, const KURL &baseUrl ); ~SloxAccounts(); diff --git a/kresources/slox/sloxfolderdialog.h b/kresources/slox/sloxfolderdialog.h index c29ebda59..69b8126bd 100644 --- a/kresources/slox/sloxfolderdialog.h +++ b/kresources/slox/sloxfolderdialog.h @@ -31,7 +31,7 @@ class SloxFolderManager; class SloxFolderDialog : public KDialogBase { Q_OBJECT - TQ_OBJECT + public: SloxFolderDialog( SloxFolderManager *manager, FolderType type, TQWidget* parent = 0, const char *name = 0 ); ~SloxFolderDialog(); diff --git a/kresources/slox/sloxfoldermanager.h b/kresources/slox/sloxfoldermanager.h index 1ccecc386..54008d55a 100644 --- a/kresources/slox/sloxfoldermanager.h +++ b/kresources/slox/sloxfoldermanager.h @@ -38,7 +38,7 @@ class SloxFolder; class KDE_EXPORT SloxFolderManager : public TQObject { Q_OBJECT - TQ_OBJECT + public: SloxFolderManager( SloxBase *res, const KURL &baseUrl ); ~SloxFolderManager(); |