Diffstat (limited to 'libkdepim/ksyncprefsdialog.h') (more/less context) (ignore whitespace changes)
-rw-r--r-- | libkdepim/ksyncprefsdialog.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/libkdepim/ksyncprefsdialog.h b/libkdepim/ksyncprefsdialog.h index d4e1559..8094bdd 100644 --- a/libkdepim/ksyncprefsdialog.h +++ b/libkdepim/ksyncprefsdialog.h | |||
@@ -65,16 +65,17 @@ 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 slotOK(); | 74 | void slotOK(); |
74 | void helpDevice(); | 75 | void helpDevice(); |
75 | void helpModel(); | 76 | void helpModel(); |
76 | void helpConnection(); | 77 | void helpConnection(); |
77 | 78 | ||
78 | protected: | 79 | protected: |
79 | void usrWriteConfig(); | 80 | void usrWriteConfig(); |
80 | 81 | ||
@@ -86,16 +87,17 @@ class KSyncPrefsDialog : public KDialog | |||
86 | QStringList mSyncProfileNames; | 87 | QStringList mSyncProfileNames; |
87 | QLineEdit * mMyMachineName; | 88 | QLineEdit * mMyMachineName; |
88 | QComboBox * mProfileBox; | 89 | QComboBox * mProfileBox; |
89 | QRadioButton* mIsLocal; | 90 | QRadioButton* mIsLocal; |
90 | QRadioButton* mIsNotLocal; | 91 | QRadioButton* mIsNotLocal; |
91 | QRadioButton* mIsPhone; | 92 | QRadioButton* mIsPhone; |
92 | QCheckBox* mIncludeInRing; | 93 | QCheckBox* mIncludeInRing; |
93 | QCheckBox* mIncludeInRingAB; | 94 | QCheckBox* mIncludeInRingAB; |
95 | QCheckBox* mIncludeInRingPWM; | ||
94 | void addProfile ( KSyncProfile* ); | 96 | void addProfile ( KSyncProfile* ); |
95 | void insertProfiles(); | 97 | void insertProfiles(); |
96 | void saveProfile(); | 98 | void saveProfile(); |
97 | QButtonGroup* proGr; | 99 | QButtonGroup* proGr; |
98 | 100 | ||
99 | QRadioButton* loc, *rem, *newest, *ask, *f_loc,* f_rem, *both; | 101 | QRadioButton* loc, *rem, *newest, *ask, *f_loc,* f_rem, *both; |
100 | 102 | ||
101 | 103 | ||
@@ -104,16 +106,21 @@ class KSyncPrefsDialog : public KDialog | |||
104 | QLineEdit * mRemoteFile; | 106 | QLineEdit * mRemoteFile; |
105 | QLineEdit * mLocalTempFile; | 107 | QLineEdit * mLocalTempFile; |
106 | 108 | ||
107 | QLineEdit * mRemotePostcommandAB; | 109 | QLineEdit * mRemotePostcommandAB; |
108 | QLineEdit * mRemotePrecommandAB; | 110 | QLineEdit * mRemotePrecommandAB; |
109 | QLineEdit * mRemoteFileAB; | 111 | QLineEdit * mRemoteFileAB; |
110 | QLineEdit * mLocalTempFileAB; | 112 | QLineEdit * mLocalTempFileAB; |
111 | 113 | ||
114 | QLineEdit * mRemotePostcommandPWM; | ||
115 | QLineEdit * mRemotePrecommandPWM; | ||
116 | QLineEdit * mRemoteFilePWM; | ||
117 | QLineEdit * mLocalTempFilePWM; | ||
118 | |||
112 | QLineEdit * mPhoneDevice; | 119 | QLineEdit * mPhoneDevice; |
113 | QLineEdit * mPhoneConnection; | 120 | QLineEdit * mPhoneConnection; |
114 | QLineEdit * mPhoneModel; | 121 | QLineEdit * mPhoneModel; |
115 | 122 | ||
116 | QWidget* mSetupSyncAlgTab; | 123 | QWidget* mSetupSyncAlgTab; |
117 | QVBox* localFileWidget; | 124 | QVBox* localFileWidget; |
118 | QVBox* remoteFileWidget; | 125 | QVBox* remoteFileWidget; |
119 | QVBox* phoneWidget; | 126 | QVBox* phoneWidget; |