From ef825f1805452ba2cfb30cd7a41c392d3961f01e Mon Sep 17 00:00:00 2001 From: zautrix Date: Sat, 26 Mar 2005 11:03:22 +0000 Subject: next rry --- (limited to 'korganizer/koagenda.h') diff --git a/korganizer/koagenda.h b/korganizer/koagenda.h index f3f1772..3d33ae5 100644 --- a/korganizer/koagenda.h +++ b/korganizer/koagenda.h @@ -126,6 +126,7 @@ class KOAgenda : public QScrollView public slots: + void popupMenu(); void newItem( int ); void moveChild( QWidget *, int, int ); void scrollUp(); @@ -214,6 +215,11 @@ class KOAgenda : public QScrollView void marcus_bains(); bool mAllDayMode; bool blockResize; + bool mLeftMouseDown; + KOAgendaItem *mPopupItem; + QTimer* mPopupTimer; + int mPopupKind; + QPoint mPopupPos; QTimer mResizeTimer; double mContentPosition; -- cgit v0.9.0.2