summaryrefslogtreecommitdiffstats
path: root/kworldwatch
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-06 19:47:48 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-06 19:47:48 -0600
commit0d7d755554c359ad58e599610415a580996bae43 (patch)
tree8bc86a6e5d05c3f9dc648a743261d3204075b463 /kworldwatch
parent8e026986e2974e9cacbf465ee4ae6a5889a6c1ba (diff)
downloadtdetoys-0d7d755554c359ad58e599610415a580996bae43.tar.gz
tdetoys-0d7d755554c359ad58e599610415a580996bae43.zip
Rename KCmd to avoid conflicts with KDE4
Diffstat (limited to 'kworldwatch')
-rw-r--r--kworldwatch/main.cpp4
1 files changed, 2 insertions, 2 deletions
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
};