summaryrefslogtreecommitdiffstats
path: root/kworldwatch/mapwidget.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-19 18:46:48 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-19 18:46:48 -0600
commit545d48dc2acbfb766a1c277b6f82ae54eea3754f (patch)
tree7b300309ee263157d3c34fd46d387cdc159fb14b /kworldwatch/mapwidget.cpp
parent7adc7115528101c579c41266a2388a37e3b1c04c (diff)
downloadtdetoys-545d48dc2acbfb766a1c277b6f82ae54eea3754f.tar.gz
tdetoys-545d48dc2acbfb766a1c277b6f82ae54eea3754f.zip
Rename KCmdLineArgs to TDECmdLineArgs to avoid conflicts with KDE4
Diffstat (limited to 'kworldwatch/mapwidget.cpp')
-rw-r--r--kworldwatch/mapwidget.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kworldwatch/mapwidget.cpp b/kworldwatch/mapwidget.cpp
index 75141b3..7dc10e2 100644
--- a/kworldwatch/mapwidget.cpp
+++ b/kworldwatch/mapwidget.cpp
@@ -179,7 +179,7 @@ void MapWidget::load(KConfig *config)
if ( !_applet )
{
- KCmdLineArgs *args = KCmdLineArgs::parsedArgs();
+ TDECmdLineArgs *args = TDECmdLineArgs::parsedArgs();
if (args->isSet("theme"))
setTheme(TQString::fromLocal8Bit(args->getOption("theme")));
else