summaryrefslogtreecommitdiffabout
path: root/korganizer/koeventpopupmenu.h
Side-by-side diff
Diffstat (limited to 'korganizer/koeventpopupmenu.h') (more/less context) (ignore 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
@@ -45,4 +45,5 @@ class KOEventPopupMenu : public QPopupMenu {
public slots:
void showIncidencePopup(Incidence *);
+ void enableDefault( bool );
protected slots:
@@ -69,4 +70,6 @@ class KOEventPopupMenu : public QPopupMenu {
bool mHasAdditionalItems;
QValueList<int> mEditOnlyItems;
+ QValueList<int> mSingleOnlyItems;
+ bool isDisabled;
};