author | zautrix <zautrix> | 2005-01-11 15:48:26 (UTC) |
---|---|---|
committer | zautrix <zautrix> | 2005-01-11 15:48:26 (UTC) |
commit | ff808c2b4cd2751e7f99dd7cb5c1e44886ac151f (patch) (side-by-side diff) | |
tree | 7cd2fdcfea35ca54b94aff1b113c92482a904fae /korganizer/komonthview.h | |
parent | 7738615474fd5186928e3f4dcdc58b483f7ad1a9 (diff) | |
download | kdepimpi-ff808c2b4cd2751e7f99dd7cb5c1e44886ac151f.zip kdepimpi-ff808c2b4cd2751e7f99dd7cb5c1e44886ac151f.tar.gz kdepimpi-ff808c2b4cd2751e7f99dd7cb5c1e44886ac151f.tar.bz2 |
tooltips added
-rw-r--r-- | korganizer/komonthview.h | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/korganizer/komonthview.h b/korganizer/komonthview.h index 5124057..4c1567c 100644 --- a/korganizer/komonthview.h +++ b/korganizer/komonthview.h @@ -38,2 +38,6 @@ +#ifdef DESKTOP_VERSION +class QToolTipGroup; +#endif + class KOWeekButton : public QPushButton @@ -142,2 +146,5 @@ class MonthViewCell : public QWidget +#ifdef DESKTOP_VERSION + static QToolTipGroup *toolTipGroup(); +#endif signals: @@ -169,3 +176,5 @@ class MonthViewCell : public QWidget QListBox *mItemList; - +#ifdef DESKTOP_VERSION + static QToolTipGroup *mToolTipGroup; +#endif QSize mLabelSize; |