summaryrefslogtreecommitdiff
path: root/core/pim/datebook/datebookweeklst.h
Side-by-side diff
Diffstat (limited to 'core/pim/datebook/datebookweeklst.h') (more/less context) (show whitespace changes)
-rw-r--r--core/pim/datebook/datebookweeklst.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/core/pim/datebook/datebookweeklst.h b/core/pim/datebook/datebookweeklst.h
index 24f6c83..ea88f20 100644
--- a/core/pim/datebook/datebookweeklst.h
+++ b/core/pim/datebook/datebookweeklst.h
@@ -50,7 +50,7 @@ public slots:
signals:
void showDate(int y, int m, int d);
void addEvent(const QDateTime &start, const QDateTime &stop,
- const QString &str);
+ const QString &str, const QString &location);
private:
QDate date;
};
@@ -82,7 +82,7 @@ signals:
void editEvent(const Event &e);
void showDate(int y, int m, int d);
void addEvent(const QDateTime &start, const QDateTime &stop,
- const QString &str);
+ const QString &str, const QString &location);
private:
bool onMonday;
protected slots:
@@ -101,7 +101,7 @@ signals:
void editEvent(const Event &e);
void showDate(int y, int m, int d);
void addEvent(const QDateTime &start, const QDateTime &stop,
- const QString &str);
+ const QString &str, const QString &location);
};
class DateBookWeekLst : public QWidget
@@ -129,7 +129,7 @@ protected slots:
signals:
void showDate(int y, int m, int d);
void addEvent(const QDateTime &start, const QDateTime &stop,
- const QString &str);
+ const QString &str, const QString &location);
void editEvent(const Event &e);
private: