summaryrefslogtreecommitdiffstats
path: root/kresources/slox
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-11-05 21:46:25 -0500
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-11-05 21:46:25 -0500
commit38188136cc426b4bb00abf6f8c7c90b4bb27c453 (patch)
treecc6c53ffa4ace78115bef8c4e0a1007d65dd598d /kresources/slox
parentc60dbcd2d1ac60d5044c2558028801b4c6afd77e (diff)
downloadtdepim-38188136cc426b4bb00abf6f8c7c90b4bb27c453.tar.gz
tdepim-38188136cc426b4bb00abf6f8c7c90b4bb27c453.zip
Rename kde libraries to tde
Diffstat (limited to 'kresources/slox')
-rw-r--r--kresources/slox/CMakeLists.txt2
-rw-r--r--kresources/slox/Makefile.am2
-rw-r--r--kresources/slox/kabcresourceslox.cpp4
-rw-r--r--kresources/slox/kabcresourceslox.h2
-rw-r--r--kresources/slox/kabcsloxprefs.kcfgc2
-rw-r--r--kresources/slox/kcalresourceslox.cpp2
-rw-r--r--kresources/slox/kcalsloxprefs.kcfgc2
-rw-r--r--kresources/slox/webdavhandler.cpp2
8 files changed, 9 insertions, 9 deletions
diff --git a/kresources/slox/CMakeLists.txt b/kresources/slox/CMakeLists.txt
index c1f0b6e4b..045e5fa95 100644
--- a/kresources/slox/CMakeLists.txt
+++ b/kresources/slox/CMakeLists.txt
@@ -13,7 +13,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/slox/Makefile.am b/kresources/slox/Makefile.am
index 584a2f33b..97da13403 100644
--- a/kresources/slox/Makefile.am
+++ b/kresources/slox/Makefile.am
@@ -8,7 +8,7 @@ libkslox_la_SOURCES = sloxaccounts.cpp webdavhandler.cpp \
sloxfolderdialog.cpp sloxbase.cpp
libkslox_la_LDFLAGS = $(all_libraries)
libkslox_la_LIBADD = $(top_builddir)/libkcal/libkcal.la \
- $(top_builddir)/libkdepim/libkdepim.la
+ $(top_builddir)/libtdepim/libtdepim.la
libkcal_slox_la_SOURCES = kcalresourceslox.cpp kcalresourcesloxconfig.cpp \
kcalsloxprefs.kcfgc
diff --git a/kresources/slox/kabcresourceslox.cpp b/kresources/slox/kabcresourceslox.cpp
index 36b6cc99a..d45ead3e5 100644
--- a/kresources/slox/kabcresourceslox.cpp
+++ b/kresources/slox/kabcresourceslox.cpp
@@ -28,8 +28,8 @@
#include <kmdcodec.h>
#include <kstandarddirs.h>
#include <kstringhandler.h>
-#include <libkdepim/kpimprefs.h>
-#include <libkdepim/progressmanager.h>
+#include <libtdepim/kpimprefs.h>
+#include <libtdepim/progressmanager.h>
#include <kio/davjob.h>
#include "webdavhandler.h"
diff --git a/kresources/slox/kabcresourceslox.h b/kresources/slox/kabcresourceslox.h
index 98be4bd5e..605c8dea5 100644
--- a/kresources/slox/kabcresourceslox.h
+++ b/kresources/slox/kabcresourceslox.h
@@ -23,7 +23,7 @@
#include "sloxbase.h"
#include "webdavhandler.h"
-#include <libkdepim/kabcresourcecached.h>
+#include <libtdepim/kabcresourcecached.h>
#include <kdepimmacros.h>
#include <kabc/addressee.h>
diff --git a/kresources/slox/kabcsloxprefs.kcfgc b/kresources/slox/kabcsloxprefs.kcfgc
index 50c7cbbb8..5e5d89696 100644
--- a/kresources/slox/kabcsloxprefs.kcfgc
+++ b/kresources/slox/kabcsloxprefs.kcfgc
@@ -5,7 +5,7 @@ NameSpace=KABC
Singleton=false
Mutators=true
Inherits=KResourcePrefs
-IncludeFiles=libkdepim/kresourceprefs.h
+IncludeFiles=libtdepim/kresourceprefs.h
GlobalEnums=true
#ItemAccessors=true
#SetUserTexts=true
diff --git a/kresources/slox/kcalresourceslox.cpp b/kresources/slox/kcalresourceslox.cpp
index b2c24b8ab..d3a87c169 100644
--- a/kresources/slox/kcalresourceslox.cpp
+++ b/kresources/slox/kcalresourceslox.cpp
@@ -35,7 +35,7 @@
#include <klocale.h>
#include <kstandarddirs.h>
-#include <libkdepim/progressmanager.h>
+#include <libtdepim/progressmanager.h>
#include <libkcal/vcaldrag.h>
#include <libkcal/vcalformat.h>
diff --git a/kresources/slox/kcalsloxprefs.kcfgc b/kresources/slox/kcalsloxprefs.kcfgc
index 0c1bff263..11bbd60af 100644
--- a/kresources/slox/kcalsloxprefs.kcfgc
+++ b/kresources/slox/kcalsloxprefs.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/slox/webdavhandler.cpp b/kresources/slox/webdavhandler.cpp
index 4bd588c4b..1758c09e5 100644
--- a/kresources/slox/webdavhandler.cpp
+++ b/kresources/slox/webdavhandler.cpp
@@ -34,7 +34,7 @@
#include <libkcal/incidence.h>
-#include <libkdepim/kpimprefs.h>
+#include <libtdepim/kpimprefs.h>
#include <kdebug.h>
#include <kconfig.h>