From 0ef9fe870982bd005806d7f51898a740cd52fec8 Mon Sep 17 00:00:00 2001 From: zautrix Date: Sun, 20 Mar 2005 00:09:33 +0000 Subject: cooooooool --- (limited to 'korganizer/kodaymatrix.h') diff --git a/korganizer/kodaymatrix.h b/korganizer/kodaymatrix.h index ba4853f..c049942 100644 --- a/korganizer/kodaymatrix.h +++ b/korganizer/kodaymatrix.h @@ -32,7 +32,7 @@ #include #include #include - +#include #include class QDragEnterEvent; @@ -169,6 +169,7 @@ public: */ bool isBeginningOfMonth() const { return today<=8; } ; bool isEndOfMonth() const { return today>=27; } ; + QString getWhatsThisText( QPoint ) ; public slots: /** Recalculates all the flags of the days in the matrix like holidays or events @@ -224,6 +225,8 @@ protected: void resizeEvent(QResizeEvent *); private: + bool mouseDown; + QBitArray bDays; QPixmap myPix; QTimer* mUpdateTimer; QTimer* mRepaintTimer; -- cgit v0.9.0.2