summaryrefslogtreecommitdiffstats
path: root/libktorrent/util/autorotatelogjob.h
diff options
context:
space:
mode:
Diffstat (limited to 'libktorrent/util/autorotatelogjob.h')
-rw-r--r--libktorrent/util/autorotatelogjob.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/libktorrent/util/autorotatelogjob.h b/libktorrent/util/autorotatelogjob.h
index 11cf06a..ae850b3 100644
--- a/libktorrent/util/autorotatelogjob.h
+++ b/libktorrent/util/autorotatelogjob.h
@@ -36,8 +36,9 @@ namespace bt
class AutoRotateLogJob : public KIO::Job
{
Q_OBJECT
+ TQ_OBJECT
public:
- AutoRotateLogJob(const QString & file,Log* lg);
+ AutoRotateLogJob(const TQString & file,Log* lg);
virtual ~AutoRotateLogJob();
virtual void kill(bool quietly=true);
@@ -49,7 +50,7 @@ namespace bt
void update();
private:
- QString file;
+ TQString file;
int cnt;
Log* lg;
};