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 | |||
@@ -102,27 +102,28 @@ class KSyncPrefsDialog : public KDialog | |||
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 |