summaryrefslogtreecommitdiff
path: root/core/pim/today/today.h
Unidiff
Diffstat (limited to 'core/pim/today/today.h') (more/less context) (show whitespace changes)
-rw-r--r--core/pim/today/today.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/core/pim/today/today.h b/core/pim/today/today.h
index 090e8f9..d265d67 100644
--- a/core/pim/today/today.h
+++ b/core/pim/today/today.h
@@ -88,7 +88,9 @@ signals:
88private slots: 88private slots:
89 void editMe(); 89 void editMe();
90private: 90private:
91 QString ampmTime(QTime);
91 const EffectiveEvent event; 92 const EffectiveEvent event;
93 bool ampm;
92}; 94};
93 95
94class DateBookEventLater: public ClickableLabel { 96class DateBookEventLater: public ClickableLabel {
@@ -105,7 +107,9 @@ signals:
105private slots: 107private slots:
106 void editMe(); 108 void editMe();
107private: 109private:
110 QString ampmTime(QTime);
108 const EffectiveEvent event; 111 const EffectiveEvent event;
112 bool ampm;
109}; 113};
110 114
111#endif // TODAY_H 115#endif // TODAY_H