summaryrefslogtreecommitdiff
path: root/libopie/pim/oevent.cpp
Side-by-side diff
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
@@ -237,5 +237,5 @@ bool OEvent::match( const QRegExp& re )const {
QString OEvent::toRichText()const {
QString text, value;
-
+
// description
text += "<b><h3><img src=\"datebook/DateBook\">";
@@ -244,5 +244,5 @@ QString OEvent::toRichText()const {
}
text += "</h3></b><br><hr><br>";
-
+
// location
if ( !(value = location()).isEmpty() ) {
@@ -275,5 +275,5 @@ QString OEvent::toRichText()const {
}
}
-
+
// categories
if ( categoryNames("Calendar").count() ){
@@ -282,5 +282,5 @@ QString OEvent::toRichText()const {
text += "<br>";
}
-
+
//notes
if ( !note().isEmpty() ) {
@@ -361,7 +361,4 @@ QMap<int, QString> OEvent::toMap()const {
return QMap<int, QString>();
}
-QMap<QString, QString> OEvent::toExtraMap()const {
- return QMap<QString, QString>();
-}
int OEvent::parent()const {
return data->parent;