summaryrefslogtreecommitdiffstats
path: root/kmailcvt/filter_opera.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'kmailcvt/filter_opera.cxx')
-rw-r--r--kmailcvt/filter_opera.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/kmailcvt/filter_opera.cxx b/kmailcvt/filter_opera.cxx
index 65e2eae4..784c0b10 100644
--- a/kmailcvt/filter_opera.cxx
+++ b/kmailcvt/filter_opera.cxx
@@ -17,7 +17,7 @@
#include <config.h>
#include <klocale.h>
-#include <kfiledialog.h>
+#include <tdefiledialog.h>
#include <ktempfile.h>
#include <kdebug.h>
@@ -50,7 +50,7 @@ void FilterOpera::import(FilterInfo *info)
//TQString mailDir = KFileDialog::getExistingDirectory(TQDir::homeDirPath(), info->parent());
KFileDialog *kfd;
- kfd = new KFileDialog( startdir, "", 0, "kfiledialog", true );
+ kfd = new KFileDialog( startdir, "", 0, "tdefiledialog", true );
kfd->setMode(KFile::Directory | KFile::LocalOnly);
kfd->exec();
TQString operaDir = kfd->selectedFile();