diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-02-17 16:08:47 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-02-17 16:08:47 -0600 |
commit | 210090aed352271bcd474b28db9644d9461d7189 (patch) | |
tree | 90a41c57403e068d3d7616952c02aa3af88f3d7c /kmail/annotationjobs.h | |
parent | 4bed3ea970817c21a63e468df8e8a45517f751bb (diff) | |
download | tdepim-210090aed352271bcd474b28db9644d9461d7189.tar.gz tdepim-210090aed352271bcd474b28db9644d9461d7189.zip |
Remove spurious TQ_OBJECT instances
Diffstat (limited to 'kmail/annotationjobs.h')
-rw-r--r-- | kmail/annotationjobs.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/kmail/annotationjobs.h b/kmail/annotationjobs.h index c700a4b45..3972a80b0 100644 --- a/kmail/annotationjobs.h +++ b/kmail/annotationjobs.h @@ -108,7 +108,7 @@ MultiUrlGetAnnotationJob* multiUrlGetAnnotation( KIO::Slave* slave, class GetAnnotationJob : public KIO::SimpleJob { Q_OBJECT - TQ_OBJECT + public: GetAnnotationJob( const KURL& url, const TQString& entry, const TQByteArray &packedArgs, bool showProgressInfo ); @@ -126,7 +126,7 @@ private: class MultiGetAnnotationJob : public KIO::Job { Q_OBJECT - TQ_OBJECT + public: MultiGetAnnotationJob( KIO::Slave* slave, const KURL& url, const TQStringList& entries, bool showProgressInfo ); @@ -150,7 +150,7 @@ private: class MultiUrlGetAnnotationJob : public KIO::Job { Q_OBJECT - TQ_OBJECT + public: MultiUrlGetAnnotationJob( KIO::Slave* slave, const KURL& baseUrl, @@ -175,7 +175,7 @@ private: class MultiSetAnnotationJob : public KIO::Job { Q_OBJECT - TQ_OBJECT + public: MultiSetAnnotationJob( KIO::Slave* slave, const KURL& url, const AnnotationList& annotations, bool showProgressInfo ); |