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 | |||
@@ -79,48 +79,53 @@ class KSyncPrefsDialog : public KDialog | |||
79 | protected: | 79 | protected: |
80 | void usrWriteConfig(); | 80 | void usrWriteConfig(); |
81 | void setupSyncAlgTab(); | 81 | void setupSyncAlgTab(); |
82 | void readFilter(); | 82 | void readFilter(); |
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 | QStringList mFilterKapi; | 87 | QStringList mFilterKapi; |
88 | QStringList mFilterKopi; | 88 | QStringList mFilterKopi; |
89 | QLineEdit * mMyMachineName; | 89 | QLineEdit * mMyMachineName; |
90 | QComboBox * mProfileBox; | 90 | QComboBox * mProfileBox; |
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; |
115 | 120 | ||
116 | QLineEdit * mRemotePostcommandPWM; | 121 | QLineEdit * mRemotePostcommandPWM; |
117 | QLineEdit * mRemotePrecommandPWM; | 122 | QLineEdit * mRemotePrecommandPWM; |
118 | QLineEdit * mRemoteFilePWM; | 123 | QLineEdit * mRemoteFilePWM; |
119 | QLineEdit * mLocalTempFilePWM; | 124 | QLineEdit * mLocalTempFilePWM; |
120 | 125 | ||
121 | 126 | ||
122 | QLineEdit * mRemotePw; | 127 | QLineEdit * mRemotePw; |
123 | QLineEdit * mRemoteIP; | 128 | QLineEdit * mRemoteIP; |
124 | QLineEdit * mRemotePort; | 129 | QLineEdit * mRemotePort; |
125 | 130 | ||
126 | QLineEdit * mRemotePwAB; | 131 | QLineEdit * mRemotePwAB; |