summaryrefslogtreecommitdiffstats
path: root/kmail/compactionjob.h
diff options
context:
space:
mode:
Diffstat (limited to 'kmail/compactionjob.h')
-rw-r--r--kmail/compactionjob.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/kmail/compactionjob.h b/kmail/compactionjob.h
index 055713f6d..bb234a049 100644
--- a/kmail/compactionjob.h
+++ b/kmail/compactionjob.h
@@ -29,7 +29,7 @@
#define COMPACTIONJOB_H
#include "jobscheduler.h"
-#include <qstringlist.h>
+#include <tqstringlist.h>
namespace KMail {
@@ -53,12 +53,12 @@ private slots:
private:
// Real folder location, != location in case of symlinks
- QString realLocation() const;
+ TQString realLocation() const;
void done( int rc );
private:
- QTimer mTimer;
- QString mTempName;
+ TQTimer mTimer;
+ TQString mTempName;
FILE *mTmpFile;
off_t mOffset;
int mCurrentIndex;
@@ -88,8 +88,8 @@ private:
void done( int rc );
private:
- QTimer mTimer;
- QStringList mEntryList;
+ TQTimer mTimer;
+ TQStringList mEntryList;
int mCurrentIndex;
bool mFolderOpen;
bool mSilent;