summaryrefslogtreecommitdiffabout
path: root/libkcal/kincidenceformatter.h
Unidiff
Diffstat (limited to 'libkcal/kincidenceformatter.h') (more/less context) (show whitespace changes)
-rw-r--r--libkcal/kincidenceformatter.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libkcal/kincidenceformatter.h b/libkcal/kincidenceformatter.h
index 068e6d2..b5603e0 100644
--- a/libkcal/kincidenceformatter.h
+++ b/libkcal/kincidenceformatter.h
@@ -32,6 +32,7 @@ class KIncidenceFormatter : public QObject
32 void formatReadOnly(Incidence *event); 32 void formatReadOnly(Incidence *event);
33 33
34 private: 34 private:
35 QString deTag(QString text);
35 bool mSyncMode; 36 bool mSyncMode;
36 bool mDetails, mCreated ,mModified; 37 bool mDetails, mCreated ,mModified;
37 38