From ef9eb4959e8e2df853a8dcdf31a21b525fd42808 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sun, 27 Jan 2013 00:53:13 -0600 Subject: Rename a number of libraries and executables to avoid conflicts with KDE4 --- src/CMakeLists.txt | 4 ++-- src/kio_locate.cpp | 4 ++-- src/kio_locate.h | 6 +++--- src/klocateconfig.kcfgc | 2 +- 4 files changed, 8 insertions(+), 8 deletions(-) (limited to 'src') diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index e2a1ab8..0ac1254 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -15,7 +15,7 @@ include_directories( ${CMAKE_BINARY_DIR} ${CMAKE_BINARY_DIR}/src ${CMAKE_SOURCE_DIR}/src - ${CMAKE_SOURCE_DIR}/kio/kio + ${CMAKE_SOURCE_DIR}/tdeio/tdeio ) link_directories( @@ -42,6 +42,6 @@ set( ${target}_SRCS tde_add_kpart( ${target} AUTOMOC SOURCES ${${target}_SRCS} - LINK kio-shared + LINK tdeio-shared DESTINATION ${PLUGIN_INSTALL_DIR} ) diff --git a/src/kio_locate.cpp b/src/kio_locate.cpp index 38317bb..9f39be8 100644 --- a/src/kio_locate.cpp +++ b/src/kio_locate.cpp @@ -30,7 +30,7 @@ #include #include -#include +#include #include #include #include @@ -836,7 +836,7 @@ bool LocateProtocol::isHelpRequest() void LocateProtocol::helpRequest() { // Redirect the user to our help documents. - redirection("help:/kio-locate/"); + redirection("help:/tdeio-locate/"); finished(); } diff --git a/src/kio_locate.h b/src/kio_locate.h index d02fdd9..13097cd 100644 --- a/src/kio_locate.h +++ b/src/kio_locate.h @@ -65,8 +65,8 @@ #include #include -#include -#include +#include +#include #include "locater.h" #include "pattern.h" @@ -88,7 +88,7 @@ enum LocateCollapsedIcon { iconBlue, iconGreen, iconGrey, iconOrange, iconRed, i /** - * Implementation of the kioslave for the locate protocol. + * Implementation of the tdeioslave for the locate protocol. * * Enables you to enter "locate:pattern" wherever an URL can be used * in KDE. diff --git a/src/klocateconfig.kcfgc b/src/klocateconfig.kcfgc index 453e65f..270779c 100644 --- a/src/klocateconfig.kcfgc +++ b/src/klocateconfig.kcfgc @@ -1,4 +1,4 @@ -# Code generation options for kconfig_compiler +# Code generation options for tdeconfig_compiler File=kio_locate.kcfg ClassName=KLocateConfig Singleton=true -- cgit v1.2.1