diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-06 19:47:48 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-06 19:47:48 -0600 |
commit | 0d7d755554c359ad58e599610415a580996bae43 (patch) | |
tree | 8bc86a6e5d05c3f9dc648a743261d3204075b463 /kweather | |
parent | 8e026986e2974e9cacbf465ee4ae6a5889a6c1ba (diff) | |
download | tdetoys-0d7d755554c359ad58e599610415a580996bae43.tar.gz tdetoys-0d7d755554c359ad58e599610415a580996bae43.zip |
Rename KCmd to avoid conflicts with KDE4
Diffstat (limited to 'kweather')
-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[]) |