summaryrefslogtreecommitdiffabout
path: root/korganizer/koagendaview.h
authorzautrix <zautrix>2005-01-31 22:41:05 (UTC)
committer zautrix <zautrix>2005-01-31 22:41:05 (UTC)
commit336678d691a8c3346c92a4e561ac7938ed532003 (patch) (side-by-side diff)
treed4c12ab5536003910727b4478f70372324b7c00d /korganizer/koagendaview.h
parent949ead6797c44f632a4addd2e6aae1fb88f37816 (diff)
downloadkdepimpi-336678d691a8c3346c92a4e561ac7938ed532003.zip
kdepimpi-336678d691a8c3346c92a4e561ac7938ed532003.tar.gz
kdepimpi-336678d691a8c3346c92a4e561ac7938ed532003.tar.bz2
fixxx
Diffstat (limited to 'korganizer/koagendaview.h') (more/less context) (ignore whitespace changes)
-rw-r--r--korganizer/koagendaview.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/korganizer/koagendaview.h b/korganizer/koagendaview.h
index 7774fbe..fd0a7af 100644
--- a/korganizer/koagendaview.h
+++ b/korganizer/koagendaview.h
@@ -207,6 +207,7 @@ class KOAgendaView : public KOEventView {
void setHolidayMasks();
protected slots:
+ void slotDaylabelClicked();
/** Update event belonging to agenda item */
void updateEventDates(KOAgendaItem *item, int mode = -1);
//void updateMovedTodo();
@@ -252,7 +253,7 @@ class KOAgendaView : public KOEventView {
QPixmap mExpandedPixmap;
QPixmap mNotExpandedPixmap;
- QPtrList<QLabel> mDayLabelsList;
+ QPtrList<QPushButton> mDayLabelsList;
QDateTime mTimeSpanBegin;
QDateTime mTimeSpanEnd;
bool mTimeSpanInAllDay;