diff options
Diffstat (limited to 'konsolekalendar')
-rw-r--r-- | konsolekalendar/main.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/konsolekalendar/main.cpp b/konsolekalendar/main.cpp index 2904215f9..1cd4148de 100644 --- a/konsolekalendar/main.cpp +++ b/konsolekalendar/main.cpp @@ -80,7 +80,7 @@ static const char progDesc[] = "A command line interface to KDE calendars"; static const char progURL[] = "pim.kde.org/components/konsolekalendar.php"; -static KCmdLineOptions options[] = +static TDECmdLineOptions options[] = { { "verbose", I18N_NOOP( "Print helpful runtime messages" ), 0 }, @@ -162,7 +162,7 @@ static KCmdLineOptions options[] = I18N_NOOP( "For more information visit the program home page at:\n" " http://pim.kde.org/components/konsolekalendar.php" ), 0 }, - KCmdLineLastOption + TDECmdLineLastOption }; int main( int argc, char *argv[] ) |