author | zautrix <zautrix> | 2004-09-17 00:39:46 (UTC) |
---|---|---|
committer | zautrix <zautrix> | 2004-09-17 00:39:46 (UTC) |
commit | 14f8adb33ca434d36e80b3b7e7e262f4ede24d0d (patch) (side-by-side diff) | |
tree | 477f0cbf3c5b4d8e5b1c01c682c5e650f34c2912 /libkcal/libkcalE.pro | |
parent | 8462751df135b9ad08b1269661d2c7eb18c67976 (diff) | |
download | kdepimpi-14f8adb33ca434d36e80b3b7e7e262f4ede24d0d.zip kdepimpi-14f8adb33ca434d36e80b3b7e7e262f4ede24d0d.tar.gz kdepimpi-14f8adb33ca434d36e80b3b7e7e262f4ede24d0d.tar.bz2 |
More lib changes
-rw-r--r-- | libkcal/libkcalE.pro | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libkcal/libkcalE.pro b/libkcal/libkcalE.pro index f5be980..1f5ef78 100644 --- a/libkcal/libkcalE.pro +++ b/libkcal/libkcalE.pro @@ -37,4 +37,5 @@ HEADERS = \ incidence.h \ incidencebase.h \ +kincidenceformatter.h \ journal.h \ period.h \ @@ -74,4 +75,5 @@ SOURCES = \ incidence.cpp \ incidencebase.cpp \ + kincidenceformatter.cpp \ journal.cpp \ period.cpp \ |