From c6cb3f27942501d24b0ded69c90ebbf7c43c755e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Tue, 3 Sep 2013 20:02:30 +0200 Subject: Additional k => tde renaming and fixes --- tdeabc/vcardparser/Makefile.am | 12 ++++++------ tdeabc/vcardparser/testread.cpp | 2 +- tdeabc/vcardparser/testwrite.cpp | 2 +- tdeabc/vcardparser/vcard.cpp | 2 +- tdeabc/vcardparser/vcard.h | 2 +- tdeabc/vcardparser/vcardline.cpp | 2 +- tdeabc/vcardparser/vcardline.h | 2 +- tdeabc/vcardparser/vcardparser.cpp | 2 +- tdeabc/vcardparser/vcardparser.h | 2 +- 9 files changed, 14 insertions(+), 14 deletions(-) (limited to 'tdeabc/vcardparser') diff --git a/tdeabc/vcardparser/Makefile.am b/tdeabc/vcardparser/Makefile.am index 20c6ed45d..556344efc 100644 --- a/tdeabc/vcardparser/Makefile.am +++ b/tdeabc/vcardparser/Makefile.am @@ -8,16 +8,16 @@ vcardsinclude_HEADERS = vcard.h vcardline.h vcardparser.h check_PROGRAMS = testread testwrite testread2 -testread_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -ltdetexteditor -testread_LDADD = libvcards.la $(top_builddir)/tdeabc/libkabc.la +testread_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_TDEIO) -ltdetexteditor +testread_LDADD = libvcards.la $(top_builddir)/tdeabc/libtdeabc.la testread_SOURCES = testread.cpp -testread2_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -ltdetexteditor -testread2_LDADD = libvcards.la $(top_builddir)/tdeabc/libkabc.la +testread2_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_TDEIO) -ltdetexteditor +testread2_LDADD = libvcards.la $(top_builddir)/tdeabc/libtdeabc.la testread2_SOURCES = testread2.cpp testutils.cpp -testwrite_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -ltdetexteditor -testwrite_LDADD = libvcards.la $(top_builddir)/tdeabc/libkabc.la +testwrite_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_TDEIO) -ltdetexteditor +testwrite_LDADD = libvcards.la $(top_builddir)/tdeabc/libtdeabc.la testwrite_SOURCES = testwrite.cpp TESTFILES = vcard1.vcf vcard2.vcf vcard3.vcf vcard4.vcf vcard6.vcf vcard7.vcf diff --git a/tdeabc/vcardparser/testread.cpp b/tdeabc/vcardparser/testread.cpp index 284526abd..0b87e6621 100644 --- a/tdeabc/vcardparser/testread.cpp +++ b/tdeabc/vcardparser/testread.cpp @@ -1,5 +1,5 @@ /* - This file is part of libkabc. + This file is part of libtdeabc. 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/tdeabc/vcardparser/testwrite.cpp b/tdeabc/vcardparser/testwrite.cpp index c7df6df08..c567c85da 100644 --- a/tdeabc/vcardparser/testwrite.cpp +++ b/tdeabc/vcardparser/testwrite.cpp @@ -1,5 +1,5 @@ /* - This file is part of libkabc. + This file is part of libtdeabc. 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/tdeabc/vcardparser/vcard.cpp b/tdeabc/vcardparser/vcard.cpp index f6841cbd9..e978767a9 100644 --- a/tdeabc/vcardparser/vcard.cpp +++ b/tdeabc/vcardparser/vcard.cpp @@ -1,5 +1,5 @@ /* - This file is part of libkabc. + This file is part of libtdeabc. Copyright (c) 2003 Tobias Koenig This library is free software; you can redistribute it and/or diff --git a/tdeabc/vcardparser/vcard.h b/tdeabc/vcardparser/vcard.h index ad50b8657..9152edca1 100644 --- a/tdeabc/vcardparser/vcard.h +++ b/tdeabc/vcardparser/vcard.h @@ -1,5 +1,5 @@ /* - This file is part of libkabc. + This file is part of libtdeabc. Copyright (c) 2003 Tobias Koenig This library is free software; you can redistribute it and/or diff --git a/tdeabc/vcardparser/vcardline.cpp b/tdeabc/vcardparser/vcardline.cpp index 22d7f7e52..94051293d 100644 --- a/tdeabc/vcardparser/vcardline.cpp +++ b/tdeabc/vcardparser/vcardline.cpp @@ -1,5 +1,5 @@ /* - This file is part of libkabc. + This file is part of libtdeabc. Copyright (c) 2003 Tobias Koenig This library is free software; you can redistribute it and/or diff --git a/tdeabc/vcardparser/vcardline.h b/tdeabc/vcardparser/vcardline.h index 78ce2a411..7fc3ff429 100644 --- a/tdeabc/vcardparser/vcardline.h +++ b/tdeabc/vcardparser/vcardline.h @@ -1,5 +1,5 @@ /* - This file is part of libkabc. + This file is part of libtdeabc. Copyright (c) 2003 Tobias Koenig This library is free software; you can redistribute it and/or diff --git a/tdeabc/vcardparser/vcardparser.cpp b/tdeabc/vcardparser/vcardparser.cpp index 3cc38f5c8..7ac07ce22 100644 --- a/tdeabc/vcardparser/vcardparser.cpp +++ b/tdeabc/vcardparser/vcardparser.cpp @@ -1,5 +1,5 @@ /* - This file is part of libkabc. + This file is part of libtdeabc. Copyright (c) 2003 Tobias Koenig This library is free software; you can redistribute it and/or diff --git a/tdeabc/vcardparser/vcardparser.h b/tdeabc/vcardparser/vcardparser.h index fc17d116b..56e869503 100644 --- a/tdeabc/vcardparser/vcardparser.h +++ b/tdeabc/vcardparser/vcardparser.h @@ -1,5 +1,5 @@ /* - This file is part of libkabc. + This file is part of libtdeabc. Copyright (c) 2003 Tobias Koenig This library is free software; you can redistribute it and/or -- cgit v1.2.1