From fe933da66a39ae964f44d0f057fabece5bdf077b Mon Sep 17 00:00:00 2001 From: llornkcor Date: Sun, 03 Nov 2002 19:45:33 +0000 Subject: moved ticker to oticker --- (limited to 'noncore/todayplugins/stockticker/stocktickerlib/stocktickerpluginwidget.h') 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 @@ -24,6 +24,7 @@ #include #include +#include #include #include @@ -32,7 +33,7 @@ #include #include -#include "ticker.h" +//#include "ticker.h" /* extern "C" { */ /* #include "stocks.h" */ @@ -53,7 +54,7 @@ protected slots: void doStocks(); private: - Ticker *stocktickerTicker; + OTicker *stocktickerTicker; void timerEvent( QTimerEvent * ); void init(); void getStocks( const char *stock_liste); -- cgit v0.9.0.2