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 --- certmanager/lib/CMakeLists.txt | 2 +- certmanager/lib/Makefile.am | 4 ++-- certmanager/lib/backends/chiasmus/CMakeLists.txt | 2 +- certmanager/lib/backends/chiasmus/Makefile.am | 2 +- certmanager/lib/backends/kpgp/Makefile.am | 2 +- certmanager/lib/backends/qgpgme/CMakeLists.txt | 2 +- certmanager/lib/backends/qgpgme/Makefile.am | 2 +- certmanager/lib/kleo/CMakeLists.txt | 2 +- certmanager/lib/kleo/Makefile.am | 2 +- certmanager/lib/tests/Makefile.am | 2 +- certmanager/lib/tests/test_cryptoconfig.cpp | 2 +- certmanager/lib/ui/CMakeLists.txt | 2 +- certmanager/lib/ui/Makefile.am | 2 +- certmanager/lib/ui/keyapprovaldialog.cpp | 2 +- certmanager/lib/ui/keyapprovaldialog.h | 2 +- certmanager/lib/ui/keyrequester.cpp | 2 +- certmanager/lib/ui/keyrequester.h | 2 +- certmanager/lib/ui/keyselectiondialog.cpp | 2 +- certmanager/lib/ui/keyselectiondialog.h | 2 +- certmanager/lib/ui/passphrasedialog.cpp | 2 +- certmanager/lib/ui/passphrasedialog.h | 2 +- 21 files changed, 22 insertions(+), 22 deletions(-) (limited to 'certmanager/lib') diff --git a/certmanager/lib/CMakeLists.txt b/certmanager/lib/CMakeLists.txt index e0e29b93e..79c729f33 100644 --- a/certmanager/lib/CMakeLists.txt +++ b/certmanager/lib/CMakeLists.txt @@ -19,7 +19,7 @@ include_directories( ${CMAKE_CURRENT_SOURCE_DIR} ${CMAKE_BINARY_DIR} ${CMAKE_SOURCE_DIR}/libtdepim - ${CMAKE_SOURCE_DIR}/libkdenetwork + ${CMAKE_SOURCE_DIR}/libtdenetwork ${TDE_INCLUDE_DIR} ${TQT_INCLUDE_DIRS} ${GPGME_INCLUDE_DIRS} diff --git a/certmanager/lib/Makefile.am b/certmanager/lib/Makefile.am index 57799827a..4512f42fe 100644 --- a/certmanager/lib/Makefile.am +++ b/certmanager/lib/Makefile.am @@ -1,4 +1,4 @@ -INCLUDES = -I$(top_srcdir)/libkdenetwork $(GPGME_CFLAGS) $(all_includes) +INCLUDES = -I$(top_srcdir)/libtdenetwork $(GPGME_CFLAGS) $(all_includes) SUBDIRS = pics kleo backends ui . tests @@ -16,7 +16,7 @@ libkleopatra_la_LIBADD = \ backends/chiasmus/libkleopatra_backend_chiasmus.la \ ui/libkleopatra_ui.la \ \ - $(top_builddir)/libkdenetwork/qgpgme/libqgpgme.la \ + $(top_builddir)/libtdenetwork/qgpgme/libqgpgme.la \ $(LIB_KIO) $(LIB_TDEUI) # Disabled for tdepim-3.3, see also kleo/cryptobackendfactory.cpp diff --git a/certmanager/lib/backends/chiasmus/CMakeLists.txt b/certmanager/lib/backends/chiasmus/CMakeLists.txt index 5822d658a..71ac855ca 100644 --- a/certmanager/lib/backends/chiasmus/CMakeLists.txt +++ b/certmanager/lib/backends/chiasmus/CMakeLists.txt @@ -18,7 +18,7 @@ include_directories( ${CMAKE_BINARY_DIR} ${CMAKE_SOURCE_DIR}/certmanager/lib ${CMAKE_SOURCE_DIR}/libtdepim - ${CMAKE_SOURCE_DIR}/libkdenetwork + ${CMAKE_SOURCE_DIR}/libtdenetwork ${TDE_INCLUDE_DIR} ${TQT_INCLUDE_DIRS} ) diff --git a/certmanager/lib/backends/chiasmus/Makefile.am b/certmanager/lib/backends/chiasmus/Makefile.am index 8a5d85bd4..408405a1c 100644 --- a/certmanager/lib/backends/chiasmus/Makefile.am +++ b/certmanager/lib/backends/chiasmus/Makefile.am @@ -1,4 +1,4 @@ -INCLUDES = -I$(top_srcdir)/certmanager/lib -I$(top_srcdir)/libkdenetwork $(GPGME_CFLAGS) $(all_includes) +INCLUDES = -I$(top_srcdir)/certmanager/lib -I$(top_srcdir)/libtdenetwork $(GPGME_CFLAGS) $(all_includes) KDE_CXXFLAGS = '-DGPG_ERR_SOURCE_DEFAULT=((gpg_err_source_t)176)' diff --git a/certmanager/lib/backends/kpgp/Makefile.am b/certmanager/lib/backends/kpgp/Makefile.am index ad350f22c..6cf33c6aa 100644 --- a/certmanager/lib/backends/kpgp/Makefile.am +++ b/certmanager/lib/backends/kpgp/Makefile.am @@ -1,4 +1,4 @@ -INCLUDES = -I$(top_srcdir)/libkdenetwork \ +INCLUDES = -I$(top_srcdir)/libtdenetwork \ -I$(top_srcdir)/certmanager/lib \ -I$(top_srcdir)/libkpgp \ $(GPGME_CFLAGS) $(all_includes) diff --git a/certmanager/lib/backends/qgpgme/CMakeLists.txt b/certmanager/lib/backends/qgpgme/CMakeLists.txt index 1df57990a..1093399b5 100644 --- a/certmanager/lib/backends/qgpgme/CMakeLists.txt +++ b/certmanager/lib/backends/qgpgme/CMakeLists.txt @@ -13,7 +13,7 @@ include_directories( ${CMAKE_CURRENT_BINARY_DIR} ${CMAKE_BINARY_DIR} ${CMAKE_SOURCE_DIR}/certmanager/lib - ${CMAKE_SOURCE_DIR}/libkdenetwork + ${CMAKE_SOURCE_DIR}/libtdenetwork ${CMAKE_SOURCE_DIR}/libtdepim ${TDE_INCLUDE_DIR} ${TQT_INCLUDE_DIRS} diff --git a/certmanager/lib/backends/qgpgme/Makefile.am b/certmanager/lib/backends/qgpgme/Makefile.am index a7336a029..156671f7d 100644 --- a/certmanager/lib/backends/qgpgme/Makefile.am +++ b/certmanager/lib/backends/qgpgme/Makefile.am @@ -1,6 +1,6 @@ #KDE_OPTIONS = nofinal -INCLUDES = -I$(top_srcdir)/libkdenetwork \ +INCLUDES = -I$(top_srcdir)/libtdenetwork \ -I$(top_srcdir)/certmanager/lib \ $(GPGME_CFLAGS) $(all_includes) diff --git a/certmanager/lib/kleo/CMakeLists.txt b/certmanager/lib/kleo/CMakeLists.txt index 21cc0cd8c..8f9da9470 100644 --- a/certmanager/lib/kleo/CMakeLists.txt +++ b/certmanager/lib/kleo/CMakeLists.txt @@ -14,7 +14,7 @@ include_directories( ${CMAKE_BINARY_DIR} ${CMAKE_SOURCE_DIR}/certmanager/lib ${CMAKE_SOURCE_DIR}/libtdepim - ${CMAKE_SOURCE_DIR}/libkdenetwork + ${CMAKE_SOURCE_DIR}/libtdenetwork ${TDE_INCLUDE_DIR} ${TQT_INCLUDE_DIRS} ) diff --git a/certmanager/lib/kleo/Makefile.am b/certmanager/lib/kleo/Makefile.am index 0465bb2da..ad9054d15 100644 --- a/certmanager/lib/kleo/Makefile.am +++ b/certmanager/lib/kleo/Makefile.am @@ -1,4 +1,4 @@ -INCLUDES = -I$(top_srcdir)/libkdenetwork \ +INCLUDES = -I$(top_srcdir)/libtdenetwork \ -I$(top_srcdir)/certmanager/lib \ $(GPGME_CFLAGS) $(all_includes) diff --git a/certmanager/lib/tests/Makefile.am b/certmanager/lib/tests/Makefile.am index 3fa819f76..331d4d8e9 100644 --- a/certmanager/lib/tests/Makefile.am +++ b/certmanager/lib/tests/Makefile.am @@ -1,5 +1,5 @@ AM_CPPFLAGS = -I$(top_srcdir)/certmanager/lib \ - -I$(top_srcdir)/libkdenetwork \ + -I$(top_srcdir)/libtdenetwork \ $(GPGME_CFLAGS) $(all_includes) -DKDESRCDIR=\"$(srcdir)\" check_PROGRAMS = test_keylister test_keygen test_keyselectiondialog \ diff --git a/certmanager/lib/tests/test_cryptoconfig.cpp b/certmanager/lib/tests/test_cryptoconfig.cpp index 6a8720703..f3c27d0ce 100644 --- a/certmanager/lib/tests/test_cryptoconfig.cpp +++ b/certmanager/lib/tests/test_cryptoconfig.cpp @@ -307,7 +307,7 @@ int main( int argc, char** argv ) { // Test setting the option, sync'ing, then querying again KURL::List lst; - // We use non-empty paths to workaround a bug in KURL (kdelibs-3.2) + // We use non-empty paths to workaround a bug in KURL (tdelibs-3.2) lst << KURL( "ldap://a:389/?b" ); // Test with query containing a litteral ':' (KURL supports this) // and a ' ' (KURL will escape it, see issue119) diff --git a/certmanager/lib/ui/CMakeLists.txt b/certmanager/lib/ui/CMakeLists.txt index b276022de..dc02268e2 100644 --- a/certmanager/lib/ui/CMakeLists.txt +++ b/certmanager/lib/ui/CMakeLists.txt @@ -13,7 +13,7 @@ include_directories( ${CMAKE_CURRENT_BINARY_DIR} ${CMAKE_BINARY_DIR} ${CMAKE_SOURCE_DIR}/certmanager/lib - ${CMAKE_SOURCE_DIR}/libkdenetwork + ${CMAKE_SOURCE_DIR}/libtdenetwork ${CMAKE_SOURCE_DIR}/libtdepim ${CMAKE_SOURCE_DIR}/libkpgp ${TDE_INCLUDE_DIR} diff --git a/certmanager/lib/ui/Makefile.am b/certmanager/lib/ui/Makefile.am index f381fb64d..0f13c47ea 100644 --- a/certmanager/lib/ui/Makefile.am +++ b/certmanager/lib/ui/Makefile.am @@ -1,5 +1,5 @@ -INCLUDES = -I$(top_srcdir)/libkdenetwork \ +INCLUDES = -I$(top_srcdir)/libtdenetwork \ -I$(top_srcdir)/libkpgp \ -I$(top_srcdir)/certmanager/lib \ $(GPGME_CFLAGS) $(all_includes) diff --git a/certmanager/lib/ui/keyapprovaldialog.cpp b/certmanager/lib/ui/keyapprovaldialog.cpp index 402235ddd..afad1fb8e 100644 --- a/certmanager/lib/ui/keyapprovaldialog.cpp +++ b/certmanager/lib/ui/keyapprovaldialog.cpp @@ -6,7 +6,7 @@ Based on kpgpui.h Copyright (C) 2001,2002 the KPGP authors - See file libkdenetwork/AUTHORS.kpgp for details + See file libtdenetwork/AUTHORS.kpgp for details Libkleopatra is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/certmanager/lib/ui/keyapprovaldialog.h b/certmanager/lib/ui/keyapprovaldialog.h index 5498e27ac..0b368635d 100644 --- a/certmanager/lib/ui/keyapprovaldialog.h +++ b/certmanager/lib/ui/keyapprovaldialog.h @@ -6,7 +6,7 @@ Based on kpgpui.h Copyright (C) 2001,2002 the KPGP authors - See file libkdenetwork/AUTHORS.kpgp for details + See file libtdenetwork/AUTHORS.kpgp for details Libkleopatra is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/certmanager/lib/ui/keyrequester.cpp b/certmanager/lib/ui/keyrequester.cpp index 01e6902f5..ebde2c163 100644 --- a/certmanager/lib/ui/keyrequester.cpp +++ b/certmanager/lib/ui/keyrequester.cpp @@ -32,7 +32,7 @@ Based on kpgpui.cpp Copyright (C) 2001,2002 the KPGP authors - See file libkdenetwork/AUTHORS.kpgp for details + See file libtdenetwork/AUTHORS.kpgp for details This file is part of KPGP, the KDE PGP/GnuPG support library. diff --git a/certmanager/lib/ui/keyrequester.h b/certmanager/lib/ui/keyrequester.h index 7e23b4b69..5a3d53754 100644 --- a/certmanager/lib/ui/keyrequester.h +++ b/certmanager/lib/ui/keyrequester.h @@ -32,7 +32,7 @@ Based on kpgpui.h Copyright (C) 2001,2002 the KPGP authors - See file libkdenetwork/AUTHORS.kpgp for details + See file libtdenetwork/AUTHORS.kpgp for details This file is part of KPGP, the KDE PGP/GnuPG support library. diff --git a/certmanager/lib/ui/keyselectiondialog.cpp b/certmanager/lib/ui/keyselectiondialog.cpp index bd4496485..f017f2024 100644 --- a/certmanager/lib/ui/keyselectiondialog.cpp +++ b/certmanager/lib/ui/keyselectiondialog.cpp @@ -6,7 +6,7 @@ Based on kpgpui.cpp Copyright (C) 2001,2002 the KPGP authors - See file libkdenetwork/AUTHORS.kpgp for details + See file libtdenetwork/AUTHORS.kpgp for details Libkleopatra is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/certmanager/lib/ui/keyselectiondialog.h b/certmanager/lib/ui/keyselectiondialog.h index f4d369b1c..b638947ee 100644 --- a/certmanager/lib/ui/keyselectiondialog.h +++ b/certmanager/lib/ui/keyselectiondialog.h @@ -6,7 +6,7 @@ Based on kpgpui.h Copyright (C) 2001,2002 the KPGP authors - See file libkdenetwork/AUTHORS.kpgp for details + See file libtdenetwork/AUTHORS.kpgp for details Libkleopatra is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/certmanager/lib/ui/passphrasedialog.cpp b/certmanager/lib/ui/passphrasedialog.cpp index d88278878..c97493d31 100644 --- a/certmanager/lib/ui/passphrasedialog.cpp +++ b/certmanager/lib/ui/passphrasedialog.cpp @@ -32,7 +32,7 @@ Based on kpgpui.cpp Copyright (C) 2001,2002 the KPGP authors - See file libkdenetwork/AUTHORS.kpgp for details + See file libtdenetwork/AUTHORS.kpgp for details This file is part of KPGP, the KDE PGP/GnuPG support library. diff --git a/certmanager/lib/ui/passphrasedialog.h b/certmanager/lib/ui/passphrasedialog.h index 15e6c132e..5b969a1ea 100644 --- a/certmanager/lib/ui/passphrasedialog.h +++ b/certmanager/lib/ui/passphrasedialog.h @@ -32,7 +32,7 @@ Based on kpgpui.h Copyright (C) 2001,2002 the KPGP authors - See file libkdenetwork/AUTHORS.kpgp for details + See file libtdenetwork/AUTHORS.kpgp for details This file is part of KPGP, the KDE PGP/GnuPG support library. -- cgit v1.2.1