summaryrefslogtreecommitdiff
path: root/core/settings/security/security.h
authormickeyl <mickeyl>2003-11-18 18:43:25 (UTC)
committer mickeyl <mickeyl>2003-11-18 18:43:25 (UTC)
commit22966b4e27b5460e005bb47b914264495f3f17bf (patch) (unidiff)
tree28611cac21ec8ede6c9a27e8e238007c5f7b3249 /core/settings/security/security.h
parent6b50f01126f1e22ed1cebef7db2901c7ff33116f (diff)
downloadopie-22966b4e27b5460e005bb47b914264495f3f17bf.zip
opie-22966b4e27b5460e005bb47b914264495f3f17bf.tar.gz
opie-22966b4e27b5460e005bb47b914264495f3f17bf.tar.bz2
Increase sync-friendlyness and repair broken sync with several
programs. Patch by Matthias Hentges <matthias@hentges.net> - thanks!
Diffstat (limited to 'core/settings/security/security.h') (more/less context) (ignore whitespace changes)
-rw-r--r--core/settings/security/security.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/settings/security/security.h b/core/settings/security/security.h
index 52d56de..b1a3eca 100644
--- a/core/settings/security/security.h
+++ b/core/settings/security/security.h
@@ -37,24 +37,25 @@ public:
37 37
38protected: 38protected:
39 void accept(); 39 void accept();
40 void applySecurity(); 40 void applySecurity();
41 void done(int); 41 void done(int);
42 42
43private slots: 43private slots:
44 void changePassCode(); 44 void changePassCode();
45 void clearPassCode(); 45 void clearPassCode();
46 void setSyncNet(const QString&); 46 void setSyncNet(const QString&);
47 void changeLoginName(int); 47 void changeLoginName(int);
48 void toggleAutoLogin(bool); 48 void toggleAutoLogin(bool);
49 void changeSyncApp();
49 50
50 51
51private: 52private:
52 void loadUsers(void); 53 void loadUsers(void);
53 bool telnetAvailable() const; 54 bool telnetAvailable() const;
54 bool sshAvailable() const; 55 bool sshAvailable() const;
55 void updateGUI(); 56 void updateGUI();
56 57
57 static void parseNet(const QString& sn,int& auth_peer,int& auth_peer_bits); 58 static void parseNet(const QString& sn,int& auth_peer,int& auth_peer_bits);
58 void selectNet(int auth_peer,int auth_peer_bits); 59 void selectNet(int auth_peer,int auth_peer_bits);
59 60
60 QString enterPassCode(const QString&); 61 QString enterPassCode(const QString&);