summaryrefslogtreecommitdiffstats
path: root/kdmlib/kgreet_winbind.cpp
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-09-22 17:53:08 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-09-22 17:53:08 +0000
commit0f05883544c6b698ce76b524da4d13d77529eb31 (patch)
treed314cefd405ba01ad12ea8c393d3731ff98a00ab /kdmlib/kgreet_winbind.cpp
parent60de68e5c083d6b504912461505de5dee1e0afb1 (diff)
downloadtdebase-0f05883544c6b698ce76b524da4d13d77529eb31.tar.gz
tdebase-0f05883544c6b698ce76b524da4d13d77529eb31.zip
Add remote control socket to kdm
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1255013 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kdmlib/kgreet_winbind.cpp')
-rw-r--r--kdmlib/kgreet_winbind.cpp7
1 files changed, 7 insertions, 0 deletions
diff --git a/kdmlib/kgreet_winbind.cpp b/kdmlib/kgreet_winbind.cpp
index ae55a4b0f..8ae12144b 100644
--- a/kdmlib/kgreet_winbind.cpp
+++ b/kdmlib/kgreet_winbind.cpp
@@ -298,6 +298,13 @@ KWinbindGreeter::setUser( const TQString &user )
}
void // virtual
+KWinbindGreeter::setPassword( const TQString &pass )
+{
+ passwdEdit->erase();
+ passwdEdit->insert( pass );
+}
+
+void // virtual
KWinbindGreeter::setEnabled( bool enable )
{
// assert( !passwd1Label );