summaryrefslogtreecommitdiffstats
path: root/libkpimexchange
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-02-17 16:08:47 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-02-17 16:08:47 -0600
commit210090aed352271bcd474b28db9644d9461d7189 (patch)
tree90a41c57403e068d3d7616952c02aa3af88f3d7c /libkpimexchange
parent4bed3ea970817c21a63e468df8e8a45517f751bb (diff)
downloadtdepim-210090aed352271bcd474b28db9644d9461d7189.tar.gz
tdepim-210090aed352271bcd474b28db9644d9461d7189.zip
Remove spurious TQ_OBJECT instances
Diffstat (limited to 'libkpimexchange')
-rw-r--r--libkpimexchange/core/exchangeaccount.h2
-rw-r--r--libkpimexchange/core/exchangeclient.h2
-rw-r--r--libkpimexchange/core/exchangedelete.h2
-rw-r--r--libkpimexchange/core/exchangedownload.h2
-rw-r--r--libkpimexchange/core/exchangemonitor.h2
-rw-r--r--libkpimexchange/core/exchangeprogress.h2
-rw-r--r--libkpimexchange/core/exchangeupload.h2
7 files changed, 7 insertions, 7 deletions
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<ID> 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();