From 210090aed352271bcd474b28db9644d9461d7189 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 17 Feb 2012 16:08:47 -0600 Subject: Remove spurious TQ_OBJECT instances --- kresources/groupwise/groupwisesettingswidget.h | 2 +- kresources/groupwise/kabc_resourcegroupwise.h | 2 +- kresources/groupwise/kabc_resourcegroupwiseconfig.h | 2 +- kresources/groupwise/kcal_resourcegroupwise.h | 2 +- kresources/groupwise/kcal_resourcegroupwiseconfig.h | 2 +- kresources/groupwise/kioslave/groupwise.h | 2 +- kresources/groupwise/soap/groupwiseserver.h | 2 +- kresources/groupwise/soap/ksslsocket.h | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) (limited to 'kresources/groupwise') 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 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(); -- cgit v1.2.1