author | zautrix <zautrix> | 2005-03-20 00:09:33 (UTC) |
---|---|---|
committer | zautrix <zautrix> | 2005-03-20 00:09:33 (UTC) |
commit | 0ef9fe870982bd005806d7f51898a740cd52fec8 (patch) (side-by-side diff) | |
tree | 891d95449e3f23159c50d7a38f03006bedfb41be /korganizer/kodaymatrix.h | |
parent | 84c18843bbd1203878367572d3a6800a0586c7f1 (diff) | |
download | kdepimpi-0ef9fe870982bd005806d7f51898a740cd52fec8.zip kdepimpi-0ef9fe870982bd005806d7f51898a740cd52fec8.tar.gz kdepimpi-0ef9fe870982bd005806d7f51898a740cd52fec8.tar.bz2 |
cooooooool
-rw-r--r-- | korganizer/kodaymatrix.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/korganizer/kodaymatrix.h b/korganizer/kodaymatrix.h index ba4853f..c049942 100644 --- a/korganizer/kodaymatrix.h +++ b/korganizer/kodaymatrix.h @@ -34,3 +34,3 @@ #include <qpixmap.h> - +#include <qbitarray.h> #include <qmap.h> @@ -171,2 +171,3 @@ public: bool isEndOfMonth() const { return today>=27; } ; + QString getWhatsThisText( QPoint ) ; @@ -226,2 +227,4 @@ protected: private: + bool mouseDown; + QBitArray bDays; QPixmap myPix; |