diff options
author | Timothy Pearson <[email protected]> | 2012-02-17 16:08:47 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2012-02-17 16:08:47 -0600 |
commit | 210090aed352271bcd474b28db9644d9461d7189 (patch) | |
tree | 90a41c57403e068d3d7616952c02aa3af88f3d7c /kresources/kolab | |
parent | 4bed3ea970817c21a63e468df8e8a45517f751bb (diff) | |
download | tdepim-210090aed352271bcd474b28db9644d9461d7189.tar.gz tdepim-210090aed352271bcd474b28db9644d9461d7189.zip |
Remove spurious TQ_OBJECT instances
Diffstat (limited to 'kresources/kolab')
-rw-r--r-- | kresources/kolab/kabc/resourcekolab.h | 2 | ||||
-rw-r--r-- | kresources/kolab/kcal/resourcekolab.h | 2 | ||||
-rw-r--r-- | kresources/kolab/knotes/resourcekolab.h | 2 | ||||
-rw-r--r-- | kresources/kolab/shared/kmailconnection.h | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/kresources/kolab/kabc/resourcekolab.h b/kresources/kolab/kabc/resourcekolab.h index 95fdf3abe..d27a97c92 100644 --- a/kresources/kolab/kabc/resourcekolab.h +++ b/kresources/kolab/kabc/resourcekolab.h @@ -53,7 +53,7 @@ class KDE_EXPORT ResourceKolab : public KPIM::ResourceABC, public Kolab::ResourceKolabBase { Q_OBJECT - TQ_OBJECT + public: /** diff --git a/kresources/kolab/kcal/resourcekolab.h b/kresources/kolab/kcal/resourcekolab.h index 8d5672f96..e639d2606 100644 --- a/kresources/kolab/kcal/resourcekolab.h +++ b/kresources/kolab/kcal/resourcekolab.h @@ -52,7 +52,7 @@ class KDE_EXPORT ResourceKolab : public KCal::ResourceCalendar, public Kolab::ResourceKolabBase { Q_OBJECT - TQ_OBJECT + friend struct TemporarySilencer; public: diff --git a/kresources/kolab/knotes/resourcekolab.h b/kresources/kolab/knotes/resourcekolab.h index cc77d25d2..f596d8f70 100644 --- a/kresources/kolab/knotes/resourcekolab.h +++ b/kresources/kolab/knotes/resourcekolab.h @@ -54,7 +54,7 @@ class KDE_EXPORT ResourceKolab : public ResourceNotes, public ResourceKolabBase { Q_OBJECT - TQ_OBJECT + public: ResourceKolab( const KConfig* ); diff --git a/kresources/kolab/shared/kmailconnection.h b/kresources/kolab/shared/kmailconnection.h index ec49bfd11..62003b5f9 100644 --- a/kresources/kolab/shared/kmailconnection.h +++ b/kresources/kolab/shared/kmailconnection.h @@ -50,7 +50,7 @@ class ResourceKolabBase; */ class KMailConnection : public TQObject, public DCOPObject { Q_OBJECT -// TQ_OBJECT +// K_DCOP // These are the methods called by KMail when the resource changes |