diff options
Diffstat (limited to 'kmail/quotajobs.h')
-rw-r--r-- | kmail/quotajobs.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kmail/quotajobs.h b/kmail/quotajobs.h index 0188a1ebf..1db1b3d2c 100644 --- a/kmail/quotajobs.h +++ b/kmail/quotajobs.h @@ -137,7 +137,7 @@ GetStorageQuotaJob* getStorageQuota( KIO::Slave* slave, const KURL& url ); class GetQuotarootJob : public KIO::SimpleJob { Q_OBJECT - TQ_OBJECT + public: GetQuotarootJob( const KURL& url, const TQByteArray &packedArgs, bool showProgressInfo ); @@ -164,7 +164,7 @@ protected slots: class GetStorageQuotaJob : public KIO::Job { Q_OBJECT - TQ_OBJECT + public: GetStorageQuotaJob( KIO::Slave* slave, const KURL& url ); |