Diffstat (limited to 'libkdepim/ksyncprefsdialog.h') (more/less context) (ignore whitespace changes)
-rw-r--r-- | libkdepim/ksyncprefsdialog.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/libkdepim/ksyncprefsdialog.h b/libkdepim/ksyncprefsdialog.h index 997f524..24543e1 100644 --- a/libkdepim/ksyncprefsdialog.h +++ b/libkdepim/ksyncprefsdialog.h | |||
@@ -91,24 +91,29 @@ class KSyncPrefsDialog : public KDialog | |||
91 | QRadioButton* mIsLocal; | 91 | QRadioButton* mIsLocal; |
92 | QRadioButton* mIsNotLocal; | 92 | QRadioButton* mIsNotLocal; |
93 | QRadioButton* mIsPhone; | 93 | QRadioButton* mIsPhone; |
94 | QRadioButton* mIsPi; | 94 | QRadioButton* mIsPi; |
95 | QCheckBox* mIncludeInRing; | 95 | QCheckBox* mIncludeInRing; |
96 | QCheckBox* mIncludeInRingAB; | 96 | QCheckBox* mIncludeInRingAB; |
97 | QCheckBox* mIncludeInRingPWM; | 97 | QCheckBox* mIncludeInRingPWM; |
98 | void addProfile ( KSyncProfile* ); | 98 | void addProfile ( KSyncProfile* ); |
99 | void insertProfiles(); | 99 | void insertProfiles(); |
100 | void saveProfile(); | 100 | void saveProfile(); |
101 | QButtonGroup* proGr; | 101 | QButtonGroup* proGr; |
102 | 102 | ||
103 | QComboBox * mFilterOutCal; | ||
104 | QComboBox * mFilterInCal; | ||
105 | QComboBox * mFilterOutAB; | ||
106 | QComboBox * mFilterInAB; | ||
107 | |||
103 | QRadioButton* loc, *rem, *newest, *ask, *f_loc,* f_rem, *both; | 108 | QRadioButton* loc, *rem, *newest, *ask, *f_loc,* f_rem, *both; |
104 | 109 | ||
105 | 110 | ||
106 | QLineEdit * mRemotePostcommand; | 111 | QLineEdit * mRemotePostcommand; |
107 | QLineEdit * mRemotePrecommand; | 112 | QLineEdit * mRemotePrecommand; |
108 | QLineEdit * mRemoteFile; | 113 | QLineEdit * mRemoteFile; |
109 | QLineEdit * mLocalTempFile; | 114 | QLineEdit * mLocalTempFile; |
110 | 115 | ||
111 | QLineEdit * mRemotePostcommandAB; | 116 | QLineEdit * mRemotePostcommandAB; |
112 | QLineEdit * mRemotePrecommandAB; | 117 | QLineEdit * mRemotePrecommandAB; |
113 | QLineEdit * mRemoteFileAB; | 118 | QLineEdit * mRemoteFileAB; |
114 | QLineEdit * mLocalTempFileAB; | 119 | QLineEdit * mLocalTempFileAB; |