From ccfe3f97afd65c75ee6c7c931cb3694919a4e29b Mon Sep 17 00:00:00 2001 From: zautrix Date: Wed, 15 Jun 2005 18:23:08 +0000 Subject: fixess --- (limited to 'korganizer/kolistview.h') diff --git a/korganizer/kolistview.h b/korganizer/kolistview.h index 9da5497..d384af0 100644 --- a/korganizer/kolistview.h +++ b/korganizer/kolistview.h @@ -295,6 +295,8 @@ class KOListView : public KOEventView void defaultItemAction(QListViewItem *item); void popupMenu(QListViewItem *item,const QPoint &,int); + void setCalendar( int c ); + void populateCalPopup(); protected slots: void processSelectionChange(QListViewItem *); @@ -303,9 +305,10 @@ class KOListView : public KOEventView void writeToFile( bool iCal ); void addEvents(QPtrList eventList); void addIncidence(Incidence *); - KOListViewItem *getItemForEvent(Event *event); + KOListViewItem *getItemForEvent(Incidence *event); private: + QPopupMenu* mCalPopup; KOListViewWhatsThis *mKOListViewWhatsThis; KOListViewListView *mListView; KOEventPopupMenu *mPopupMenu; -- cgit v0.9.0.2