summaryrefslogtreecommitdiffstats
path: root/kmailcvt/filter_lnotes.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'kmailcvt/filter_lnotes.hxx')
-rw-r--r--kmailcvt/filter_lnotes.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/kmailcvt/filter_lnotes.hxx b/kmailcvt/filter_lnotes.hxx
index cb36273e..709fa6ce 100644
--- a/kmailcvt/filter_lnotes.hxx
+++ b/kmailcvt/filter_lnotes.hxx
@@ -34,7 +34,7 @@ public:
private:
/** the working directory */
- QDir dir;
+ TQDir dir;
/** Our Filterinfo stuff... important methods for getting the email imported */
FilterInfo * inf;
/** which file (of totalFiles) is now in the work? */
@@ -46,7 +46,7 @@ private:
* This is were all the real action is gonna be handled.
* Gets called once for EACH file imported
*/
- void ImportLNotes(const QString& file);
+ void ImportLNotes(const TQString& file);
};