summaryrefslogtreecommitdiffabout
Side-by-side diff
Diffstat (more/less context) (ignore whitespace changes)
-rw-r--r--libkdepim/libkdepim.pro7
-rw-r--r--libkdepim/libkdepimE.pro6
2 files changed, 9 insertions, 4 deletions
diff --git a/libkdepim/libkdepim.pro b/libkdepim/libkdepim.pro
index b490899..a2fae0b 100644
--- a/libkdepim/libkdepim.pro
+++ b/libkdepim/libkdepim.pro
@@ -28,13 +28,14 @@ HEADERS = \
kinputdialog.h \
kincidenceformatter.h \
kpimprefs.h \
kprefs.h \
kprefsdialog.h \
addresseeview.h \
- ksyncprofile.h
+ ksyncprofile.h \
+ ksyncprefsdialog.h
SOURCES = \
categoryeditdialog.cpp \
categoryeditdialog_base.cpp \
categoryselectdialog.cpp \
categoryselectdialog_base.cpp \
@@ -43,8 +44,10 @@ SOURCES = \
kinputdialog.cpp \
kincidenceformatter.cpp \
kpimprefs.cpp \
kprefs.cpp \
kprefsdialog.cpp \
addresseeview.cpp \
- ksyncprofile.cpp
+ ksyncprofile.cpp \
+ ksyncprefsdialog.cpp
+
diff --git a/libkdepim/libkdepimE.pro b/libkdepim/libkdepimE.pro
index b267d22..36a789d 100644
--- a/libkdepim/libkdepimE.pro
+++ b/libkdepim/libkdepimE.pro
@@ -22,13 +22,14 @@ HEADERS = \
kinputdialog.h \
kincidenceformatter.h \
kpimprefs.h \
kprefs.h \
kprefsdialog.h \
addresseeview.h \
- ksyncprofile.h
+ ksyncprofile.h \
+ ksyncprefsdialog.h
SOURCES = \
categoryeditdialog.cpp \
categoryeditdialog_base.cpp \
categoryselectdialog.cpp \
@@ -38,7 +39,8 @@ SOURCES = \
kdatepicker.cpp \
kincidenceformatter.cpp \
kpimprefs.cpp \
kprefs.cpp \
kprefsdialog.cpp \
addresseeview.cpp \
- ksyncprofile.cpp
+ ksyncprofile.cpp \
+ ksyncprefsdialog.cpp