diff options
Diffstat (limited to 'knewsticker/newsscroller.h')
-rw-r--r-- | knewsticker/newsscroller.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/knewsticker/newsscroller.h b/knewsticker/newsscroller.h index 3d37dc8d..b66e4a08 100644 --- a/knewsticker/newsscroller.h +++ b/knewsticker/newsscroller.h @@ -23,9 +23,9 @@ #include <tqptrlist.h> #include <tqpixmap.h> -class QTimer; +class TQTimer; class Headline; -template <class> class QPtrList; +template <class> class TQPtrList; typedef TQPtrList<Headline> HeadlineList; class NewsScroller : public QFrame |