-rw-r--r-- | korganizer/mainwindow.cpp | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/korganizer/mainwindow.cpp b/korganizer/mainwindow.cpp index a5d8824..b6ce7d5 100644 --- a/korganizer/mainwindow.cpp +++ b/korganizer/mainwindow.cpp | |||
@@ -656,7 +656,3 @@ void MainWindow::initActions() | |||
656 | QPopupMenu *actionMenu = new QPopupMenu( this ); | 656 | QPopupMenu *actionMenu = new QPopupMenu( this ); |
657 | #ifdef DESKTOP_VERSION | ||
658 | mCurrentItemMenu = actionMenu; | ||
659 | #else | ||
660 | mCurrentItemMenu = new QPopupMenu ( this ); | 657 | mCurrentItemMenu = new QPopupMenu ( this ); |
661 | #endif | ||
662 | QPopupMenu *importMenu = new QPopupMenu( this ); | 658 | QPopupMenu *importMenu = new QPopupMenu( this ); |
@@ -808,5 +804,3 @@ void MainWindow::initActions() | |||
808 | 804 | ||
809 | #ifndef DESKTOP_VERSION | ||
810 | actionMenu->insertItem ( i18n("Selected Item"), mCurrentItemMenu); | 805 | actionMenu->insertItem ( i18n("Selected Item"), mCurrentItemMenu); |
811 | #endif | ||
812 | mShowAction = new QAction( "show_incidence", i18n("Show..."), 0, this ); | 806 | mShowAction = new QAction( "show_incidence", i18n("Show..."), 0, this ); |
@@ -1080,3 +1074,3 @@ void MainWindow::initActions() | |||
1080 | #endif | 1074 | #endif |
1081 | action = new QAction( "save_cal", i18n("Save Calendar Backup"), 0, | 1075 | action = new QAction( "save_cal", i18n("Save Calendar Backup..."), 0, |
1082 | this ); | 1076 | this ); |