summaryrefslogtreecommitdiff
path: root/noncore/todayplugins/stockticker/stocktickerlib/stocktickerpluginwidget.h
authorllornkcor <llornkcor>2002-11-03 19:45:33 (UTC)
committer llornkcor <llornkcor>2002-11-03 19:45:33 (UTC)
commitfe933da66a39ae964f44d0f057fabece5bdf077b (patch) (unidiff)
tree8e2bb1cfb4f52da40da9efc8834f8967da4bf080 /noncore/todayplugins/stockticker/stocktickerlib/stocktickerpluginwidget.h
parent88539c74ca4a6b6699df2b050a498a81d22a0793 (diff)
downloadopie-fe933da66a39ae964f44d0f057fabece5bdf077b.zip
opie-fe933da66a39ae964f44d0f057fabece5bdf077b.tar.gz
opie-fe933da66a39ae964f44d0f057fabece5bdf077b.tar.bz2
moved ticker to oticker
Diffstat (limited to 'noncore/todayplugins/stockticker/stocktickerlib/stocktickerpluginwidget.h') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/todayplugins/stockticker/stocktickerlib/stocktickerpluginwidget.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/noncore/todayplugins/stockticker/stocktickerlib/stocktickerpluginwidget.h b/noncore/todayplugins/stockticker/stocktickerlib/stocktickerpluginwidget.h
index 8f3441d..26472fa 100644
--- a/noncore/todayplugins/stockticker/stocktickerlib/stocktickerpluginwidget.h
+++ b/noncore/todayplugins/stockticker/stocktickerlib/stocktickerpluginwidget.h
@@ -21,21 +21,22 @@
21#include <qstring.h> 21#include <qstring.h>
22#include <qwidget.h> 22#include <qwidget.h>
23#include <qlineedit.h> 23#include <qlineedit.h>
24 24
25#include <opie/tododb.h> 25#include <opie/tododb.h>
26#include <opie/oclickablelabel.h> 26#include <opie/oclickablelabel.h>
27#include <opie/oticker.h>
27 28
28#include <sys/types.h> 29#include <sys/types.h>
29#include <sys/uio.h> 30#include <sys/uio.h>
30#include <unistd.h> 31#include <unistd.h>
31#include <stdio.h> 32#include <stdio.h>
32#include <stdlib.h> 33#include <stdlib.h>
33#include <string.h> 34#include <string.h>
34 35
35#include "ticker.h" 36//#include "ticker.h"
36 37
37/* extern "C" { */ 38/* extern "C" { */
38/* #include "stocks.h" */ 39/* #include "stocks.h" */
39/* } */ 40/* } */
40 41
41class QTimer; 42class QTimer;
@@ -50,13 +51,13 @@ public:
50 QString output; 51 QString output;
51 52
52protected slots: 53protected slots:
53 void doStocks(); 54 void doStocks();
54 55
55private: 56private:
56 Ticker *stocktickerTicker; 57 OTicker *stocktickerTicker;
57 void timerEvent( QTimerEvent * ); 58 void timerEvent( QTimerEvent * );
58 void init(); 59 void init();
59 void getStocks( const char *stock_liste); 60 void getStocks( const char *stock_liste);
60 void DefProxy(void); 61 void DefProxy(void);
61 int timerDelay; 62 int timerDelay;
62}; 63};