From b71881a2acf0b8966a079a8775ff8b72d82e11ff Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sun, 8 Jul 2012 18:48:56 -0500 Subject: Change name to ldapbonding --- src/Makefile.am | 10 +++++----- src/ldap.desktop | 19 ------------------- src/ldapbonding.cpp | 2 +- src/ldapbonding.desktop | 19 +++++++++++++++++++ 4 files changed, 25 insertions(+), 25 deletions(-) delete mode 100644 src/ldap.desktop create mode 100644 src/ldapbonding.desktop diff --git a/src/Makefile.am b/src/Makefile.am index 0242555..a8ab774 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -2,15 +2,15 @@ INCLUDES = $(all_includes) $(KDE_INCLUDES)/tde METASOURCES = AUTO # Install this plugin in the KDE modules directory -kde_module_LTLIBRARIES = kcm_ldap.la +kde_module_LTLIBRARIES = kcm_ldapbonding.la -kcm_ldap_la_SOURCES = ldapbonding.cpp ldapconfigbase.ui realmpropertiesdialog.cpp bondintropage.cpp bondintropagedlg.ui bondrealmpage.cpp bondrealmpagedlg.ui bondfinishpage.cpp bondfinishpagedlg.ui bondwizard.cpp ldappasswddlg.cpp -kcm_ldap_la_LIBADD = -lkio $(LIB_TDEUI) -ltdeldap -kcm_ldap_la_LDFLAGS = -avoid-version -module -no-undefined \ +kcm_ldapbonding_la_SOURCES = ldapbonding.cpp ldapconfigbase.ui realmpropertiesdialog.cpp bondintropage.cpp bondintropagedlg.ui bondrealmpage.cpp bondrealmpagedlg.ui bondfinishpage.cpp bondfinishpagedlg.ui bondwizard.cpp ldappasswddlg.cpp +kcm_ldapbonding_la_LIBADD = -lkio $(LIB_TDEUI) -ltdeldap +kcm_ldapbonding_la_LDFLAGS = -avoid-version -module -no-undefined \ $(all_libraries) -xdg_apps_DATA = ldap.desktop +xdg_apps_DATA = ldapbonding.desktop messages: rc.cpp diff --git a/src/ldap.desktop b/src/ldap.desktop deleted file mode 100644 index 3555671..0000000 --- a/src/ldap.desktop +++ /dev/null @@ -1,19 +0,0 @@ -[Desktop Entry] -Encoding=UTF-8 -Exec=kcmshell ldap -Icon=tdmconfig -Type=Application - -X-TDE-ModuleType=Library -X-TDE-Library=ldap -X-TDE-HasReadOnlyMode=true -X-TDE-ParentApp=kcontrol -X-TDE-RootOnly=true -X-TDE-SubstituteUID=true - -[Desktop Entry] -Encoding=UTF-8 -Comment=A KControl tool for managing TDE bonding to LDAP realms. -Keywords=ldap manager -Name=LDAP Realm Bonding -Categories=Qt;TDE;X-TDE-settings-components; diff --git a/src/ldapbonding.cpp b/src/ldapbonding.cpp index 97117e8..b9ed7eb 100644 --- a/src/ldapbonding.cpp +++ b/src/ldapbonding.cpp @@ -57,7 +57,7 @@ typedef KGenericFactory ldapFactory; -K_EXPORT_COMPONENT_FACTORY( kcm_ldap, ldapFactory("kcmldap")) +K_EXPORT_COMPONENT_FACTORY( kcm_ldapbonding, ldapFactory("kcmldapbonding")) KSimpleConfig *systemconfig = 0; diff --git a/src/ldapbonding.desktop b/src/ldapbonding.desktop new file mode 100644 index 0000000..29fd5c7 --- /dev/null +++ b/src/ldapbonding.desktop @@ -0,0 +1,19 @@ +[Desktop Entry] +Encoding=UTF-8 +Exec=kcmshell ldapbonding +Icon=tdmconfig +Type=Application + +X-TDE-ModuleType=Library +X-TDE-Library=ldapbonding +X-TDE-HasReadOnlyMode=true +X-TDE-ParentApp=kcontrol +X-TDE-RootOnly=true +X-TDE-SubstituteUID=true + +[Desktop Entry] +Encoding=UTF-8 +Comment=A KControl tool for managing TDE bonding to LDAP realms. +Keywords=ldap manager +Name=LDAP Realm Bonding +Categories=Qt;TDE;X-TDE-settings-components; -- cgit v1.2.1