author | llornkcor <llornkcor> | 2002-11-05 03:08:57 (UTC) |
---|---|---|
committer | llornkcor <llornkcor> | 2002-11-05 03:08:57 (UTC) |
commit | 7baa63828530612f972eb9a157abafa794b3b63a (patch) (unidiff) | |
tree | 89903e7d6652ab589e22c4f18670f1571e7d96bd | |
parent | 400ab91d83abc1247de58351ceed7d698bd61623 (diff) | |
download | opie-7baa63828530612f972eb9a157abafa794b3b63a.zip opie-7baa63828530612f972eb9a157abafa794b3b63a.tar.gz opie-7baa63828530612f972eb9a157abafa794b3b63a.tar.bz2 |
changed icon
4 files changed, 6 insertions, 6 deletions
diff --git a/noncore/todayplugins/stockticker/opie-today-stocktickerplugin.control b/noncore/todayplugins/stockticker/opie-today-stocktickerplugin.control index ddfe9b0..128b7cd 100644 --- a/noncore/todayplugins/stockticker/opie-today-stocktickerplugin.control +++ b/noncore/todayplugins/stockticker/opie-today-stocktickerplugin.control | |||
@@ -1,5 +1,5 @@ | |||
1 | Files: plugins/today/libtodaystocktickerplugin.so* bin/stockticker | 1 | Files: plugins/today/libtodaystocktickerplugin.so* bin/stockticker pics/stockticker/stockticker.png |
2 | Priority: optional | 2 | Priority: optional |
3 | Section: opie/applications | 3 | Section: opie/applications |
4 | Maintainer: ljp <llornkcor@handhelds.org> | 4 | Maintainer: ljp <llornkcor@handhelds.org> |
5 | Architecture: arm | 5 | Architecture: arm |
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 | |||
@@ -33,17 +33,17 @@ double StockTickerPlugin::versionNumber() const { | |||
33 | return 0.6; | 33 | return 0.6; |
34 | } | 34 | } |
35 | 35 | ||
36 | QString StockTickerPlugin::pixmapNameWidget() const { | 36 | QString StockTickerPlugin::pixmapNameWidget() const { |
37 | return "pass"; | 37 | return "stockticker/stockticker"; |
38 | } | 38 | } |
39 | 39 | ||
40 | QWidget* StockTickerPlugin::widget( QWidget * wid ) { | 40 | QWidget* StockTickerPlugin::widget( QWidget * wid ) { |
41 | return new StockTickerPluginWidget( wid, "StockTicker " ); | 41 | return new StockTickerPluginWidget( wid, "StockTicker " ); |
42 | } | 42 | } |
43 | 43 | ||
44 | QString StockTickerPlugin::pixmapNameConfig() const { | 44 | QString StockTickerPlugin::pixmapNameConfig() const { |
45 | return 0l; | 45 | return "stockticker/stockticker"; |
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" ); |
diff --git a/noncore/todayplugins/stockticker/stocktickerlib/stocktickerpluginwidget.cpp b/noncore/todayplugins/stockticker/stocktickerlib/stocktickerpluginwidget.cpp index 572a720..1d53344 100644 --- a/noncore/todayplugins/stockticker/stocktickerlib/stocktickerpluginwidget.cpp +++ b/noncore/todayplugins/stockticker/stocktickerlib/stocktickerpluginwidget.cpp | |||
@@ -251,9 +251,9 @@ void StockTickerPluginWidget::doStocks() { | |||
251 | // pthread_join(thread1,NULL); | 251 | // pthread_join(thread1,NULL); |
252 | // getStocks( symbollist.latin1() ); | 252 | // getStocks( symbollist.latin1() ); |
253 | } | 253 | } |
254 | 254 | ||
255 | void StockTickerPluginWidget::DefProxy(void) { | 255 | //void StockTickerPluginWidget::DefProxy(void) { |
256 | // char *proxy; | 256 | // char *proxy; |
257 | // libstocks_return_code error; | 257 | // libstocks_return_code error; |
258 | 258 | ||
259 | // /* Proxy support */ | 259 | // /* Proxy support */ |
@@ -270,9 +270,9 @@ void StockTickerPluginWidget::DefProxy(void) { | |||
270 | // return; | 270 | // return; |
271 | // // exit(1); | 271 | // // exit(1); |
272 | // } | 272 | // } |
273 | // } | 273 | // } |
274 | } | 274 | //} |
275 | 275 | ||
276 | void StockTickerPluginWidget::timerEvent( QTimerEvent *e ) { | 276 | void StockTickerPluginWidget::timerEvent( QTimerEvent *e ) { |
277 | killTimer(e->timerId()); | 277 | killTimer(e->timerId()); |
278 | checkConnection(); | 278 | checkConnection(); |
diff --git a/noncore/todayplugins/stockticker/stocktickerlib/stocktickerpluginwidget.h b/noncore/todayplugins/stockticker/stocktickerlib/stocktickerpluginwidget.h index c8de806..970a561 100644 --- a/noncore/todayplugins/stockticker/stocktickerlib/stocktickerpluginwidget.h +++ b/noncore/todayplugins/stockticker/stocktickerlib/stocktickerpluginwidget.h | |||
@@ -53,9 +53,9 @@ private: | |||
53 | bool wasError; | 53 | bool wasError; |
54 | QSocket *Sock; | 54 | QSocket *Sock; |
55 | void timerEvent( QTimerEvent * ); | 55 | void timerEvent( QTimerEvent * ); |
56 | void init(); | 56 | void init(); |
57 | void DefProxy(void); | 57 | // void DefProxy(void); |
58 | int timerDelay; | 58 | int timerDelay; |
59 | }; | 59 | }; |
60 | 60 | ||
61 | #endif | 61 | #endif |