summaryrefslogtreecommitdiff
path: root/noncore/todayplugins/weather/weatherplugin.cpp
Unidiff
Diffstat (limited to 'noncore/todayplugins/weather/weatherplugin.cpp') (more/less context) (show whitespace changes)
-rw-r--r--noncore/todayplugins/weather/weatherplugin.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/noncore/todayplugins/weather/weatherplugin.cpp b/noncore/todayplugins/weather/weatherplugin.cpp
index 80e1cc6..9cef1c8 100644
--- a/noncore/todayplugins/weather/weatherplugin.cpp
+++ b/noncore/todayplugins/weather/weatherplugin.cpp
@@ -60,13 +60,13 @@ QString WeatherPlugin::pixmapNameConfig() const
60{ 60{
61 return "todayweatherplugin/weather"; 61 return "todayweatherplugin/weather";
62} 62}
63 63
64TodayConfigWidget* WeatherPlugin::configWidget( QWidget* wid ) 64TodayConfigWidget* WeatherPlugin::configWidget( QWidget* wid )
65{ 65{
66 return new WeatherPluginConfig( wid, "Weather" ); 66 return new WeatherPluginConfig( wid, "Weather Config" );
67} 67}
68 68
69QString WeatherPlugin::appName() const 69QString WeatherPlugin::appName() const
70{ 70{
71 return "Weather"; 71 return "Weather";
72} 72}