diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-09-22 17:53:08 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-09-22 17:53:08 +0000 |
commit | 0f05883544c6b698ce76b524da4d13d77529eb31 (patch) | |
tree | d314cefd405ba01ad12ea8c393d3731ff98a00ab /kdmlib/kgreeterplugin.h | |
parent | 60de68e5c083d6b504912461505de5dee1e0afb1 (diff) | |
download | tdebase-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/kgreeterplugin.h')
-rw-r--r-- | kdmlib/kgreeterplugin.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/kdmlib/kgreeterplugin.h b/kdmlib/kgreeterplugin.h index 44799a622..61d9b519a 100644 --- a/kdmlib/kgreeterplugin.h +++ b/kdmlib/kgreeterplugin.h @@ -152,6 +152,12 @@ public: virtual void setUser( const TQString &user ) = 0; /** + * "Push" a password into the talker. + * @param pass the password to set. + */ + virtual void setPassword( const TQString &pass ) = 0; + + /** * En-/disable any widgets contained in the talker. * Will be called only when not running. * @param on the state to set |