diff options
author | Timothy Pearson <[email protected]> | 2012-05-21 00:54:46 -0500 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2012-05-21 00:54:46 -0500 |
commit | bb72c681df66c174f16ed8a1a3502a9892034ef2 (patch) | |
tree | 333dc3fac07ec5ebd02a88bbe8962c376f201fa9 /src/ldappasswddlg.cpp | |
parent | 44db1b5fafa7e3ff64411b48214961da8d553138 (diff) | |
download | kcmldap-bb72c681df66c174f16ed8a1a3502a9892034ef2.tar.gz kcmldap-bb72c681df66c174f16ed8a1a3502a9892034ef2.zip |
Add pam file writing and clean up a bit
Diffstat (limited to 'src/ldappasswddlg.cpp')
-rw-r--r-- | src/ldappasswddlg.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/ldappasswddlg.cpp b/src/ldappasswddlg.cpp index 7ddba14..03d4dcd 100644 --- a/src/ldappasswddlg.cpp +++ b/src/ldappasswddlg.cpp @@ -43,8 +43,6 @@ LDAPPasswordDialog::LDAPPasswordDialog(TQWidget* parent, const char* name) } void LDAPPasswordDialog::slotOk() { - // RAJA FIXME - accept(); } |