summaryrefslogtreecommitdiffstats
path: root/kweather/serviceconfigwidget.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kweather/serviceconfigwidget.cpp')
-rw-r--r--kweather/serviceconfigwidget.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kweather/serviceconfigwidget.cpp b/kweather/serviceconfigwidget.cpp
index 08a3b51..a71d4b6 100644
--- a/kweather/serviceconfigwidget.cpp
+++ b/kweather/serviceconfigwidget.cpp
@@ -194,7 +194,7 @@ void ServiceConfigWidget::loadLocations()
parseStationEntry( entryIt.data(), station, uid );
new StationItem( stateItem, station, uid );
mStationMap.insert( uid, TQString( "%1, %2" )
- .tqarg( station ).tqarg( *stateIt ) );
+ .arg( station ).arg( *stateIt ) );
}
}
}