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/egroupware/debugdialog.h | 2 +- kresources/egroupware/kabc_resourcexmlrpc.h | 2 +- kresources/egroupware/kabc_resourcexmlrpcconfig.h | 2 +- kresources/egroupware/kcal_resourcexmlrpc.h | 2 +- kresources/egroupware/kcal_resourcexmlrpcconfig.h | 2 +- kresources/egroupware/knotes_resourcexmlrpc.h | 2 +- kresources/egroupware/knotes_resourcexmlrpcconfig.h | 2 +- kresources/egroupware/xmlrpciface.h | 4 ++-- 8 files changed, 9 insertions(+), 9 deletions(-) (limited to 'kresources/egroupware') diff --git a/kresources/egroupware/debugdialog.h b/kresources/egroupware/debugdialog.h index dc3124a7b..bde179885 100644 --- a/kresources/egroupware/debugdialog.h +++ b/kresources/egroupware/debugdialog.h @@ -32,7 +32,7 @@ class KTextBrowser; class DebugDialog : public KDialogBase { Q_OBJECT - TQ_OBJECT + public: /** diff --git a/kresources/egroupware/kabc_resourcexmlrpc.h b/kresources/egroupware/kabc_resourcexmlrpc.h index 73b083d1b..93ba66509 100644 --- a/kresources/egroupware/kabc_resourcexmlrpc.h +++ b/kresources/egroupware/kabc_resourcexmlrpc.h @@ -40,7 +40,7 @@ class EGroupwarePrefs; class KDE_EXPORT ResourceXMLRPC : public ResourceCached { Q_OBJECT - TQ_OBJECT + public: ResourceXMLRPC( const KConfig* ); diff --git a/kresources/egroupware/kabc_resourcexmlrpcconfig.h b/kresources/egroupware/kabc_resourcexmlrpcconfig.h index 7ed608aa8..fb0c9b47a 100644 --- a/kresources/egroupware/kabc_resourcexmlrpcconfig.h +++ b/kresources/egroupware/kabc_resourcexmlrpcconfig.h @@ -32,7 +32,7 @@ namespace KABC { class KDE_EXPORT ResourceXMLRPCConfig : public KRES::ConfigWidget { Q_OBJECT - TQ_OBJECT + public: ResourceXMLRPCConfig( TQWidget* parent = 0, const char* name = 0 ); diff --git a/kresources/egroupware/kcal_resourcexmlrpc.h b/kresources/egroupware/kcal_resourcexmlrpc.h index b95f13446..de6033078 100644 --- a/kresources/egroupware/kcal_resourcexmlrpc.h +++ b/kresources/egroupware/kcal_resourcexmlrpc.h @@ -53,7 +53,7 @@ class EGroupwarePrefs; class KDE_EXPORT ResourceXMLRPC : public ResourceCached { Q_OBJECT - TQ_OBJECT + public: ResourceXMLRPC( const KConfig* ); diff --git a/kresources/egroupware/kcal_resourcexmlrpcconfig.h b/kresources/egroupware/kcal_resourcexmlrpcconfig.h index 7b38bbad9..1ff75ea85 100644 --- a/kresources/egroupware/kcal_resourcexmlrpcconfig.h +++ b/kresources/egroupware/kcal_resourcexmlrpcconfig.h @@ -33,7 +33,7 @@ namespace KCal { class KDE_EXPORT ResourceXMLRPCConfig : public KRES::ConfigWidget { Q_OBJECT - TQ_OBJECT + public: ResourceXMLRPCConfig( TQWidget* parent = 0, const char* name = 0 ); diff --git a/kresources/egroupware/knotes_resourcexmlrpc.h b/kresources/egroupware/knotes_resourcexmlrpc.h index c44700c34..c7bee901e 100644 --- a/kresources/egroupware/knotes_resourcexmlrpc.h +++ b/kresources/egroupware/knotes_resourcexmlrpc.h @@ -49,7 +49,7 @@ class EGroupwarePrefs; class KDE_EXPORT ResourceXMLRPC : public ResourceNotes { Q_OBJECT - TQ_OBJECT + public: ResourceXMLRPC( const KConfig* ); diff --git a/kresources/egroupware/knotes_resourcexmlrpcconfig.h b/kresources/egroupware/knotes_resourcexmlrpcconfig.h index f55a66021..afc5371f0 100644 --- a/kresources/egroupware/knotes_resourcexmlrpcconfig.h +++ b/kresources/egroupware/knotes_resourcexmlrpcconfig.h @@ -33,7 +33,7 @@ namespace KNotes { class KDE_EXPORT ResourceXMLRPCConfig : public KRES::ConfigWidget { Q_OBJECT - TQ_OBJECT + public: ResourceXMLRPCConfig( TQWidget* parent = 0, const char* name = 0 ); diff --git a/kresources/egroupware/xmlrpciface.h b/kresources/egroupware/xmlrpciface.h index 4e05dc675..395cf2372 100644 --- a/kresources/egroupware/xmlrpciface.h +++ b/kresources/egroupware/xmlrpciface.h @@ -33,7 +33,7 @@ namespace KXMLRPC class Query : public TQObject { Q_OBJECT - TQ_OBJECT + public: @@ -78,7 +78,7 @@ namespace KXMLRPC class Server : public TQObject { Q_OBJECT - TQ_OBJECT + public: Server( const KURL &url = KURL(), TQObject *parent = 0, const char *name = 0 ); -- cgit v1.2.1