summaryrefslogtreecommitdiffstats
path: root/src/ldaplogindlg.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <[email protected]>2012-05-29 15:33:39 -0500
committerTimothy Pearson <[email protected]>2012-05-29 15:33:39 -0500
commit5948ba909d1a2541865fcb2b52f76a7719f72f3e (patch)
tree858e1027143cb7085e6a60c100b9b4f03c6b5d6a /src/ldaplogindlg.cpp
parent691351f08aeec1ea1582e46aac8aa734321e1e13 (diff)
downloadkcmldapmanager-5948ba909d1a2541865fcb2b52f76a7719f72f3e.tar.gz
kcmldapmanager-5948ba909d1a2541865fcb2b52f76a7719f72f3e.zip
User editor dialog is now working in RO mode
Diffstat (limited to 'src/ldaplogindlg.cpp')
-rw-r--r--src/ldaplogindlg.cpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/ldaplogindlg.cpp b/src/ldaplogindlg.cpp
index f9ca3b5..7bd9147 100644
--- a/src/ldaplogindlg.cpp
+++ b/src/ldaplogindlg.cpp
@@ -30,12 +30,13 @@
#include <kiconloader.h>
#include <dcopclient.h>
#include <kprocess.h>
+#include <kcombobox.h>
#include "ldaplogindlg.h"
LDAPLogin::LDAPLogin(TQWidget *parent, const char *name ) : LDAPLoginDlg(parent,name) {
-
- px_introSidebar->setPixmap(UserIcon("step3.png"));
+ px_icon->setPixmap(SmallIcon("password.png"));
+ ldapAdminRealm->setEditable(true);
}
LDAPLogin::~LDAPLogin(){