summaryrefslogtreecommitdiffstats
path: root/certmanager
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-11-16 13:52:38 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-11-16 13:52:38 -0600
commit7dba3110aacdb3220d54c3fe0c2947c25406b700 (patch)
tree28c064cf5647b2e8654cb4d5330d8e64afff27e2 /certmanager
parentc0fc75368b41146e605536e973e1d635b9d64ced (diff)
downloadtdepim-7dba3110aacdb3220d54c3fe0c2947c25406b700.tar.gz
tdepim-7dba3110aacdb3220d54c3fe0c2947c25406b700.zip
Additional renaming of kde to tde
Diffstat (limited to 'certmanager')
-rw-r--r--certmanager/CMakeLists.txt4
-rw-r--r--certmanager/Makefile.am2
-rw-r--r--certmanager/conf/Makefile.am2
-rw-r--r--certmanager/conf/appearanceconfigpage.cpp2
-rw-r--r--certmanager/conf/dirservconfigpage.cpp2
-rw-r--r--certmanager/conf/dnorderconfigpage.cpp2
-rw-r--r--certmanager/kwatchgnupg/Makefile.am2
-rw-r--r--certmanager/lib/CMakeLists.txt2
-rw-r--r--certmanager/lib/Makefile.am4
-rw-r--r--certmanager/lib/backends/chiasmus/CMakeLists.txt2
-rw-r--r--certmanager/lib/backends/chiasmus/Makefile.am2
-rw-r--r--certmanager/lib/backends/kpgp/Makefile.am2
-rw-r--r--certmanager/lib/backends/qgpgme/CMakeLists.txt2
-rw-r--r--certmanager/lib/backends/qgpgme/Makefile.am2
-rw-r--r--certmanager/lib/kleo/CMakeLists.txt2
-rw-r--r--certmanager/lib/kleo/Makefile.am2
-rw-r--r--certmanager/lib/tests/Makefile.am2
-rw-r--r--certmanager/lib/tests/test_cryptoconfig.cpp2
-rw-r--r--certmanager/lib/ui/CMakeLists.txt2
-rw-r--r--certmanager/lib/ui/Makefile.am2
-rw-r--r--certmanager/lib/ui/keyapprovaldialog.cpp2
-rw-r--r--certmanager/lib/ui/keyapprovaldialog.h2
-rw-r--r--certmanager/lib/ui/keyrequester.cpp2
-rw-r--r--certmanager/lib/ui/keyrequester.h2
-rw-r--r--certmanager/lib/ui/keyselectiondialog.cpp2
-rw-r--r--certmanager/lib/ui/keyselectiondialog.h2
-rw-r--r--certmanager/lib/ui/passphrasedialog.cpp2
-rw-r--r--certmanager/lib/ui/passphrasedialog.h2
28 files changed, 30 insertions, 30 deletions
diff --git a/certmanager/CMakeLists.txt b/certmanager/CMakeLists.txt
index 3f9b3595..d98988bc 100644
--- a/certmanager/CMakeLists.txt
+++ b/certmanager/CMakeLists.txt
@@ -13,7 +13,7 @@ project( certmanager )
include( ConfigureChecks.cmake )
-tde_import( libkdenetwork )
+tde_import( libtdenetwork )
add_subdirectory( lib )
add_subdirectory( conf )
@@ -26,7 +26,7 @@ include_directories(
${CMAKE_BINARY_DIR}
${CMAKE_CURRENT_SOURCE_DIR}/lib
${CMAKE_SOURCE_DIR}/libtdepim
- ${CMAKE_SOURCE_DIR}/libkdenetwork
+ ${CMAKE_SOURCE_DIR}/libtdenetwork
${TDE_INCLUDE_DIR}
${TQT_INCLUDE_DIRS}
)
diff --git a/certmanager/Makefile.am b/certmanager/Makefile.am
index ed9b7ba2..8f737116 100644
--- a/certmanager/Makefile.am
+++ b/certmanager/Makefile.am
@@ -2,7 +2,7 @@ SUBDIRS = lib conf kwatchgnupg .
KDE_CXXFLAGS = -DLIBKLEOPATRA_NO_COMPAT
-INCLUDES = -I$(srcdir)/lib -I$(top_srcdir)/libkdenetwork $(GPGME_CFLAGS) $(all_includes)
+INCLUDES = -I$(srcdir)/lib -I$(top_srcdir)/libtdenetwork $(GPGME_CFLAGS) $(all_includes)
bin_PROGRAMS = kleopatra
diff --git a/certmanager/conf/Makefile.am b/certmanager/conf/Makefile.am
index de5be574..f2c134a4 100644
--- a/certmanager/conf/Makefile.am
+++ b/certmanager/conf/Makefile.am
@@ -1,5 +1,5 @@
AM_CPPFLAGS = -DLIBKLEOPATRA_NO_COMPAT -I$(srcdir)/../lib -I$(srcdir)/../lib/ui -I../lib/ui \
- -I$(top_srcdir)/libkdenetwork $(GPGME_CFLAGS) $(all_includes)
+ -I$(top_srcdir)/libtdenetwork $(GPGME_CFLAGS) $(all_includes)
METASOURCES = AUTO
diff --git a/certmanager/conf/appearanceconfigpage.cpp b/certmanager/conf/appearanceconfigpage.cpp
index 4656ac64..9e5d0f74 100644
--- a/certmanager/conf/appearanceconfigpage.cpp
+++ b/certmanager/conf/appearanceconfigpage.cpp
@@ -78,7 +78,7 @@ extern "C"
}
}
-// kdelibs-3.2 didn't have the changed signal in KCModule...
+// tdelibs-3.2 didn't have the changed signal in KCModule...
void AppearanceConfigurationPage::slotChanged()
{
emit changed(true);
diff --git a/certmanager/conf/dirservconfigpage.cpp b/certmanager/conf/dirservconfigpage.cpp
index db867346..436ef28e 100644
--- a/certmanager/conf/dirservconfigpage.cpp
+++ b/certmanager/conf/dirservconfigpage.cpp
@@ -267,7 +267,7 @@ extern "C"
}
}
-// kdelibs-3.2 didn't have the changed signal in KCModule...
+// tdelibs-3.2 didn't have the changed signal in KCModule...
void DirectoryServicesConfigurationPage::slotChanged()
{
emit changed(true);
diff --git a/certmanager/conf/dnorderconfigpage.cpp b/certmanager/conf/dnorderconfigpage.cpp
index e9c30035..a224b6f7 100644
--- a/certmanager/conf/dnorderconfigpage.cpp
+++ b/certmanager/conf/dnorderconfigpage.cpp
@@ -65,7 +65,7 @@ void DNOrderConfigPage::defaults() {
mWidget->defaults();
}
-// kdelibs-3.2 didn't have the changed signal in KCModule...
+// tdelibs-3.2 didn't have the changed signal in KCModule...
void DNOrderConfigPage::slotChanged() {
emit changed(true);
}
diff --git a/certmanager/kwatchgnupg/Makefile.am b/certmanager/kwatchgnupg/Makefile.am
index 02f0e3b4..0c25605f 100644
--- a/certmanager/kwatchgnupg/Makefile.am
+++ b/certmanager/kwatchgnupg/Makefile.am
@@ -1,6 +1,6 @@
KDE_CXXFLAGS = -DLIBKLEOPATRA_NO_COMPAT
-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)
bin_PROGRAMS = kwatchgnupg
diff --git a/certmanager/lib/CMakeLists.txt b/certmanager/lib/CMakeLists.txt
index e0e29b93..79c729f3 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 57799827..4512f42f 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 5822d658..71ac855c 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 8a5d85bd..408405a1 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 ad350f22..6cf33c6a 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 1df57990..1093399b 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 a7336a02..156671f7 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 21cc0cd8..8f9da947 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 0465bb2d..ad9054d1 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 3fa819f7..331d4d8e 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 6a872070..f3c27d0c 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 b276022d..dc02268e 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 f381fb64..0f13c47e 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 402235dd..afad1fb8 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 5498e27a..0b368635 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 01e6902f..ebde2c16 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 7e23b4b6..5a3d5375 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 bd449648..f017f202 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 f4d369b1..b638947e 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 d8827887..c97493d3 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 15e6c132..5b969a1e 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.