From aa11789fc4d735a04fac09063851753d8a57027b Mon Sep 17 00:00:00 2001 From: zecke Date: Sat, 21 Feb 2004 13:08:34 +0000 Subject: Yeah baby yeah remove IntelliSync support and add it to the SyncMode... as it should have been done Keep compatible with the old ored meaning... Now we can have IntelliSync plain text transfer, ask for pw less on connect Opie 1.0 plain text transfer, need pw and allow for syncing Qtopia 1.7 base64 transter , need pw and allow for syncing --- (limited to 'core/settings/security/security.h') diff --git a/core/settings/security/security.h b/core/settings/security/security.h index 72aa352..ed25ce1 100644 --- a/core/settings/security/security.h +++ b/core/settings/security/security.h @@ -25,7 +25,7 @@ class QPEDialogListener; class Security : public SecurityBase -{ +{ Q_OBJECT public: @@ -46,7 +46,6 @@ private slots: void setSyncNet(const QString&); void changeLoginName(int); void toggleAutoLogin(bool); - void changeSyncApp(); void restoreDefaults(); void insertDefaultRanges(); void deleteListEntry(); @@ -60,7 +59,7 @@ private: static void parseNet(const QString& sn,int& auth_peer,int& auth_peer_bits); void selectNet(int auth_peer,int auth_peer_bits,bool update); - + QString enterPassCode(const QString&); QString passcode; bool valid; -- cgit v0.9.0.2