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 --- libkpimexchange/core/exchangeaccount.h | 2 +- libkpimexchange/core/exchangeclient.h | 2 +- libkpimexchange/core/exchangedelete.h | 2 +- libkpimexchange/core/exchangedownload.h | 2 +- libkpimexchange/core/exchangemonitor.h | 2 +- libkpimexchange/core/exchangeprogress.h | 2 +- libkpimexchange/core/exchangeupload.h | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) (limited to 'libkpimexchange') diff --git a/libkpimexchange/core/exchangeaccount.h b/libkpimexchange/core/exchangeaccount.h index c05f41bef..71b6b889d 100644 --- a/libkpimexchange/core/exchangeaccount.h +++ b/libkpimexchange/core/exchangeaccount.h @@ -35,7 +35,7 @@ namespace KPIM { class KDE_EXPORT ExchangeAccount : public TQObject { Q_OBJECT - TQ_OBJECT + public: ExchangeAccount( const TQString &host, const TQString &port, const TQString &account, const TQString &password, diff --git a/libkpimexchange/core/exchangeclient.h b/libkpimexchange/core/exchangeclient.h index 57dced4f3..b9b0acd50 100644 --- a/libkpimexchange/core/exchangeclient.h +++ b/libkpimexchange/core/exchangeclient.h @@ -47,7 +47,7 @@ class ExchangeDelete; class KDE_EXPORT ExchangeClient : public TQObject { Q_OBJECT - TQ_OBJECT + public: ExchangeClient( ExchangeAccount* account, const TQString& mTimeZoneId=TQString() ); ~ExchangeClient(); diff --git a/libkpimexchange/core/exchangedelete.h b/libkpimexchange/core/exchangedelete.h index 3af933438..0c2c60e49 100644 --- a/libkpimexchange/core/exchangedelete.h +++ b/libkpimexchange/core/exchangedelete.h @@ -35,7 +35,7 @@ class ExchangeAccount; class KDE_EXPORT ExchangeDelete : public TQObject { Q_OBJECT - TQ_OBJECT + public: ExchangeDelete( KCal::Event* event, ExchangeAccount* account, TQWidget* window=0 ); ~ExchangeDelete(); diff --git a/libkpimexchange/core/exchangedownload.h b/libkpimexchange/core/exchangedownload.h index 591f5d254..a28cc7106 100644 --- a/libkpimexchange/core/exchangedownload.h +++ b/libkpimexchange/core/exchangedownload.h @@ -37,7 +37,7 @@ class ExchangeAccount; class ExchangeDownload : public TQObject { Q_OBJECT - TQ_OBJECT + public: ExchangeDownload( ExchangeAccount* account, TQWidget* window=0 ); ~ExchangeDownload(); diff --git a/libkpimexchange/core/exchangemonitor.h b/libkpimexchange/core/exchangemonitor.h index b43ba6881..6f31700d2 100644 --- a/libkpimexchange/core/exchangemonitor.h +++ b/libkpimexchange/core/exchangemonitor.h @@ -41,7 +41,7 @@ class ExchangeAccount; class ExchangeMonitor : public TQObject { Q_OBJECT - TQ_OBJECT + public: typedef long ID; typedef TQValueList IDList; diff --git a/libkpimexchange/core/exchangeprogress.h b/libkpimexchange/core/exchangeprogress.h index f3db0be91..4d29c24c5 100644 --- a/libkpimexchange/core/exchangeprogress.h +++ b/libkpimexchange/core/exchangeprogress.h @@ -29,7 +29,7 @@ namespace KPIM { class ExchangeProgress : public KProgressDialog { Q_OBJECT - TQ_OBJECT + public: ExchangeProgress(TQWidget *parent=0); diff --git a/libkpimexchange/core/exchangeupload.h b/libkpimexchange/core/exchangeupload.h index 5a6635976..fd279faab 100644 --- a/libkpimexchange/core/exchangeupload.h +++ b/libkpimexchange/core/exchangeupload.h @@ -35,7 +35,7 @@ class ExchangeAccount; class KDE_EXPORT ExchangeUpload : public TQObject { Q_OBJECT - TQ_OBJECT + public: ExchangeUpload( KCal::Event* event, ExchangeAccount* account, const TQString& timeZoneId, TQWidget* window=0 ); ~ExchangeUpload(); -- cgit v1.2.1