author | zautrix <zautrix> | 2005-07-01 21:11:21 (UTC) |
---|---|---|
committer | zautrix <zautrix> | 2005-07-01 21:11:21 (UTC) |
commit | 36a9df18a9789d0f44d0485b5f47c4f0329abb22 (patch) (unidiff) | |
tree | 8a5fe60bc036974d4e87bd1ddf1965375d1f4f6b /korganizer | |
parent | 5c03b6da2ff31c72d8c8b37d3e94f666a22081d0 (diff) | |
download | kdepimpi-36a9df18a9789d0f44d0485b5f47c4f0329abb22.zip kdepimpi-36a9df18a9789d0f44d0485b5f47c4f0329abb22.tar.gz kdepimpi-36a9df18a9789d0f44d0485b5f47c4f0329abb22.tar.bz2 |
fixx
-rw-r--r-- | korganizer/mainwindow.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/korganizer/mainwindow.cpp b/korganizer/mainwindow.cpp index 501eed5..862d437 100644 --- a/korganizer/mainwindow.cpp +++ b/korganizer/mainwindow.cpp | |||
@@ -1052,33 +1052,33 @@ void MainWindow::initActions() | |||
1052 | #ifdef _OL_IMPORT_ | 1052 | #ifdef _OL_IMPORT_ |
1053 | importMenu_X->insertSeparator(); | 1053 | importMenu_X->insertSeparator(); |
1054 | action = new QAction( "import_ol", i18n("Import from OL"), 0, | 1054 | action = new QAction( "import_ol", i18n("Import from OL"), 0, |
1055 | this ); | 1055 | this ); |
1056 | action->addTo( importMenu_X ); | 1056 | action->addTo( importMenu_X ); |
1057 | connect( action, SIGNAL( activated() ), SLOT( importOL() ) ); | 1057 | connect( action, SIGNAL( activated() ), SLOT( importOL() ) ); |
1058 | #endif | 1058 | #endif |
1059 | //#endif | 1059 | //#endif |
1060 | 1060 | ||
1061 | //importMenu->insertSeparator(); | 1061 | //importMenu->insertSeparator(); |
1062 | #if 0 | 1062 | #if 0 |
1063 | action = new QAction( "load_cal", i18n("Load Calendar Backup"), 0, | 1063 | action = new QAction( "load_cal", i18n("Load Calendar Backup"), 0, |
1064 | this ); | 1064 | this ); |
1065 | action->addTo( importMenu ); | 1065 | action->addTo( importMenu ); |
1066 | connect( action, SIGNAL( activated() ), SLOT( loadCalendar() ) ); | 1066 | connect( action, SIGNAL( activated() ), SLOT( loadCalendar() ) ); |
1067 | #endif | 1067 | #endif |
1068 | action = new QAction( "save_cal", i18n("Save Calendar Backup..."), 0, | 1068 | action = new QAction( "save_cal", i18n("Save Backup..."), 0, |
1069 | this ); | 1069 | this ); |
1070 | action->addTo( importMenu ); | 1070 | action->addTo( importMenu ); |
1071 | connect( action, SIGNAL( activated() ), SLOT( saveCalendar() ) ); | 1071 | connect( action, SIGNAL( activated() ), SLOT( saveCalendar() ) ); |
1072 | importMenu->insertSeparator(); | 1072 | importMenu->insertSeparator(); |
1073 | importMenu->insertItem( i18n("Import"), importMenu_X ); | 1073 | importMenu->insertItem( i18n("Import"), importMenu_X ); |
1074 | //importMenu->insertSeparator(); | 1074 | //importMenu->insertSeparator(); |
1075 | action = new QAction( "import_qtopia", i18n("Export VCalendar"), 0, | 1075 | action = new QAction( "import_qtopia", i18n("Export VCalendar"), 0, |
1076 | this ); | 1076 | this ); |
1077 | action->addTo( exportMenu_X ); | 1077 | action->addTo( exportMenu_X ); |
1078 | connect( action, SIGNAL( activated() ), SLOT( exportVCalendar() ) ); | 1078 | connect( action, SIGNAL( activated() ), SLOT( exportVCalendar() ) ); |
1079 | 1079 | ||
1080 | 1080 | ||
1081 | //LR | 1081 | //LR |
1082 | QPopupMenu *ex2phone = new QPopupMenu( this ); | 1082 | QPopupMenu *ex2phone = new QPopupMenu( this ); |
1083 | ex2phone->insertItem(i18n("Complete calendar..."), 1 ); | 1083 | ex2phone->insertItem(i18n("Complete calendar..."), 1 ); |
1084 | ex2phone->insertItem(i18n("Filtered calendar..."), 2 ); | 1084 | ex2phone->insertItem(i18n("Filtered calendar..."), 2 ); |