summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--kweather/reportmain.cpp4
-rw-r--r--kworldwatch/main.cpp4
2 files changed, 4 insertions, 4 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[])
diff --git a/kworldwatch/main.cpp b/kworldwatch/main.cpp
index 045c715..023ae07 100644
--- a/kworldwatch/main.cpp
+++ b/kworldwatch/main.cpp
@@ -162,14 +162,14 @@ static void listThemes()
}
}
-static KCmdLineOptions options[] =
+static TDECmdLineOptions options[] =
{
{ "dump", I18N_NOOP("Write out a file containing the actual map"), 0 },
{ "theme <file>", I18N_NOOP("The name of the theme to use"), "depths"},
{ "themes", I18N_NOOP("List available themes"), 0 },
{ "o <file>", I18N_NOOP("The name of the file to write to"), "dump.ppm" },
{ "size <WxH>", I18N_NOOP("The size of the map to dump"), 0 },
- KCmdLineLastOption
+ TDECmdLineLastOption
};