summaryrefslogtreecommitdiff
path: root/libopie/pim/oevent.cpp
Unidiff
Diffstat (limited to 'libopie/pim/oevent.cpp') (more/less context) (ignore whitespace changes)
-rw-r--r--libopie/pim/oevent.cpp11
1 files changed, 4 insertions, 7 deletions
diff --git a/libopie/pim/oevent.cpp b/libopie/pim/oevent.cpp
index e4f5d92..7bcf944 100644
--- a/libopie/pim/oevent.cpp
+++ b/libopie/pim/oevent.cpp
@@ -238,3 +238,3 @@ QString OEvent::toRichText()const {
238 QString text, value; 238 QString text, value;
239 239
240 // description 240 // description
@@ -245,3 +245,3 @@ QString OEvent::toRichText()const {
245 text += "</h3></b><br><hr><br>"; 245 text += "</h3></b><br><hr><br>";
246 246
247 // location 247 // location
@@ -276,3 +276,3 @@ QString OEvent::toRichText()const {
276 } 276 }
277 277
278 // categories 278 // categories
@@ -283,3 +283,3 @@ QString OEvent::toRichText()const {
283 } 283 }
284 284
285 //notes 285 //notes
@@ -362,5 +362,2 @@ QMap<int, QString> OEvent::toMap()const {
362} 362}
363QMap<QString, QString> OEvent::toExtraMap()const {
364 return QMap<QString, QString>();
365}
366int OEvent::parent()const { 363int OEvent::parent()const {