libkcal
convertqtopia.cpp File Reference
#include "calendarlocal.h"#include "icalformat.h"#include "qtopiaformat.h"#include <kaboutdata.h>#include <kapplication.h>#include <kdebug.h>#include <klocale.h>#include <kcmdlineargs.h>#include <kglobal.h>#include <kconfig.h>#include <kstandarddirs.h>#include <iostream>
Include dependency graph for convertqtopia.cpp:

Go to the source code of this file.
Functions | |
| int | main (int argc, char **argv) |
Variables | |
| static const KCmdLineOptions | options [] |
Function Documentation
| int main | ( | int | argc, | |
| char ** | argv | |||
| ) |
Definition at line 51 of file convertqtopia.cpp.
Variable Documentation
const KCmdLineOptions options[] [static] |
Initial value:
{
{"q", 0, 0 },
{"qtopia2icalendar", I18N_NOOP("Convert Qtopia calendar file to iCalendar"), 0 },
{"i", 0, 0 },
{"icalendar2qtopia", I18N_NOOP("Convert iCalendar to iCalendar"), 0 },
{"o", 0, 0},
{"output <file>", I18N_NOOP("Output file"), 0 },
{"+input", I18N_NOOP("Input file"), 0 },
KCmdLineLastOption
}
Definition at line 39 of file convertqtopia.cpp.
