From 7dba3110aacdb3220d54c3fe0c2947c25406b700 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Wed, 16 Nov 2011 13:52:38 -0600 Subject: Additional renaming of kde to tde --- kontact/CMakeLists.txt | 2 +- kontact/Thoughts | 6 +++--- kontact/plugins/kmail/CMakeLists.txt | 2 +- kontact/plugins/kmail/Makefile.am | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) (limited to 'kontact') diff --git a/kontact/CMakeLists.txt b/kontact/CMakeLists.txt index cb7aff9c7..587d01049 100644 --- a/kontact/CMakeLists.txt +++ b/kontact/CMakeLists.txt @@ -9,7 +9,7 @@ # ################################################# -tde_import( libkdenetwork ) +tde_import( libtdenetwork ) tde_import( libkmime ) tde_import( ktnef ) tde_import( libkcal ) diff --git a/kontact/Thoughts b/kontact/Thoughts index f228e1f86..6fca8f43c 100644 --- a/kontact/Thoughts +++ b/kontact/Thoughts @@ -19,8 +19,8 @@ d predefined type as page in a KDialogBase or offer a pointer to a KDialogBase d -> requires a Kontact part or an external lib per part m I believe this is a more general problem. Please take a look at -m kdegraphics/kview/kpreferences{dialog,module}.{h,cpp}. I'd like to generalize -m these classes and include them into kdelibs (the same configuration merge is +m tdegraphics/kview/kpreferences{dialog,module}.{h,cpp}. I'd like to generalize +m these classes and include them into tdelibs (the same configuration merge is m being done in Kate, Noatun, Kopete, KView and probably more). # The problem is even more generic. We also have to merge about boxes, tips of @@ -210,7 +210,7 @@ d We need a more sophisticated handling (progressbar, etc) Don: Definitely. -# We now have kdelibs/kparts/statusbarextension. This is intended to solve these +# We now have tdelibs/kparts/statusbarextension. This is intended to solve these # problems, right? d: Right. Simply add it as childobject in your part and use it's API. Works even diff --git a/kontact/plugins/kmail/CMakeLists.txt b/kontact/plugins/kmail/CMakeLists.txt index f84e7a572..b50f2e9c9 100644 --- a/kontact/plugins/kmail/CMakeLists.txt +++ b/kontact/plugins/kmail/CMakeLists.txt @@ -18,7 +18,7 @@ include_directories( ${CMAKE_SOURCE_DIR}/libtdepim ${CMAKE_SOURCE_DIR}/kmail ${CMAKE_SOURCE_DIR}/certmanager/lib - ${CMAKE_SOURCE_DIR}/libkdenetwork + ${CMAKE_SOURCE_DIR}/libtdenetwork ${TDE_INCLUDE_DIR} ${TQT_INCLUDE_DIRS} ${GPGME_INCLUDE_DIRS} diff --git a/kontact/plugins/kmail/Makefile.am b/kontact/plugins/kmail/Makefile.am index 2dceb467a..823025482 100644 --- a/kontact/plugins/kmail/Makefile.am +++ b/kontact/plugins/kmail/Makefile.am @@ -1,6 +1,6 @@ INCLUDES = -I$(top_srcdir)/kontact/interfaces -I$(top_srcdir)/kmail -I$(top_builddir)/kmail \ -I$(top_srcdir)/libtdepim \ - -I$(top_srcdir)/libkdenetwork \ + -I$(top_srcdir)/libtdenetwork \ -I$(top_srcdir)/certmanager/lib \ -I$(top_srcdir) $(all_includes) -- cgit v1.2.1