Diffstat (limited to 'libkdepim/ksyncprefsdialog.h') (more/less context) (ignore whitespace changes)
-rw-r--r-- | libkdepim/ksyncprefsdialog.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libkdepim/ksyncprefsdialog.h b/libkdepim/ksyncprefsdialog.h index 3060e78..d4e1559 100644 --- a/libkdepim/ksyncprefsdialog.h +++ b/libkdepim/ksyncprefsdialog.h | |||
@@ -62,67 +62,68 @@ class KSyncPrefsDialog : public KDialog | |||
62 | void accept(); | 62 | void accept(); |
63 | void deleteProfile(); | 63 | void deleteProfile(); |
64 | void newProfile(); | 64 | void newProfile(); |
65 | void cloneProfile(); | 65 | void cloneProfile(); |
66 | void kindChanged(bool); | 66 | void kindChanged(bool); |
67 | void fillSSH(); | 67 | void fillSSH(); |
68 | void fillFTP(); | 68 | void fillFTP(); |
69 | void textChanged( const QString & ); | 69 | void textChanged( const QString & ); |
70 | void profileChanged( int ); | 70 | void profileChanged( int ); |
71 | void chooseFile(); | 71 | void chooseFile(); |
72 | void chooseFileAB(); | 72 | void chooseFileAB(); |
73 | void slotOK(); | 73 | void slotOK(); |
74 | void helpDevice(); | 74 | void helpDevice(); |
75 | void helpModel(); | 75 | void helpModel(); |
76 | void helpConnection(); | 76 | void helpConnection(); |
77 | 77 | ||
78 | protected: | 78 | protected: |
79 | void usrWriteConfig(); | 79 | void usrWriteConfig(); |
80 | 80 | ||
81 | void setupSyncAlgTab(); | 81 | void setupSyncAlgTab(); |
82 | 82 | ||
83 | private: | 83 | private: |
84 | int currentSelection; | 84 | int currentSelection; |
85 | QPtrList<KSyncProfile> mSyncProfiles; | 85 | QPtrList<KSyncProfile> mSyncProfiles; |
86 | QStringList mSyncProfileNames; | 86 | QStringList mSyncProfileNames; |
87 | QLineEdit * mMyMachineName; | 87 | QLineEdit * mMyMachineName; |
88 | QComboBox * mProfileBox; | 88 | QComboBox * mProfileBox; |
89 | QRadioButton* mIsLocal; | 89 | QRadioButton* mIsLocal; |
90 | QRadioButton* mIsNotLocal; | 90 | QRadioButton* mIsNotLocal; |
91 | QRadioButton* mIsPhone; | 91 | QRadioButton* mIsPhone; |
92 | QCheckBox* mIncludeInRing; | 92 | QCheckBox* mIncludeInRing; |
93 | QCheckBox* mIncludeInRingAB; | 93 | QCheckBox* mIncludeInRingAB; |
94 | void addProfile ( KSyncProfile* ); | 94 | void addProfile ( KSyncProfile* ); |
95 | void insertProfiles(); | 95 | void insertProfiles(); |
96 | void saveProfile(); | 96 | void saveProfile(); |
97 | QButtonGroup* proGr; | 97 | QButtonGroup* proGr; |
98 | 98 | ||
99 | QRadioButton* loc, *rem, *newest, *ask, *f_loc,* f_rem, *both; | 99 | QRadioButton* loc, *rem, *newest, *ask, *f_loc,* f_rem, *both; |
100 | 100 | ||
101 | 101 | ||
102 | QLineEdit * mRemotePostcommand; | 102 | QLineEdit * mRemotePostcommand; |
103 | QLineEdit * mRemotePrecommand; | 103 | QLineEdit * mRemotePrecommand; |
104 | QLineEdit * mRemoteFile; | 104 | QLineEdit * mRemoteFile; |
105 | QLineEdit * mLocalTempFile; | 105 | QLineEdit * mLocalTempFile; |
106 | 106 | ||
107 | QLineEdit * mRemotePostcommandAB; | 107 | QLineEdit * mRemotePostcommandAB; |
108 | QLineEdit * mRemotePrecommandAB; | 108 | QLineEdit * mRemotePrecommandAB; |
109 | QLineEdit * mRemoteFileAB; | 109 | QLineEdit * mRemoteFileAB; |
110 | QLineEdit * mLocalTempFileAB; | 110 | QLineEdit * mLocalTempFileAB; |
111 | 111 | ||
112 | QLineEdit * mPhoneDevice; | 112 | QLineEdit * mPhoneDevice; |
113 | QLineEdit * mPhoneConnection; | 113 | QLineEdit * mPhoneConnection; |
114 | QLineEdit * mPhoneModel; | 114 | QLineEdit * mPhoneModel; |
115 | 115 | ||
116 | QWidget* mSetupSyncAlgTab; | 116 | QWidget* mSetupSyncAlgTab; |
117 | QVBox* localFileWidget; | 117 | QVBox* localFileWidget; |
118 | QVBox* remoteFileWidget; | 118 | QVBox* remoteFileWidget; |
119 | QVBox* phoneWidget; | 119 | QVBox* phoneWidget; |
120 | QCheckBox* mWriteBackFile; | 120 | QCheckBox* mWriteBackFile; |
121 | QCheckBox* mWriteBackFuture; | 121 | QCheckBox* mWriteBackFuture; |
122 | QSpinBox* mWriteBackFutureWeeks; | 122 | QSpinBox* mWriteBackFutureWeeks; |
123 | QCheckBox* mWriteBackExisting; | 123 | QCheckBox* mWriteBackExisting; |
124 | QCheckBox* mAskForPreferences; | 124 | QCheckBox* mAskForPreferences; |
125 | QCheckBox* mShowSummaryAfterSync; | 125 | QCheckBox* mShowSummaryAfterSync; |
126 | QCheckBox* mWriteContactToSIM; | ||
126 | }; | 127 | }; |
127 | 128 | ||
128 | #endif | 129 | #endif |