summaryrefslogtreecommitdiffabout
path: root/korganizer/koeventpopupmenu.h
Side-by-side diff
Diffstat (limited to 'korganizer/koeventpopupmenu.h') (more/less context) (show whitespace changes)
-rw-r--r--korganizer/koeventpopupmenu.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/korganizer/koeventpopupmenu.h b/korganizer/koeventpopupmenu.h
index 6993899..8fb51fa 100644
--- a/korganizer/koeventpopupmenu.h
+++ b/korganizer/koeventpopupmenu.h
@@ -44,6 +44,7 @@ class KOEventPopupMenu : public QPopupMenu {
public slots:
void showIncidencePopup(Incidence *);
+ void enableDefault( bool );
protected slots:
void popupShow();
@@ -68,6 +69,8 @@ class KOEventPopupMenu : public QPopupMenu {
bool mHasAdditionalItems;
QValueList<int> mEditOnlyItems;
+ QValueList<int> mSingleOnlyItems;
+ bool isDisabled;
};
#endif