summaryrefslogtreecommitdiffabout
path: root/korganizer/mainwindow.h
Side-by-side diff
Diffstat (limited to 'korganizer/mainwindow.h') (more/less context) (ignore whitespace changes)
-rw-r--r--korganizer/mainwindow.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/korganizer/mainwindow.h b/korganizer/mainwindow.h
index e2de3ba..7d3d492 100644
--- a/korganizer/mainwindow.h
+++ b/korganizer/mainwindow.h
@@ -104,2 +104,4 @@ class MainWindow : public QMainWindow
private slots:
+ void slotResetFocus();
+ void slotResetFocusLoop();
void showConfigureAgenda();
@@ -109,2 +111,3 @@ class MainWindow : public QMainWindow
protected:
+ int mFocusLoop;
void hideEvent ( QHideEvent * );
@@ -115,2 +118,3 @@ class MainWindow : public QMainWindow
private:
+ //void setMenuBar( QMenuBar * );
bool mBRdisabled;
@@ -125,2 +129,3 @@ class MainWindow : public QMainWindow
bool mBlockAtStartup;
+ KMenuBar *menuBar1;
QPEToolBar *iconToolBar;