summaryrefslogtreecommitdiff
path: root/noncore/todayplugins/stockticker/stocktickerlib/stocktickerplugin.cpp
authorllornkcor <llornkcor>2002-11-05 03:08:57 (UTC)
committer llornkcor <llornkcor>2002-11-05 03:08:57 (UTC)
commit7baa63828530612f972eb9a157abafa794b3b63a (patch) (side-by-side diff)
tree89903e7d6652ab589e22c4f18670f1571e7d96bd /noncore/todayplugins/stockticker/stocktickerlib/stocktickerplugin.cpp
parent400ab91d83abc1247de58351ceed7d698bd61623 (diff)
downloadopie-7baa63828530612f972eb9a157abafa794b3b63a.zip
opie-7baa63828530612f972eb9a157abafa794b3b63a.tar.gz
opie-7baa63828530612f972eb9a157abafa794b3b63a.tar.bz2
changed icon
Diffstat (limited to 'noncore/todayplugins/stockticker/stocktickerlib/stocktickerplugin.cpp') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/todayplugins/stockticker/stocktickerlib/stocktickerplugin.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/noncore/todayplugins/stockticker/stocktickerlib/stocktickerplugin.cpp b/noncore/todayplugins/stockticker/stocktickerlib/stocktickerplugin.cpp
index 2eb1697..628431c 100644
--- a/noncore/todayplugins/stockticker/stocktickerlib/stocktickerplugin.cpp
+++ b/noncore/todayplugins/stockticker/stocktickerlib/stocktickerplugin.cpp
@@ -34,7 +34,7 @@ double StockTickerPlugin::versionNumber() const {
}
QString StockTickerPlugin::pixmapNameWidget() const {
- return "pass";
+ return "stockticker/stockticker";
}
QWidget* StockTickerPlugin::widget( QWidget * wid ) {
@@ -42,7 +42,7 @@ QWidget* StockTickerPlugin::widget( QWidget * wid ) {
}
QString StockTickerPlugin::pixmapNameConfig() const {
- return 0l;
+ return "stockticker/stockticker";
}
TodayConfigWidget* StockTickerPlugin::configWidget( QWidget* wid ) {