diff options
Diffstat (limited to 'libkcal/convertqtopia.cpp')
-rw-r--r-- | libkcal/convertqtopia.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libkcal/convertqtopia.cpp b/libkcal/convertqtopia.cpp index 2467e83d0..dd03ed556 100644 --- a/libkcal/convertqtopia.cpp +++ b/libkcal/convertqtopia.cpp @@ -36,7 +36,7 @@ using namespace KCal; -static const KCmdLineOptions options[] = +static const TDECmdLineOptions options[] = { {"q", 0, 0 }, {"qtopia2icalendar", I18N_NOOP("Convert TQtopia calendar file to iCalendar"), 0 }, @@ -45,7 +45,7 @@ static const KCmdLineOptions options[] = {"o", 0, 0}, {"output <file>", I18N_NOOP("Output file"), 0 }, {"+input", I18N_NOOP("Input file"), 0 }, - KCmdLineLastOption + TDECmdLineLastOption }; int main(int argc,char **argv) |