summaryrefslogtreecommitdiffstats
path: root/kmailcvt/filter_thunderbird.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'kmailcvt/filter_thunderbird.cxx')
-rw-r--r--kmailcvt/filter_thunderbird.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/kmailcvt/filter_thunderbird.cxx b/kmailcvt/filter_thunderbird.cxx
index ea739dac1..d92e7efdf 100644
--- a/kmailcvt/filter_thunderbird.cxx
+++ b/kmailcvt/filter_thunderbird.cxx
@@ -19,7 +19,7 @@
#include <config.h>
#include <klocale.h>
-#include <kfiledialog.h>
+#include <tdefiledialog.h>
#include <ktempfile.h>
@@ -55,7 +55,7 @@ void FilterThunderbird::import(FilterInfo *info)
}
KFileDialog *kfd;
- kfd = new KFileDialog( thunderDir, "", 0, "kfiledialog", true );
+ kfd = new KFileDialog( thunderDir, "", 0, "tdefiledialog", true );
kfd->setMode(KFile::Directory | KFile::LocalOnly);
kfd->exec();
mailDir = kfd->selectedFile();