From 0d7d755554c359ad58e599610415a580996bae43 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Wed, 6 Feb 2013 19:47:48 -0600 Subject: Rename KCmd to avoid conflicts with KDE4 --- kweather/reportmain.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'kweather/reportmain.cpp') 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 #include -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[]) -- cgit v1.2.1