From 64df902cf71a8ee258fb85f6be26248f399aa01f Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sun, 27 Jan 2013 01:05:15 -0600 Subject: Rename a number of libraries and executables to avoid conflicts with KDE4 --- ktnef/gui/attachpropertydialog.cpp | 2 +- ktnef/gui/ktnefmain.cpp | 2 +- ktnef/lib/CMakeLists.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'ktnef') 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 #include #include -#include +#include #include #include #include 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 #include #include -#include +#include #include #include #include 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} ) -- cgit v1.2.3