summaryrefslogtreecommitdiffstats
path: root/ktnef
diff options
context:
space:
mode:
Diffstat (limited to 'ktnef')
-rw-r--r--ktnef/gui/attachpropertydialog.cpp2
-rw-r--r--ktnef/gui/ktnefmain.cpp2
-rw-r--r--ktnef/lib/CMakeLists.txt2
3 files changed, 3 insertions, 3 deletions
diff --git a/ktnef/gui/attachpropertydialog.cpp b/ktnef/gui/attachpropertydialog.cpp
index 564e3b71..222c3f1b 100644
--- a/ktnef/gui/attachpropertydialog.cpp
+++ b/ktnef/gui/attachpropertydialog.cpp
@@ -28,7 +28,7 @@
#include <kdebug.h>
#include <klocale.h>
#include <kmessagebox.h>
-#include <kfiledialog.h>
+#include <tdefiledialog.h>
#include <tqbuffer.h>
#include <tqdatastream.h>
#include <tqpicture.h>
diff --git a/ktnef/gui/ktnefmain.cpp b/ktnef/gui/ktnefmain.cpp
index 837f01c3..8324b5de 100644
--- a/ktnef/gui/ktnefmain.cpp
+++ b/ktnef/gui/ktnefmain.cpp
@@ -33,7 +33,7 @@
#include <tqpixmap.h>
#include <kstdaccel.h>
#include <tqmessagebox.h>
-#include <kfiledialog.h>
+#include <tdefiledialog.h>
#include <tqdir.h>
#include <kprocess.h>
#include <kglobal.h>
diff --git a/ktnef/lib/CMakeLists.txt b/ktnef/lib/CMakeLists.txt
index 068fffff..8694d25f 100644
--- a/ktnef/lib/CMakeLists.txt
+++ b/ktnef/lib/CMakeLists.txt
@@ -30,6 +30,6 @@ tde_add_library( ktnef SHARED
mapi.cpp ktnefpropertyset.cpp ktnefmessage.cpp
ktnefwriter.cpp lzfu.cpp
VERSION 1.0.0
- LINK kio-shared
+ LINK tdeio-shared
DESTINATION ${LIB_INSTALL_DIR}
)