summaryrefslogtreecommitdiffstats
path: root/kresources/groupwise
diff options
context:
space:
mode:
Diffstat (limited to 'kresources/groupwise')
-rw-r--r--kresources/groupwise/CMakeLists.txt2
-rw-r--r--kresources/groupwise/Makefile.am4
-rw-r--r--kresources/groupwise/kabc_groupwiseprefs.kcfgc2
-rw-r--r--kresources/groupwise/kabc_resourcegroupwise.h2
-rw-r--r--kresources/groupwise/kcal_groupwiseprefsbase.kcfgc2
-rw-r--r--kresources/groupwise/kcal_resourcegroupwise.cpp2
-rw-r--r--kresources/groupwise/kcal_resourcegroupwise.h2
-rw-r--r--kresources/groupwise/kioslave/CMakeLists.txt2
-rw-r--r--kresources/groupwise/kioslave/Makefile.am4
-rw-r--r--kresources/groupwise/kioslave/groupwise.cpp2
-rw-r--r--kresources/groupwise/soap/CMakeLists.txt2
-rw-r--r--kresources/groupwise/soap/Makefile.am4
-rw-r--r--kresources/groupwise/soap/groupwiseserver.cpp2
-rw-r--r--kresources/groupwise/soap/gwconverter.cpp2
-rw-r--r--kresources/groupwise/soap/incidenceconverter.cpp2
15 files changed, 18 insertions, 18 deletions
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 <kabcresourcecached.h>
#include <kdepimmacros.h>
-#include <libkdepim/progressmanager.h>
+#include <libtdepim/progressmanager.h>
#include <kio/job.h>
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 <kstandarddirs.h>
#include <kstringhandler.h>
#include <kurl.h>
-#include <libkdepim/kpimprefs.h>
+#include <libtdepim/kpimprefs.h>
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 <libemailfunctions/idmapper.h>
-#include <libkdepim/progressmanager.h>
+#include <libtdepim/progressmanager.h>
#include <libkcal/resourcecached.h>
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 <tqregexp.h>
-#include <libkdepim/kabcresourcecached.h>
+#include <libtdepim/kabcresourcecached.h>
#include <libkcal/freebusy.h>
#include <libkcal/icalformat.h>
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 <libkcal/calendar.h>
#include <libkcal/incidence.h>
-#include <libkdepim/kpimprefs.h>
+#include <libtdepim/kpimprefs.h>
#include <kabc/addressee.h>
#include <kabc/addresseelist.h>
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 <libkdepim/kpimprefs.h>
+#include <libtdepim/kpimprefs.h>
#include <kdebug.h>
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 <klocale.h>
#include <kmdcodec.h>
-#include <libkdepim/kpimprefs.h>
+#include <libtdepim/kpimprefs.h>
#include <libkcal/event.h>
#include <libkcal/journal.h>
#include <libkcal/recurrence.h>