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/groupwise | |
parent | 4bed3ea970817c21a63e468df8e8a45517f751bb (diff) | |
download | tdepim-210090aed352271bcd474b28db9644d9461d7189.tar.gz tdepim-210090aed352271bcd474b28db9644d9461d7189.zip |
Remove spurious TQ_OBJECT instances
Diffstat (limited to 'kresources/groupwise')
-rw-r--r-- | kresources/groupwise/groupwisesettingswidget.h | 2 | ||||
-rw-r--r-- | kresources/groupwise/kabc_resourcegroupwise.h | 2 | ||||
-rw-r--r-- | kresources/groupwise/kabc_resourcegroupwiseconfig.h | 2 | ||||
-rw-r--r-- | kresources/groupwise/kcal_resourcegroupwise.h | 2 | ||||
-rw-r--r-- | kresources/groupwise/kcal_resourcegroupwiseconfig.h | 2 | ||||
-rw-r--r-- | kresources/groupwise/kioslave/groupwise.h | 2 | ||||
-rw-r--r-- | kresources/groupwise/soap/groupwiseserver.h | 2 | ||||
-rw-r--r-- | kresources/groupwise/soap/ksslsocket.h | 2 |
8 files changed, 8 insertions, 8 deletions
diff --git a/kresources/groupwise/groupwisesettingswidget.h b/kresources/groupwise/groupwisesettingswidget.h index 03b688730..9fff6aa75 100644 --- a/kresources/groupwise/groupwisesettingswidget.h +++ b/kresources/groupwise/groupwisesettingswidget.h @@ -31,7 +31,7 @@ class TQListViewItem; class GroupWiseSettingsWidget : public GroupWiseSettingsWidgetBase { Q_OBJECT - TQ_OBJECT + public: GroupWiseSettingsWidget( TQWidget * parent ); TQMap<TQString, TQString> dirtySettings(); diff --git a/kresources/groupwise/kabc_resourcegroupwise.h b/kresources/groupwise/kabc_resourcegroupwise.h index d5c6734ba..23912916e 100644 --- a/kresources/groupwise/kabc_resourcegroupwise.h +++ b/kresources/groupwise/kabc_resourcegroupwise.h @@ -42,7 +42,7 @@ class KDE_EXPORT ResourceGroupwise : public ResourceCached friend class ResourceGroupwiseConfig; Q_OBJECT - TQ_OBJECT + public: ResourceGroupwise( const KConfig * ); diff --git a/kresources/groupwise/kabc_resourcegroupwiseconfig.h b/kresources/groupwise/kabc_resourcegroupwiseconfig.h index 4db0a705d..5b7eb1cf4 100644 --- a/kresources/groupwise/kabc_resourcegroupwiseconfig.h +++ b/kresources/groupwise/kabc_resourcegroupwiseconfig.h @@ -39,7 +39,7 @@ class ResourceGroupwise; class KDE_EXPORT ResourceGroupwiseConfig : public KRES::ConfigWidget { Q_OBJECT - TQ_OBJECT + public: ResourceGroupwiseConfig( TQWidget* parent = 0, const char* name = 0 ); diff --git a/kresources/groupwise/kcal_resourcegroupwise.h b/kresources/groupwise/kcal_resourcegroupwise.h index 7baf07295..09e0b6d47 100644 --- a/kresources/groupwise/kcal_resourcegroupwise.h +++ b/kresources/groupwise/kcal_resourcegroupwise.h @@ -44,7 +44,7 @@ class GroupwisePrefsBase; class KDE_EXPORT ResourceGroupwise : public ResourceCached { Q_OBJECT - TQ_OBJECT + public: ResourceGroupwise(); diff --git a/kresources/groupwise/kcal_resourcegroupwiseconfig.h b/kresources/groupwise/kcal_resourcegroupwiseconfig.h index 2bf07c83b..db47a3f44 100644 --- a/kresources/groupwise/kcal_resourcegroupwiseconfig.h +++ b/kresources/groupwise/kcal_resourcegroupwiseconfig.h @@ -42,7 +42,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/kresources/groupwise/kioslave/groupwise.h b/kresources/groupwise/kioslave/groupwise.h index 72b57971b..3d110af8e 100644 --- a/kresources/groupwise/kioslave/groupwise.h +++ b/kresources/groupwise/kioslave/groupwise.h @@ -27,7 +27,7 @@ class Groupwise : public TQObject, public KIO::SlaveBase { Q_OBJECT - TQ_OBJECT + public: void get( const KURL &url ); Groupwise( const TQCString &protocol, const TQCString &pool, diff --git a/kresources/groupwise/soap/groupwiseserver.h b/kresources/groupwise/soap/groupwiseserver.h index c37cc1486..95218be06 100644 --- a/kresources/groupwise/soap/groupwiseserver.h +++ b/kresources/groupwise/soap/groupwiseserver.h @@ -94,7 +94,7 @@ class DeltaInfo class GroupwiseServer : public TQObject { Q_OBJECT - TQ_OBJECT + public: bool checkResponse( int result, ngwt__Status *status ); diff --git a/kresources/groupwise/soap/ksslsocket.h b/kresources/groupwise/soap/ksslsocket.h index 5158d0016..a83672369 100644 --- a/kresources/groupwise/soap/ksslsocket.h +++ b/kresources/groupwise/soap/ksslsocket.h @@ -28,7 +28,7 @@ class KSSLSocketPrivate; class KSSLSocket : public KExtendedSocket { Q_OBJECT - TQ_OBJECT + public: KSSLSocket(); |