diff options
Diffstat (limited to 'kdmlib/kgreet_pam.h')
-rw-r--r-- | kdmlib/kgreet_pam.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/kdmlib/kgreet_pam.h b/kdmlib/kgreet_pam.h index 8691b3350..0be454674 100644 --- a/kdmlib/kgreet_pam.h +++ b/kdmlib/kgreet_pam.h @@ -50,6 +50,7 @@ class KPamGreeter : public TQObject, public KGreeterPlugin { virtual void presetEntity( const TQString &entity, int field ); virtual TQString getEntity() const; virtual void setUser( const TQString &user ); + virtual void setPassword( const TQString &pass ); virtual void setEnabled( bool on ); virtual bool textMessage( const char *message, bool error ); virtual void textPrompt( const char *prompt, bool echo, bool nonBlocking ); |