summaryrefslogtreecommitdiff
path: root/libopie2/opiepim/ui/opimmainwindow.h
Unidiff
Diffstat (limited to 'libopie2/opiepim/ui/opimmainwindow.h') (more/less context) (ignore whitespace changes)
-rw-r--r--libopie2/opiepim/ui/opimmainwindow.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/libopie2/opiepim/ui/opimmainwindow.h b/libopie2/opiepim/ui/opimmainwindow.h
index b446583..9aa0ded 100644
--- a/libopie2/opiepim/ui/opimmainwindow.h
+++ b/libopie2/opiepim/ui/opimmainwindow.h
@@ -130,2 +130,9 @@ protected:
130 130
131 void setItemNewEnabled( bool enable );
132 void setItemEditEnabled( bool enable );
133 void setItemDuplicateEnabled( bool enable );
134 void setItemDeleteEnabled( bool enable );
135 void setItemBeamEnabled( bool enable );
136 void setConfigureEnabled( bool enable );
137
131private slots: 138private slots:
@@ -158,2 +165,3 @@ private:
158 QActionGroup *m_viewMenuGroup; // Action group containing default items in View menu 165 QActionGroup *m_viewMenuGroup; // Action group containing default items in View menu
166 QAction *m_itemNewAction; // Add new item action
159 QAction *m_itemEditAction; // Edit current item action 167 QAction *m_itemEditAction; // Edit current item action
@@ -161,2 +169,4 @@ private:
161 QAction *m_itemDeleteAction; // Delete current item action 169 QAction *m_itemDeleteAction; // Delete current item action
170 QAction *m_itemBeamAction; // Beam current item action
171 QAction *m_configureAction; // Configure application dialog action
162 172