Diffstat (limited to 'libkdepim/ksyncprefsdialog.h') (more/less context) (ignore whitespace changes)
-rw-r--r-- | libkdepim/ksyncprefsdialog.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/libkdepim/ksyncprefsdialog.h b/libkdepim/ksyncprefsdialog.h index c601a58..997f524 100644 --- a/libkdepim/ksyncprefsdialog.h +++ b/libkdepim/ksyncprefsdialog.h | |||
@@ -65,39 +65,40 @@ class KSyncPrefsDialog : public KDialog | |||
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 chooseFilePWM(); | 73 | void chooseFilePWM(); |
74 | void slotOK(); | 74 | void slotOK(); |
75 | void helpDevice(); | 75 | void helpDevice(); |
76 | void helpModel(); | 76 | void helpModel(); |
77 | void helpConnection(); | 77 | void helpConnection(); |
78 | 78 | ||
79 | protected: | 79 | protected: |
80 | void usrWriteConfig(); | 80 | void usrWriteConfig(); |
81 | |||
82 | void setupSyncAlgTab(); | 81 | void setupSyncAlgTab(); |
83 | 82 | void readFilter(); | |
84 | private: | 83 | private: |
85 | int currentSelection; | 84 | int currentSelection; |
86 | QPtrList<KSyncProfile> mSyncProfiles; | 85 | QPtrList<KSyncProfile> mSyncProfiles; |
87 | QStringList mSyncProfileNames; | 86 | QStringList mSyncProfileNames; |
87 | QStringList mFilterKapi; | ||
88 | QStringList mFilterKopi; | ||
88 | QLineEdit * mMyMachineName; | 89 | QLineEdit * mMyMachineName; |
89 | QComboBox * mProfileBox; | 90 | QComboBox * mProfileBox; |
90 | QRadioButton* mIsLocal; | 91 | QRadioButton* mIsLocal; |
91 | QRadioButton* mIsNotLocal; | 92 | QRadioButton* mIsNotLocal; |
92 | QRadioButton* mIsPhone; | 93 | QRadioButton* mIsPhone; |
93 | QRadioButton* mIsPi; | 94 | QRadioButton* mIsPi; |
94 | QCheckBox* mIncludeInRing; | 95 | QCheckBox* mIncludeInRing; |
95 | QCheckBox* mIncludeInRingAB; | 96 | QCheckBox* mIncludeInRingAB; |
96 | QCheckBox* mIncludeInRingPWM; | 97 | QCheckBox* mIncludeInRingPWM; |
97 | void addProfile ( KSyncProfile* ); | 98 | void addProfile ( KSyncProfile* ); |
98 | void insertProfiles(); | 99 | void insertProfiles(); |
99 | void saveProfile(); | 100 | void saveProfile(); |
100 | QButtonGroup* proGr; | 101 | QButtonGroup* proGr; |
101 | 102 | ||
102 | QRadioButton* loc, *rem, *newest, *ask, *f_loc,* f_rem, *both; | 103 | QRadioButton* loc, *rem, *newest, *ask, *f_loc,* f_rem, *both; |
103 | 104 | ||
@@ -129,25 +130,26 @@ class KSyncPrefsDialog : public KDialog | |||
129 | QLineEdit * mRemotePwPWM; | 130 | QLineEdit * mRemotePwPWM; |
130 | QLineEdit * mRemoteIPPWM; | 131 | QLineEdit * mRemoteIPPWM; |
131 | QLineEdit * mRemotePortPWM; | 132 | QLineEdit * mRemotePortPWM; |
132 | 133 | ||
133 | QLineEdit * mPhoneDevice; | 134 | QLineEdit * mPhoneDevice; |
134 | QLineEdit * mPhoneConnection; | 135 | QLineEdit * mPhoneConnection; |
135 | QLineEdit * mPhoneModel; | 136 | QLineEdit * mPhoneModel; |
136 | 137 | ||
137 | QWidget* mSetupSyncAlgTab; | 138 | QWidget* mSetupSyncAlgTab; |
138 | QVBox* localFileWidget; | 139 | QVBox* localFileWidget; |
139 | QVBox* remoteFileWidget; | 140 | QVBox* remoteFileWidget; |
140 | QVBox* phoneWidget; | 141 | QVBox* phoneWidget; |
141 | QVBox* piWidget; | 142 | QVBox* piWidget; |
142 | QCheckBox* mWriteBackFile; | 143 | QCheckBox* mWriteBackFile; |
143 | QCheckBox* mWriteBackFuture; | 144 | QCheckBox* mWriteBackFuture; |
144 | QSpinBox* mWriteBackFutureWeeks; | 145 | QSpinBox* mWriteBackFutureWeeks; |
146 | QSpinBox* mWriteBackPastWeeks; | ||
145 | QCheckBox* mWriteBackExisting; | 147 | QCheckBox* mWriteBackExisting; |
146 | QCheckBox* mAskForPreferences; | 148 | QCheckBox* mAskForPreferences; |
147 | QCheckBox* mShowSummaryAfterSync; | 149 | QCheckBox* mShowSummaryAfterSync; |
148 | QCheckBox* mWriteContactToSIM; | 150 | QCheckBox* mWriteContactToSIM; |
149 | QCheckBox* mIsKapiFileL; | 151 | QCheckBox* mIsKapiFileL; |
150 | QCheckBox* mIsKapiFileR; | 152 | QCheckBox* mIsKapiFileR; |
151 | }; | 153 | }; |
152 | 154 | ||
153 | #endif | 155 | #endif |