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 e8a9709..d8c02de 100644 --- a/libkdepim/ksyncprefsdialog.h +++ b/libkdepim/ksyncprefsdialog.h | |||
@@ -71,32 +71,33 @@ class KSyncPrefsDialog : public KDialog | |||
71 | void textChanged( const QString & ); | 71 | void textChanged( const QString & ); |
72 | void profileChanged( int ); | 72 | void profileChanged( int ); |
73 | void chooseFile(); | 73 | void chooseFile(); |
74 | void chooseFileAB(); | 74 | void chooseFileAB(); |
75 | void chooseFilePWM(); | 75 | void chooseFilePWM(); |
76 | void slotOK(); | 76 | void slotOK(); |
77 | void helpDevice(); | 77 | void helpDevice(); |
78 | void helpModel(); | 78 | void helpModel(); |
79 | void helpConnection(); | 79 | void helpConnection(); |
80 | 80 | ||
81 | protected: | 81 | protected: |
82 | void usrWriteConfig(); | 82 | void usrWriteConfig(); |
83 | void setupSyncAlgTab(); | 83 | void setupSyncAlgTab(); |
84 | void readFilter(); | 84 | void readFilter(); |
85 | void readResources(); | 85 | void readResources(); |
86 | private: | 86 | private: |
87 | void updateMyCaption(); | ||
87 | int currentSelection; | 88 | int currentSelection; |
88 | QPtrList<KSyncProfile> mSyncProfiles; | 89 | QPtrList<KSyncProfile> mSyncProfiles; |
89 | QStringList mSyncProfileNames; | 90 | QStringList mSyncProfileNames; |
90 | QStringList mFilterKapi; | 91 | QStringList mFilterKapi; |
91 | QStringList mFilterKopi; | 92 | QStringList mFilterKopi; |
92 | QStringList mResourcesKopi; | 93 | QStringList mResourcesKopi; |
93 | QStringList mResourcesKapi; | 94 | QStringList mResourcesKapi; |
94 | QLineEdit * mMyMachineName; | 95 | QLineEdit * mMyMachineName; |
95 | QComboBox * mProfileBox; | 96 | QComboBox * mProfileBox; |
96 | QRadioButton* mIsLocal; | 97 | QRadioButton* mIsLocal; |
97 | QRadioButton* mIsNotLocal; | 98 | QRadioButton* mIsNotLocal; |
98 | QRadioButton* mIsPhone; | 99 | QRadioButton* mIsPhone; |
99 | QRadioButton* mIsPi; | 100 | QRadioButton* mIsPi; |
100 | QRadioButton* mIsPiSpecific; | 101 | QRadioButton* mIsPiSpecific; |
101 | QCheckBox* mIncludeInRing; | 102 | QCheckBox* mIncludeInRing; |
102 | QCheckBox* mIncludeInRingAB; | 103 | QCheckBox* mIncludeInRingAB; |