author | zecke <zecke> | 2004-10-12 11:54:23 (UTC) |
---|---|---|
committer | zecke <zecke> | 2004-10-12 11:54:23 (UTC) |
commit | 04f5d8a14e4f09196242e1ed777b521ed8e72916 (patch) (side-by-side diff) | |
tree | 1bf39725dc37fc4bfa298d739169b4df69ced95c /noncore/todayplugins/stockticker | |
parent | a58a8f105b3f3e2b81165b4d9cebed5b59c0fb24 (diff) | |
download | opie-04f5d8a14e4f09196242e1ed777b521ed8e72916.zip opie-04f5d8a14e4f09196242e1ed777b521ed8e72916.tar.gz opie-04f5d8a14e4f09196242e1ed777b521ed8e72916.tar.bz2 |
Give more meaningfull ConfigWidget names
Diffstat (limited to 'noncore/todayplugins/stockticker') (more/less context) (ignore whitespace changes)
-rw-r--r-- | noncore/todayplugins/stockticker/stocktickerlib/stocktickerplugin.cpp | 2 |
1 files changed, 1 insertions, 1 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 { } TodayConfigWidget* StockTickerPlugin::configWidget( QWidget* wid ) { - return new StocktickerPluginConfig( wid , "Stockticker" ); + return new StocktickerPluginConfig( wid , "Stockticker Config" ); } QString StockTickerPlugin::appName() const { |