From c26c9e0aa8c8a3b1d3e8dba018d56dbdb67c65b4 Mon Sep 17 00:00:00 2001 From: zautrix Date: Tue, 28 Jun 2005 09:52:05 +0000 Subject: fixes --- (limited to 'korganizer/komonthview.h') diff --git a/korganizer/komonthview.h b/korganizer/komonthview.h index 0f3aa54..0bd6b1c 100644 --- a/korganizer/komonthview.h +++ b/korganizer/komonthview.h @@ -167,7 +167,6 @@ class MonthViewCell : public KNoScrollListBox void updateCell(); void startUpdateCell(); void finishUpdateCell(); - void repaintfinishUpdateCell(); int insertEvent(Event *); void insertTodo(Todo *); @@ -178,7 +177,6 @@ class MonthViewCell : public KNoScrollListBox Incidence *selectedIncidence(); QDate selectedIncidenceDate(); QPushButton * dateLabel() { return mLabel; } - void deHighLight(); bool doHighLight( Incidence *); void deselect(); void select(); @@ -196,6 +194,8 @@ class MonthViewCell : public KNoScrollListBox public slots: void showDay(); + void deHighLight(); + void repaintfinishUpdateCell(); protected slots: void defaultAction( QListBoxItem * ); void contextMenu( QListBoxItem * ); -- cgit v0.9.0.2