Git commit ced21544337df0d42e661abd3fe398da169bcd4b by Friedrich W. H. Kossebau. Committed on 11/03/2023 at 12:20. Pushed by kossebau into branch 'master'.
Refer to KIO worker now in docs & comments GIT_SILENT M +1 -1 kioworker/doc/ldap/index.docbook M +1 -1 kioworker/src/CMakeLists.txt M +1 -1 src/widgets/ldapconfigwidget.h https://invent.kde.org/pim/kldap/commit/ced21544337df0d42e661abd3fe398da169bcd4b diff --git a/kioworker/doc/ldap/index.docbook b/kioworker/doc/ldap/index.docbook index 2cd0aac..bd534af 100644 --- a/kioworker/doc/ldap/index.docbook +++ b/kioworker/doc/ldap/index.docbook @@ -18,7 +18,7 @@ protocol. It provides access to an X.500 directory, or to a stand-alone <acronym>LDAP</acronym> server.</para> -<para>You can use the ldap kioslave as follows:</para> +<para>You can use the ldap KIO worker as follows:</para> <para><userinput>ldap://host:port/ou=People,o=where,c=de??sub</userinput> for a subtree-query</para> diff --git a/kioworker/src/CMakeLists.txt b/kioworker/src/CMakeLists.txt index dec9c5d..1d59ef6 100644 --- a/kioworker/src/CMakeLists.txt +++ b/kioworker/src/CMakeLists.txt @@ -3,7 +3,7 @@ add_library(kio_ldap MODULE) target_sources(kio_ldap PRIVATE kio_ldap.cpp kio_ldap.h) ecm_qt_declare_logging_category(kio_ldap HEADER kldap_debug.h IDENTIFIER KLDAP_LOG CATEGORY_NAME org.kde.pim.kldap - DESCRIPTION "kioslave (kldap)" + DESCRIPTION "ldap KIO worker" OLD_CATEGORY_NAMES log_kldap EXPORT KLDAP ) diff --git a/src/widgets/ldapconfigwidget.h b/src/widgets/ldapconfigwidget.h index e6744d9..a08741d 100644 --- a/src/widgets/ldapconfigwidget.h +++ b/src/widgets/ldapconfigwidget.h @@ -222,7 +222,7 @@ public: /** * Returns a LDAP Url constructed from the settings given. - * Extensions are filled for use in the LDAP ioslave + * Extensions are filled for use in the LDAP KIO worker. */ Q_REQUIRED_RESULT LdapUrl url() const; /**
