From ff808c2b4cd2751e7f99dd7cb5c1e44886ac151f Mon Sep 17 00:00:00 2001 From: zautrix Date: Tue, 11 Jan 2005 15:48:26 +0000 Subject: tooltips added --- (limited to 'korganizer/komonthview.h') diff --git a/korganizer/komonthview.h b/korganizer/komonthview.h index 5124057..4c1567c 100644 --- a/korganizer/komonthview.h +++ b/korganizer/komonthview.h @@ -36,6 +36,10 @@ #include "koeventview.h" +#ifdef DESKTOP_VERSION +class QToolTipGroup; +#endif + class KOWeekButton : public QPushButton { Q_OBJECT @@ -140,6 +144,9 @@ class MonthViewCell : public QWidget void deselect(); void select(); +#ifdef DESKTOP_VERSION + static QToolTipGroup *toolTipGroup(); +#endif signals: void defaultAction( Incidence * ); void newEventSignal( QDateTime ); @@ -167,7 +174,9 @@ class MonthViewCell : public QWidget //QLabel *mLabel; QPushButton *mLabel; QListBox *mItemList; - +#ifdef DESKTOP_VERSION + static QToolTipGroup *mToolTipGroup; +#endif QSize mLabelSize; QSize mLabelBigSize; QPalette mHolidayPalette; -- cgit v0.9.0.2