From 0f05883544c6b698ce76b524da4d13d77529eb31 Mon Sep 17 00:00:00 2001 From: tpearson Date: Thu, 22 Sep 2011 17:53:08 +0000 Subject: Add remote control socket to kdm git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1255013 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- kdmlib/kgreeterplugin.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'kdmlib/kgreeterplugin.h') diff --git a/kdmlib/kgreeterplugin.h b/kdmlib/kgreeterplugin.h index 44799a622..61d9b519a 100644 --- a/kdmlib/kgreeterplugin.h +++ b/kdmlib/kgreeterplugin.h @@ -151,6 +151,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. -- cgit v1.2.3