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 | |||
@@ -1036,65 +1036,65 @@ void MainWindow::initActions() | |||
1036 | action = new QAction( "import_quick", i18n("Import last file"), 0, | 1036 | action = new QAction( "import_quick", i18n("Import last file"), 0, |
1037 | this ); | 1037 | this ); |
1038 | action->addTo( importMenu_X ); | 1038 | action->addTo( importMenu_X ); |
1039 | connect( action, SIGNAL( activated() ), SLOT( quickImportIcal() ) ); | 1039 | connect( action, SIGNAL( activated() ), SLOT( quickImportIcal() ) ); |
1040 | importMenu_X->insertSeparator(); | 1040 | importMenu_X->insertSeparator(); |
1041 | action = new QAction( "import_bday", i18n("Import Birthdays (KA/Pi)"), 0, | 1041 | action = new QAction( "import_bday", i18n("Import Birthdays (KA/Pi)"), 0, |
1042 | this ); | 1042 | this ); |
1043 | action->addTo( importMenu_X ); | 1043 | action->addTo( importMenu_X ); |
1044 | connect( action, SIGNAL( activated() ), SLOT( importBday() ) ); | 1044 | connect( action, SIGNAL( activated() ), SLOT( importBday() ) ); |
1045 | //#ifndef DESKTOP_VERSION | 1045 | //#ifndef DESKTOP_VERSION |
1046 | importMenu_X->insertSeparator(); | 1046 | importMenu_X->insertSeparator(); |
1047 | action = new QAction( "import_qtopia", i18n("Import Opie/Qtopia Cal."), 0, | 1047 | action = new QAction( "import_qtopia", i18n("Import Opie/Qtopia Cal."), 0, |
1048 | this ); | 1048 | this ); |
1049 | action->addTo( importMenu_X ); | 1049 | action->addTo( importMenu_X ); |
1050 | connect( action, SIGNAL( activated() ), SLOT( importQtopia() ) ); | 1050 | connect( action, SIGNAL( activated() ), SLOT( importQtopia() ) ); |
1051 | //#else | 1051 | //#else |
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 ); |
1085 | connect( ex2phone, SIGNAL( activated(int) ), this, SLOT( exportToPhone( int)) ); | 1085 | connect( ex2phone, SIGNAL( activated(int) ), this, SLOT( exportToPhone( int)) ); |
1086 | exportMenu_X->insertItem( i18n("Export to phone"), ex2phone ); | 1086 | exportMenu_X->insertItem( i18n("Export to phone"), ex2phone ); |
1087 | 1087 | ||
1088 | importMenu->insertItem( i18n("Export"), exportMenu_X ); | 1088 | importMenu->insertItem( i18n("Export"), exportMenu_X ); |
1089 | #ifndef DESKTOP_VERSION | 1089 | #ifndef DESKTOP_VERSION |
1090 | //importMenu->insertSeparator(); | 1090 | //importMenu->insertSeparator(); |
1091 | brAction = new QAction( "beam toggle", i18n("Beam receive enabled"), 0, | 1091 | brAction = new QAction( "beam toggle", i18n("Beam receive enabled"), 0, |
1092 | this ); | 1092 | this ); |
1093 | brAction->addTo( beamMenu_X ); | 1093 | brAction->addTo( beamMenu_X ); |
1094 | brAction->setToggleAction (true ) ; | 1094 | brAction->setToggleAction (true ) ; |
1095 | connect( brAction, SIGNAL( activated() ), this, SLOT( toggleBeamReceive() ) ); | 1095 | connect( brAction, SIGNAL( activated() ), this, SLOT( toggleBeamReceive() ) ); |
1096 | 1096 | ||
1097 | action = new QAction( "beam all", i18n("Beam complete calendar..."), 0, | 1097 | action = new QAction( "beam all", i18n("Beam complete calendar..."), 0, |
1098 | this ); | 1098 | this ); |
1099 | action->addTo( beamMenu_X ); | 1099 | action->addTo( beamMenu_X ); |
1100 | connect( action, SIGNAL( activated() ), mView, SLOT( beamCalendar() ) ); | 1100 | connect( action, SIGNAL( activated() ), mView, SLOT( beamCalendar() ) ); |