summaryrefslogtreecommitdiffabout
Side-by-side diff
Diffstat (more/less context) (show whitespace changes)
-rw-r--r--libkcal/phoneformat.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/libkcal/phoneformat.cpp b/libkcal/phoneformat.cpp
index 16c5880..29c1ae6 100644
--- a/libkcal/phoneformat.cpp
+++ b/libkcal/phoneformat.cpp
@@ -382,3 +382,3 @@ bool PhoneFormat::load( Calendar *calendar, Calendar *existingCal)
#ifdef _WIN32_
- fileName = locateLocal("tmp", "tempfile.vcs")
+ fileName = locateLocal("tmp", "tempfile.vcs");
#else
@@ -586,3 +586,3 @@ bool PhoneFormat::save( Calendar *calendar)
#ifdef _WIN32_
- QString fileName = locateLocal("tmp", "tempfile.vcs")
+ QString fileName = locateLocal("tmp", "tempfile.vcs");
#else