From 7cb24f16beba124f021091c4b7bcf8565a06fb95 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sun, 6 Nov 2011 21:47:32 -0600 Subject: Rename additional instances of KDE to TDE --- libemailfunctions/CMakeLists.txt | 2 +- libemailfunctions/Makefile.am | 2 +- libemailfunctions/email.cpp | 2 +- libemailfunctions/email.h | 2 +- libemailfunctions/tests/Makefile.am | 6 +++--- 5 files changed, 7 insertions(+), 7 deletions(-) (limited to 'libemailfunctions') diff --git a/libemailfunctions/CMakeLists.txt b/libemailfunctions/CMakeLists.txt index 8f0a21f7e..bc276c55e 100644 --- a/libemailfunctions/CMakeLists.txt +++ b/libemailfunctions/CMakeLists.txt @@ -24,7 +24,7 @@ link_directories( ##### header files ################################ -if( BUILD_LIBKDEPIM ) +if( BUILD_LIBTDEPIM ) install( FILES idmapper.h DESTINATION ${INCLUDE_INSTALL_DIR}/kde/libemailfunctions ) endif() diff --git a/libemailfunctions/Makefile.am b/libemailfunctions/Makefile.am index f27897b0f..7782383fe 100644 --- a/libemailfunctions/Makefile.am +++ b/libemailfunctions/Makefile.am @@ -7,7 +7,7 @@ libemailfunctions_la_SOURCES = email.cpp idmapper.cpp kasciistricmp.cpp \ libemailfunctions_la_LDFLAGS = $(all_libraries) -no-undefined ## Since this is a noinst library, in case of --enable-closure we need ## to link it explicitly to the libraries that it uses. -libemailfunctions_la_LIBADD = ../libkmime/libkmime.la $(LIB_QT) $(LIB_KDECORE) +libemailfunctions_la_LIBADD = ../libkmime/libkmime.la $(LIB_QT) $(LIB_TDECORE) emailfunctionsincludedir = $(includedir)/libemailfunctions emailfunctionsinclude_HEADERS = idmapper.h diff --git a/libemailfunctions/email.cpp b/libemailfunctions/email.cpp index b11b1837c..b4d81f0b2 100644 --- a/libemailfunctions/email.cpp +++ b/libemailfunctions/email.cpp @@ -1,7 +1,7 @@ /* -*- mode: C++; c-file-style: "gnu" -*- This file is part of tdepim. - Copyright (c) 2004 KDEPIM developers + Copyright (c) 2004 TDEPIM developers This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public diff --git a/libemailfunctions/email.h b/libemailfunctions/email.h index 79797f4ac..6c2a522d1 100644 --- a/libemailfunctions/email.h +++ b/libemailfunctions/email.h @@ -1,7 +1,7 @@ /* -*- mode: C++; c-file-style: "gnu" -*- This file is part of tdepim. - Copyright (c) 2004 KDEPIM developers + Copyright (c) 2004 TDEPIM developers This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public diff --git a/libemailfunctions/tests/Makefile.am b/libemailfunctions/tests/Makefile.am index 0bfb9ca08..d53eb2717 100644 --- a/libemailfunctions/tests/Makefile.am +++ b/libemailfunctions/tests/Makefile.am @@ -1,13 +1,13 @@ AM_CPPFLAGS = -I$(top_srcdir)/libemailfunctions $(all_includes) -LDADD = ../libemailfunctions.la ../../libkmime/libkmime.la $(LIB_KDECORE) +LDADD = ../libemailfunctions.la ../../libkmime/libkmime.la $(LIB_TDECORE) check_PROGRAMS = testidmapper testemail TESTS = testemail -testidmapper_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -ltdefx $(LIB_KIO) -lktexteditor +testidmapper_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -lktexteditor testidmapper_SOURCES = testidmapper.cpp -testemail_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -ltdefx $(LIB_KIO) -lktexteditor +testemail_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -lktexteditor testemail_SOURCES = testemail.cpp METASOURCES = AUTO -- cgit v1.2.1