author | zecke <zecke> | 2004-10-12 11:54:23 (UTC) |
---|---|---|
committer | zecke <zecke> | 2004-10-12 11:54:23 (UTC) |
commit | 04f5d8a14e4f09196242e1ed777b521ed8e72916 (patch) (unidiff) | |
tree | 1bf39725dc37fc4bfa298d739169b4df69ced95c | |
parent | a58a8f105b3f3e2b81165b4d9cebed5b59c0fb24 (diff) | |
download | opie-04f5d8a14e4f09196242e1ed777b521ed8e72916.zip opie-04f5d8a14e4f09196242e1ed777b521ed8e72916.tar.gz opie-04f5d8a14e4f09196242e1ed777b521ed8e72916.tar.bz2 |
Give more meaningfull ConfigWidget names
-rw-r--r-- | noncore/todayplugins/stockticker/stocktickerlib/stocktickerplugin.cpp | 2 | ||||
-rw-r--r-- | noncore/todayplugins/weather/weatherplugin.cpp | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/noncore/todayplugins/stockticker/stocktickerlib/stocktickerplugin.cpp b/noncore/todayplugins/stockticker/stocktickerlib/stocktickerplugin.cpp index 628431c..c1397f7 100644 --- a/noncore/todayplugins/stockticker/stocktickerlib/stocktickerplugin.cpp +++ b/noncore/todayplugins/stockticker/stocktickerlib/stocktickerplugin.cpp | |||
@@ -46,7 +46,7 @@ QString StockTickerPlugin::pixmapNameConfig() const { | |||
46 | } | 46 | } |
47 | 47 | ||
48 | TodayConfigWidget* StockTickerPlugin::configWidget( QWidget* wid ) { | 48 | TodayConfigWidget* StockTickerPlugin::configWidget( QWidget* wid ) { |
49 | return new StocktickerPluginConfig( wid , "Stockticker" ); | 49 | return new StocktickerPluginConfig( wid , "Stockticker Config" ); |
50 | } | 50 | } |
51 | 51 | ||
52 | QString StockTickerPlugin::appName() const { | 52 | QString StockTickerPlugin::appName() const { |
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 | |||
@@ -63,7 +63,7 @@ QString WeatherPlugin::pixmapNameConfig() const | |||
63 | 63 | ||
64 | TodayConfigWidget* WeatherPlugin::configWidget( QWidget* wid ) | 64 | TodayConfigWidget* WeatherPlugin::configWidget( QWidget* wid ) |
65 | { | 65 | { |
66 | return new WeatherPluginConfig( wid, "Weather" ); | 66 | return new WeatherPluginConfig( wid, "Weather Config" ); |
67 | } | 67 | } |
68 | 68 | ||
69 | QString WeatherPlugin::appName() const | 69 | QString WeatherPlugin::appName() const |