From 0ae5679aa160245af248836e1d7743aeff63f2e1 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sun, 6 Nov 2011 02:31:13 -0600 Subject: Additional kde to tde renaming --- kresources/CMakeLists.txt | 6 +++--- kresources/Makefile.am | 2 +- kresources/README.design | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) (limited to 'kresources') diff --git a/kresources/CMakeLists.txt b/kresources/CMakeLists.txt index 3e79d13e7..f6932baaa 100644 --- a/kresources/CMakeLists.txt +++ b/kresources/CMakeLists.txt @@ -12,11 +12,11 @@ include_directories( ${TQT_INCLUDE_DIRS} ${CMAKE_CURRENT_BINARY_DIR} - ${CMAKE_BINARY_DIR}/kdecore + ${CMAKE_BINARY_DIR}/tdecore ${CMAKE_SOURCE_DIR} ${CMAKE_SOURCE_DIR}/dcop - ${CMAKE_SOURCE_DIR}/kdecore - ${CMAKE_SOURCE_DIR}/kdeui + ${CMAKE_SOURCE_DIR}/tdecore + ${CMAKE_SOURCE_DIR}/tdeui ${CMAKE_SOURCE_DIR}/kio ${CMAKE_SOURCE_DIR}/kio/kio ${CMAKE_SOURCE_DIR}/kio/kfile diff --git a/kresources/Makefile.am b/kresources/Makefile.am index 18fccb095..ca3113b6a 100644 --- a/kresources/Makefile.am +++ b/kresources/Makefile.am @@ -37,7 +37,7 @@ kcm_kresources_la_LIBADD = libkresources.la $(LIB_QT) $(LIB_KDEUI) $(LIB_KDECORE check_PROGRAMS = testresources -testresources_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -lkdefx $(LIB_KIO) -lktexteditor +testresources_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -ltdefx $(LIB_KIO) -lktexteditor testresources_LDADD = libkresources.la testresources_SOURCES = testresources.cpp diff --git a/kresources/README.design b/kresources/README.design index 563d0aeed..2a34ca8b2 100644 --- a/kresources/README.design +++ b/kresources/README.design @@ -88,7 +88,7 @@ iterate over all available resources to harvest all events. EXAMPLES -------- -For examples, check the following files in kdepim/libkcal: +For examples, check the following files in tdepim/libkcal: - resourcecalendar.{h,cpp} Defines the base class of the calendar resource family - kcmcalendars.{h,cpp} @@ -112,7 +112,7 @@ with libkcal: The "exchange" calendar resource is compiled in a separate library, dynamically loaded by the resource manager if resources of this type are used. This resource is in -kdepim/kresources/exchange: +tdepim/kresources/exchange: - resourceexchange.{h,cpp} Defines the exchange resource - resourceexchangeconfig.{h,cpp} -- cgit v1.2.1