summaryrefslogtreecommitdiff
path: root/noncore/todayplugins/stockticker/stocktickerlib/stocktickerpluginwidget.h
authorllornkcor <llornkcor>2002-11-01 16:11:54 (UTC)
committer llornkcor <llornkcor>2002-11-01 16:11:54 (UTC)
commitf351da898f4dce9ad3fd8ee76d84912365dcb5ac (patch) (side-by-side diff)
treecf131772846e5a3408a513f6432e83897b738328 /noncore/todayplugins/stockticker/stocktickerlib/stocktickerpluginwidget.h
parent9e4d914ade0af86707531a80e93a870e52738ce6 (diff)
downloadopie-f351da898f4dce9ad3fd8ee76d84912365dcb5ac.zip
opie-f351da898f4dce9ad3fd8ee76d84912365dcb5ac.tar.gz
opie-f351da898f4dce9ad3fd8ee76d84912365dcb5ac.tar.bz2
added timer delay
Diffstat (limited to 'noncore/todayplugins/stockticker/stocktickerlib/stocktickerpluginwidget.h') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/todayplugins/stockticker/stocktickerlib/stocktickerpluginwidget.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/noncore/todayplugins/stockticker/stocktickerlib/stocktickerpluginwidget.h b/noncore/todayplugins/stockticker/stocktickerlib/stocktickerpluginwidget.h
index 6524ae4..6a15f56 100644
--- a/noncore/todayplugins/stockticker/stocktickerlib/stocktickerpluginwidget.h
+++ b/noncore/todayplugins/stockticker/stocktickerlib/stocktickerpluginwidget.h
@@ -38,6 +38,8 @@
/* #include "stocks.h" */
/* } */
+class QTimer;
+
class StockTickerPluginWidget : public QWidget {
Q_OBJECT
@@ -52,7 +54,7 @@ protected slots:
private:
Ticker *stocktickerTicker;
-
+ void timerEvent( QTimerEvent * );
void init();
void getStocks( const char *stock_liste);
void DefProxy(void);