summaryrefslogtreecommitdiffabout
path: root/libkdepim/ksyncprefsdialog.h
authorzautrix <zautrix>2004-10-04 21:21:00 (UTC)
committer zautrix <zautrix>2004-10-04 21:21:00 (UTC)
commitf53ef630b9299ceae666e64da8ce022813795ed6 (patch) (side-by-side diff)
tree26dc94a83f42c2174195817c505c34941246d2e3 /libkdepim/ksyncprefsdialog.h
parentdfc6d084410456037bf6f26f741e7b938085de88 (diff)
downloadkdepimpi-f53ef630b9299ceae666e64da8ce022813795ed6.zip
kdepimpi-f53ef630b9299ceae666e64da8ce022813795ed6.tar.gz
kdepimpi-f53ef630b9299ceae666e64da8ce022813795ed6.tar.bz2
added option to sync config dialog
Diffstat (limited to 'libkdepim/ksyncprefsdialog.h') (more/less context) (ignore whitespace changes)
-rw-r--r--libkdepim/ksyncprefsdialog.h15
1 files changed, 15 insertions, 0 deletions
diff --git a/libkdepim/ksyncprefsdialog.h b/libkdepim/ksyncprefsdialog.h
index 8094bdd..d3f8f4c 100644
--- a/libkdepim/ksyncprefsdialog.h
+++ b/libkdepim/ksyncprefsdialog.h
@@ -92,2 +92,3 @@ class KSyncPrefsDialog : public KDialog
QRadioButton* mIsPhone;
+ QRadioButton* mIsPi;
QCheckBox* mIncludeInRing;
@@ -118,2 +119,15 @@ class KSyncPrefsDialog : public KDialog
+
+ QLineEdit * mRemotePw;
+ QLineEdit * mRemoteIP;
+ QLineEdit * mRemotePort;
+
+ QLineEdit * mRemotePwAB;
+ QLineEdit * mRemoteIPAB;
+ QLineEdit * mRemotePortAB;
+
+ QLineEdit * mRemotePwPWM;
+ QLineEdit * mRemoteIPPWM;
+ QLineEdit * mRemotePortPWM;
+
QLineEdit * mPhoneDevice;
@@ -126,2 +140,3 @@ class KSyncPrefsDialog : public KDialog
QVBox* phoneWidget;
+ QVBox* piWidget;
QCheckBox* mWriteBackFile;