summaryrefslogtreecommitdiff
path: root/noncore/todayplugins/stockticker/stocktickerlib/stocktickerplugin.cpp
authorllornkcor <llornkcor>2002-11-01 17:07:12 (UTC)
committer llornkcor <llornkcor>2002-11-01 17:07:12 (UTC)
commit800932401b86a43cd52f9cbc2833b2795d1c955b (patch) (side-by-side diff)
treefbf319da8ba850d8987b4e73707a1df3f3e682ce /noncore/todayplugins/stockticker/stocktickerlib/stocktickerplugin.cpp
parent9e5589036e37a54a70243617f38741b6c709aff1 (diff)
downloadopie-800932401b86a43cd52f9cbc2833b2795d1c955b.zip
opie-800932401b86a43cd52f9cbc2833b2795d1c955b.tar.gz
opie-800932401b86a43cd52f9cbc2833b2795d1c955b.tar.bz2
add lookup timer delay spin
Diffstat (limited to 'noncore/todayplugins/stockticker/stocktickerlib/stocktickerplugin.cpp') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/todayplugins/stockticker/stocktickerlib/stocktickerplugin.cpp7
1 files changed, 4 insertions, 3 deletions
diff --git a/noncore/todayplugins/stockticker/stocktickerlib/stocktickerplugin.cpp b/noncore/todayplugins/stockticker/stocktickerlib/stocktickerplugin.cpp
index 24c151b..2eb1697 100644
--- a/noncore/todayplugins/stockticker/stocktickerlib/stocktickerplugin.cpp
+++ b/noncore/todayplugins/stockticker/stocktickerlib/stocktickerplugin.cpp
@@ -17,7 +17,7 @@
#include "stocktickerplugin.h"
#include "stocktickerpluginwidget.h"
-
+#include "stocktickerconfig.h"
StockTickerPlugin::StockTickerPlugin() {
}
@@ -46,7 +46,7 @@ QString StockTickerPlugin::pixmapNameConfig() const {
}
TodayConfigWidget* StockTickerPlugin::configWidget( QWidget* wid ) {
- return 0l;
+ return new StocktickerPluginConfig( wid , "Stockticker" );
}
QString StockTickerPlugin::appName() const {
@@ -54,6 +54,7 @@ QString StockTickerPlugin::appName() const {
}
bool StockTickerPlugin::excludeFromRefresh() const {
-//return false;
+
return true;
}
+