diff options
Diffstat (limited to 'tdmlib/kgreet_winbind.h')
-rw-r--r-- | tdmlib/kgreet_winbind.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tdmlib/kgreet_winbind.h b/tdmlib/kgreet_winbind.h index 8c41ca5d7..e21fce35b 100644 --- a/tdmlib/kgreet_winbind.h +++ b/tdmlib/kgreet_winbind.h @@ -57,6 +57,7 @@ class KWinbindGreeter : public TQObject, public KGreeterPlugin { virtual void lockUserEntry( const bool lock ); virtual void setPassword( const TQString &pass ); virtual void setEnabled( bool on ); + virtual void setInfoMessageDisplay( bool on ); virtual bool textMessage( const char *message, bool error ); virtual void textPrompt( const char *prompt, bool echo, bool nonBlocking ); virtual bool binaryPrompt( const char *prompt, bool nonBlocking ); @@ -96,7 +97,7 @@ class KWinbindGreeter : public TQObject, public KGreeterPlugin { Function func; Context ctx; int exp, pExp, has; - bool running, authTok; + bool running, authTok, suppressInfoMsg; }; #endif /* KGREET_WINBIND_H */ |