summaryrefslogtreecommitdiffstats
path: root/libemailfunctions
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 /libemailfunctions
parentc60dbcd2d1ac60d5044c2558028801b4c6afd77e (diff)
downloadtdepim-38188136cc426b4bb00abf6f8c7c90b4bb27c453.tar.gz
tdepim-38188136cc426b4bb00abf6f8c7c90b4bb27c453.zip
Rename kde libraries to tde
Diffstat (limited to 'libemailfunctions')
-rw-r--r--libemailfunctions/CMakeLists.txt2
-rw-r--r--libemailfunctions/Makefile.am2
-rw-r--r--libemailfunctions/kasciistringtools.cpp2
-rw-r--r--libemailfunctions/kasciistringtools.h2
-rw-r--r--libemailfunctions/networkstatus.cpp2
-rw-r--r--libemailfunctions/networkstatus.h2
-rw-r--r--libemailfunctions/tests/testidmapper.cpp2
7 files changed, 7 insertions, 7 deletions
diff --git a/libemailfunctions/CMakeLists.txt b/libemailfunctions/CMakeLists.txt
index cbdd3510..8f0a21f7 100644
--- a/libemailfunctions/CMakeLists.txt
+++ b/libemailfunctions/CMakeLists.txt
@@ -11,7 +11,7 @@
include_directories(
${CMAKE_CURRENT_BINARY_DIR}
- ${CMAKE_SOURCE_DIR}/libkdepim
+ ${CMAKE_SOURCE_DIR}/libtdepim
${CMAKE_SOURCE_DIR}/libkmime
${TDE_INCLUDE_DIR}
${TQT_INCLUDE_DIRS}
diff --git a/libemailfunctions/Makefile.am b/libemailfunctions/Makefile.am
index e424e947..f27897b0 100644
--- a/libemailfunctions/Makefile.am
+++ b/libemailfunctions/Makefile.am
@@ -14,6 +14,6 @@ emailfunctionsinclude_HEADERS = idmapper.h
METASOURCES = AUTO
-# No messages target. Those files are part of libkdepim.pot.
+# No messages target. Those files are part of libtdepim.pot.
include $(top_srcdir)/admin/Doxyfile.am
diff --git a/libemailfunctions/kasciistringtools.cpp b/libemailfunctions/kasciistringtools.cpp
index 4057e948..a9e6fb60 100644
--- a/libemailfunctions/kasciistringtools.cpp
+++ b/libemailfunctions/kasciistringtools.cpp
@@ -1,7 +1,7 @@
/* -*- c++ -*-
kasciistringtools.cpp
- This file is part of libkdepim.
+ This file is part of libtdepim.
Copyright (c) 2005 Ingo Kloecker <kloecker@kde.org>
diff --git a/libemailfunctions/kasciistringtools.h b/libemailfunctions/kasciistringtools.h
index 843a7802..ac19960d 100644
--- a/libemailfunctions/kasciistringtools.h
+++ b/libemailfunctions/kasciistringtools.h
@@ -1,7 +1,7 @@
/* -*- c++ -*-
kasciistringtools.h
- This file is part of libkdepim.
+ This file is part of libtdepim.
Copyright (c) 2005 Ingo Kloecker <kloecker@kde.org>
diff --git a/libemailfunctions/networkstatus.cpp b/libemailfunctions/networkstatus.cpp
index f205a77d..100d9922 100644
--- a/libemailfunctions/networkstatus.cpp
+++ b/libemailfunctions/networkstatus.cpp
@@ -1,5 +1,5 @@
/*
- This file is part of libkdepim.
+ This file is part of libtdepim.
Copyright (c) 2005 Tobias Koenig <tokoe@kde.org>
diff --git a/libemailfunctions/networkstatus.h b/libemailfunctions/networkstatus.h
index e42e4348..963aa6fe 100644
--- a/libemailfunctions/networkstatus.h
+++ b/libemailfunctions/networkstatus.h
@@ -1,5 +1,5 @@
/*
- This file is part of libkdepim.
+ This file is part of libtdepim.
Copyright (c) 2005 Tobias Koenig <tokoe@kde.org>
diff --git a/libemailfunctions/tests/testidmapper.cpp b/libemailfunctions/tests/testidmapper.cpp
index 591ebce0..3abde7b5 100644
--- a/libemailfunctions/tests/testidmapper.cpp
+++ b/libemailfunctions/tests/testidmapper.cpp
@@ -1,5 +1,5 @@
/*
- This file is part of libkdepim.
+ This file is part of libtdepim.
Copyright (c) 2004 Tobias Koenig <tokoe@kde.org>