summaryrefslogtreecommitdiff
path: root/core/opie-login/loginwindowimpl.h
Unidiff
Diffstat (limited to 'core/opie-login/loginwindowimpl.h') (more/less context) (ignore whitespace changes)
-rw-r--r--core/opie-login/loginwindowimpl.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/core/opie-login/loginwindowimpl.h b/core/opie-login/loginwindowimpl.h
index df8dbbb..1de212c 100644
--- a/core/opie-login/loginwindowimpl.h
+++ b/core/opie-login/loginwindowimpl.h
@@ -25,39 +25,40 @@
25 25
26*/ 26*/
27 27
28#ifndef __OPIE_LOGINWINDOW_IMPL_H__ 28#ifndef __OPIE_LOGINWINDOW_IMPL_H__
29#define __OPIE_LOGINWINDOW_IMPL_H__ 29#define __OPIE_LOGINWINDOW_IMPL_H__
30 30
31#include "loginwindow.h" 31#include "loginwindow.h"
32 32
33class InputMethods; 33class InputMethods;
34 34
35class LoginWindowImpl : public LoginWindow { 35class LoginWindowImpl : public LoginWindow {
36 Q_OBJECT 36 Q_OBJECT
37 37
38public: 38public:
39 LoginWindowImpl ( ); 39 LoginWindowImpl ( );
40 virtual ~LoginWindowImpl ( ); 40 virtual ~LoginWindowImpl ( );
41 41
42protected slots: 42protected slots:
43 void restart ( ); 43 void restart ( );
44 void quit ( ); 44 void quit ( );
45 void showIM ( ); 45 void showIM ( );
46 void suspend ( ); 46 void suspend ( );
47 void backlight ( ); 47 void backlight ( );
48 void login ( ); 48 void login ( );
49 void toggleEchoMode ( bool ); 49 void toggleEchoMode ( bool );
50 void calcMaxWindowRect ( ); 50 void calcMaxWindowRect ( );
51 void receive ( const QCString &, const QByteArray & ); 51 void receive ( const QCString &, const QByteArray & );
52 void showPasswordDialog();
52 53
53protected: 54protected:
54 virtual void keyPressEvent ( QKeyEvent *e ); 55 virtual void keyPressEvent ( QKeyEvent *e );
55 56
56 QStringList getAllUsers ( ); 57 QStringList getAllUsers ( );
57 bool changeIdentity ( const char *user ); 58 bool changeIdentity ( const char *user );
58 59
59private: 60private:
60 InputMethods *m_input; 61 InputMethods *m_input;
61}; 62};
62 63
63#endif 64#endif