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 --- korganizer/freebusymanager.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'korganizer/freebusymanager.h') diff --git a/korganizer/freebusymanager.h b/korganizer/freebusymanager.h index d8fcc952..b6b93d04 100644 --- a/korganizer/freebusymanager.h +++ b/korganizer/freebusymanager.h @@ -55,7 +55,7 @@ class FreeBusyManager; class FreeBusyDownloadJob : public TQObject { Q_OBJECT - TQ_OBJECT + public: FreeBusyDownloadJob( const TQString &email, const KURL &url, FreeBusyManager *manager, const char *name = 0 ); @@ -80,7 +80,7 @@ class FreeBusyDownloadJob : public TQObject class FreeBusyManager : public TQObject, public KCal::FreeBusyCache { Q_OBJECT - TQ_OBJECT + public: FreeBusyManager( TQObject *parent, const char *name ); -- cgit v1.2.3