diff options
Diffstat (limited to 'kdmlib/kgreet_winbind.h')
-rw-r--r-- | kdmlib/kgreet_winbind.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/kdmlib/kgreet_winbind.h b/kdmlib/kgreet_winbind.h index c57dc64fd..055296e34 100644 --- a/kdmlib/kgreet_winbind.h +++ b/kdmlib/kgreet_winbind.h @@ -54,6 +54,7 @@ class KWinbindGreeter : 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 ); |