diff options
Diffstat (limited to 'kweather/reportmain.cpp')
-rw-r--r-- | kweather/reportmain.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kweather/reportmain.cpp b/kweather/reportmain.cpp index 7f1081b..d5e06fc 100644 --- a/kweather/reportmain.cpp +++ b/kweather/reportmain.cpp @@ -9,10 +9,10 @@ #include <klocale.h> #include <dcopclient.h> -static KCmdLineOptions options[] = +static TDECmdLineOptions options[] = { { "+location", I18N_NOOP( "METAR location code for the report" ), 0 }, - KCmdLineLastOption + TDECmdLineLastOption }; extern "C" KDE_EXPORT int kdemain(int argc, char *argv[]) |