-rw-r--r-- | korganizer/komonthview.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/korganizer/komonthview.h b/korganizer/komonthview.h index 2622d10..0f3aa54 100644 --- a/korganizer/komonthview.h +++ b/korganizer/komonthview.h @@ -88,3 +88,3 @@ class KNoScrollListBox: public QListBox void prevCell(); - void highligtIncidence( Incidence * , MonthViewCell*, int ); + void highlightIncidence( Incidence * , MonthViewCell*, int ); @@ -139,3 +139,3 @@ class MonthViewItem: public QListBoxItem bool mInfo; - bool mDisplayHightlighted; + bool mDisplayHighlighted; @@ -180,4 +180,4 @@ class MonthViewCell : public KNoScrollListBox QPushButton * dateLabel() { return mLabel; } - void deHightLight(); - bool doHightLight( Incidence *); + void deHighLight(); + bool doHighLight( Incidence *); void deselect(); |