From 38188136cc426b4bb00abf6f8c7c90b4bb27c453 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sat, 5 Nov 2011 21:46:25 -0500 Subject: Rename kde libraries to tde --- kresources/groupwise/CMakeLists.txt | 2 +- kresources/groupwise/Makefile.am | 4 ++-- kresources/groupwise/kabc_groupwiseprefs.kcfgc | 2 +- kresources/groupwise/kabc_resourcegroupwise.h | 2 +- kresources/groupwise/kcal_groupwiseprefsbase.kcfgc | 2 +- kresources/groupwise/kcal_resourcegroupwise.cpp | 2 +- kresources/groupwise/kcal_resourcegroupwise.h | 2 +- kresources/groupwise/kioslave/CMakeLists.txt | 2 +- kresources/groupwise/kioslave/Makefile.am | 4 ++-- kresources/groupwise/kioslave/groupwise.cpp | 2 +- kresources/groupwise/soap/CMakeLists.txt | 2 +- kresources/groupwise/soap/Makefile.am | 4 ++-- kresources/groupwise/soap/groupwiseserver.cpp | 2 +- kresources/groupwise/soap/gwconverter.cpp | 2 +- kresources/groupwise/soap/incidenceconverter.cpp | 2 +- 15 files changed, 18 insertions(+), 18 deletions(-) (limited to 'kresources/groupwise') diff --git a/kresources/groupwise/CMakeLists.txt b/kresources/groupwise/CMakeLists.txt index 2b661be91..e2d2f4241 100644 --- a/kresources/groupwise/CMakeLists.txt +++ b/kresources/groupwise/CMakeLists.txt @@ -16,7 +16,7 @@ include_directories( ${CMAKE_CURRENT_BINARY_DIR} ${CMAKE_BINARY_DIR} ${CMAKE_SOURCE_DIR} - ${CMAKE_SOURCE_DIR}/libkdepim + ${CMAKE_SOURCE_DIR}/libtdepim ${TDE_INCLUDE_DIR} ${TQT_INCLUDE_DIRS} ) diff --git a/kresources/groupwise/Makefile.am b/kresources/groupwise/Makefile.am index 76a67d5ed..5056a35d5 100644 --- a/kresources/groupwise/Makefile.am +++ b/kresources/groupwise/Makefile.am @@ -11,7 +11,7 @@ libkcal_groupwise_la_LDFLAGS = $(KDE_RPATH) $(all_libraries) \ -version-info 1:0:0 -no-undefined libkcal_groupwise_la_LIBADD = soap/libgwsoap.la \ $(top_builddir)/libkcal/libkcal.la \ - $(top_builddir)/libkdepim/libkdepim.la + $(top_builddir)/libtdepim/libtdepim.la libkabc_groupwise_la_SOURCES = kabc_resourcegroupwise.cpp \ kabc_resourcegroupwiseconfig.cpp \ @@ -20,7 +20,7 @@ libkabc_groupwise_la_LDFLAGS = $(KDE_RPATH) $(all_libraries) \ -version-info 1:0:0 -no-undefined libkabc_groupwise_la_LIBADD = soap/libgwsoap.la \ $(top_builddir)/libkcal/libkcal.la \ - $(top_builddir)/libkdepim/libkdepim.la \ + $(top_builddir)/libtdepim/libtdepim.la \ -lkabc diff --git a/kresources/groupwise/kabc_groupwiseprefs.kcfgc b/kresources/groupwise/kabc_groupwiseprefs.kcfgc index 587810700..984935473 100644 --- a/kresources/groupwise/kabc_groupwiseprefs.kcfgc +++ b/kresources/groupwise/kabc_groupwiseprefs.kcfgc @@ -1,7 +1,7 @@ ClassName=GroupwisePrefs File=kresources_kabc_groupwise.kcfg GlobalEnums=true -IncludeFiles=libkdepim/kresourceprefs.h +IncludeFiles=libtdepim/kresourceprefs.h Inherits=KResourcePrefs Mutators=true NameSpace=KABC diff --git a/kresources/groupwise/kabc_resourcegroupwise.h b/kresources/groupwise/kabc_resourcegroupwise.h index 4cdfe551d..b300336c1 100644 --- a/kresources/groupwise/kabc_resourcegroupwise.h +++ b/kresources/groupwise/kabc_resourcegroupwise.h @@ -25,7 +25,7 @@ #include #include -#include +#include #include diff --git a/kresources/groupwise/kcal_groupwiseprefsbase.kcfgc b/kresources/groupwise/kcal_groupwiseprefsbase.kcfgc index 988d43448..7eac7daa9 100644 --- a/kresources/groupwise/kcal_groupwiseprefsbase.kcfgc +++ b/kresources/groupwise/kcal_groupwiseprefsbase.kcfgc @@ -5,7 +5,7 @@ NameSpace=KCal Singleton=false Mutators=true Inherits=KResourcePrefs -IncludeFiles=libkdepim/kresourceprefs.h +IncludeFiles=libtdepim/kresourceprefs.h GlobalEnums=true #ItemAccessors=true #SetUserTexts=true diff --git a/kresources/groupwise/kcal_resourcegroupwise.cpp b/kresources/groupwise/kcal_resourcegroupwise.cpp index dadf5b314..ae56576ea 100644 --- a/kresources/groupwise/kcal_resourcegroupwise.cpp +++ b/kresources/groupwise/kcal_resourcegroupwise.cpp @@ -43,7 +43,7 @@ #include #include #include -#include +#include using namespace KCal; diff --git a/kresources/groupwise/kcal_resourcegroupwise.h b/kresources/groupwise/kcal_resourcegroupwise.h index 66011aa9f..e99a04029 100644 --- a/kresources/groupwise/kcal_resourcegroupwise.h +++ b/kresources/groupwise/kcal_resourcegroupwise.h @@ -23,7 +23,7 @@ #include -#include +#include #include diff --git a/kresources/groupwise/kioslave/CMakeLists.txt b/kresources/groupwise/kioslave/CMakeLists.txt index 361823373..23476fe0e 100644 --- a/kresources/groupwise/kioslave/CMakeLists.txt +++ b/kresources/groupwise/kioslave/CMakeLists.txt @@ -13,7 +13,7 @@ include_directories( ${CMAKE_CURRENT_BINARY_DIR} ${CMAKE_CURRENT_SOURCE_DIR}/../soap ${CMAKE_SOURCE_DIR} - ${CMAKE_SOURCE_DIR}/libkdepim + ${CMAKE_SOURCE_DIR}/libtdepim ${TDE_INCLUDE_DIR} ${TQT_INCLUDE_DIRS} ) diff --git a/kresources/groupwise/kioslave/Makefile.am b/kresources/groupwise/kioslave/Makefile.am index c944b3e54..0e3ed61ad 100644 --- a/kresources/groupwise/kioslave/Makefile.am +++ b/kresources/groupwise/kioslave/Makefile.am @@ -1,5 +1,5 @@ INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/kresources/groupwise/soap \ - -I$(top_builddir)/libkdepim $(all_includes) + -I$(top_builddir)/libtdepim $(all_includes) noinst_HEADERS = groupwise.h @@ -12,7 +12,7 @@ kde_module_LTLIBRARIES = kio_groupwise.la kio_groupwise_la_SOURCES = groupwise.cpp kio_groupwise_la_LIBADD = $(top_builddir)/libkcal/libkcal.la \ - ../soap/libgwsoap.la $(top_builddir)/libkdepim/libkdepim.la $(LIB_KIO) + ../soap/libgwsoap.la $(top_builddir)/libtdepim/libtdepim.la $(LIB_KIO) kio_groupwise_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN) messages: rc.cpp diff --git a/kresources/groupwise/kioslave/groupwise.cpp b/kresources/groupwise/kioslave/groupwise.cpp index 6ea0c8ed4..5e182283e 100644 --- a/kresources/groupwise/kioslave/groupwise.cpp +++ b/kresources/groupwise/kioslave/groupwise.cpp @@ -23,7 +23,7 @@ #include -#include +#include #include #include diff --git a/kresources/groupwise/soap/CMakeLists.txt b/kresources/groupwise/soap/CMakeLists.txt index e6aaec2b5..64509638e 100644 --- a/kresources/groupwise/soap/CMakeLists.txt +++ b/kresources/groupwise/soap/CMakeLists.txt @@ -16,7 +16,7 @@ include_directories( ${CMAKE_CURRENT_SOURCE_DIR}/.. ${CMAKE_BINARY_DIR} ${CMAKE_SOURCE_DIR} - ${CMAKE_SOURCE_DIR}/libkdepim + ${CMAKE_SOURCE_DIR}/libtdepim ${TDE_INCLUDE_DIR} ${TQT_INCLUDE_DIRS} ) diff --git a/kresources/groupwise/soap/Makefile.am b/kresources/groupwise/soap/Makefile.am index 638b0ba47..8ea5074e8 100644 --- a/kresources/groupwise/soap/Makefile.am +++ b/kresources/groupwise/soap/Makefile.am @@ -8,7 +8,7 @@ check_PROGRAMS = soapdebug soapdebug_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -lkdefx $(LIB_KIO) -lktexteditor soapdebug_LDADD = libgwsoap.la -lkdecore \ $(top_builddir)/libkcal/libkcal.la \ - $(top_builddir)/libkdepim/libkdepim.la + $(top_builddir)/libtdepim/libtdepim.la soapdebug_SOURCES = soapdebug.cpp lib_LTLIBRARIES = libgwsoap.la @@ -17,7 +17,7 @@ libgwsoap_la_SOURCES = contactconverter.cpp gwconverter.cpp incidenceconverter.c groupwiseserver.cpp gwjobs.cpp ksslsocket.cpp \ soapC.cpp soapClient.cpp stdsoap2.cpp libgwsoap_la_LDFLAGS = $(KDE_RPATH) $(all_libraries) -no-undefined -libgwsoap_la_LIBADD = $(top_builddir)/libkcal/libkcal.la $(top_builddir)/libkdepim/libkdepim.la +libgwsoap_la_LIBADD = $(top_builddir)/libkcal/libkcal.la $(top_builddir)/libtdepim/libtdepim.la # the following rule does: # make a header file from the wsdl diff --git a/kresources/groupwise/soap/groupwiseserver.cpp b/kresources/groupwise/soap/groupwiseserver.cpp index 7703fdc61..d13e5cd80 100644 --- a/kresources/groupwise/soap/groupwiseserver.cpp +++ b/kresources/groupwise/soap/groupwiseserver.cpp @@ -25,7 +25,7 @@ #include #include -#include +#include #include #include diff --git a/kresources/groupwise/soap/gwconverter.cpp b/kresources/groupwise/soap/gwconverter.cpp index 3cd61f60b..4e848b7e3 100644 --- a/kresources/groupwise/soap/gwconverter.cpp +++ b/kresources/groupwise/soap/gwconverter.cpp @@ -20,7 +20,7 @@ #include "gwconverter.h" -#include +#include #include diff --git a/kresources/groupwise/soap/incidenceconverter.cpp b/kresources/groupwise/soap/incidenceconverter.cpp index 7888ff50a..85143da3b 100644 --- a/kresources/groupwise/soap/incidenceconverter.cpp +++ b/kresources/groupwise/soap/incidenceconverter.cpp @@ -20,7 +20,7 @@ #include #include -#include +#include #include #include #include -- cgit v1.2.1