summaryrefslogtreecommitdiffstats
path: root/kweather/reportmain.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kweather/reportmain.cpp')
-rw-r--r--kweather/reportmain.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/kweather/reportmain.cpp b/kweather/reportmain.cpp
index 5a661a5..15c2534 100644
--- a/kweather/reportmain.cpp
+++ b/kweather/reportmain.cpp
@@ -27,9 +27,9 @@ extern "C" KDE_EXPORT int kdemain(int argc, char *argv[])
KGlobal::locale()->setMainCatalogue( "kweather" );
- KCmdLineArgs::init( argc, argv, &aboutData );
- KCmdLineArgs::addCmdLineOptions( options );
- KCmdLineArgs *args = KCmdLineArgs::parsedArgs();
+ TDECmdLineArgs::init( argc, argv, &aboutData );
+ TDECmdLineArgs::addCmdLineOptions( options );
+ TDECmdLineArgs *args = TDECmdLineArgs::parsedArgs();
if ( args->count() != 1 )
{