summaryrefslogtreecommitdiffstats
path: root/knewsticker/newsscroller.h
diff options
context:
space:
mode:
Diffstat (limited to 'knewsticker/newsscroller.h')
-rw-r--r--knewsticker/newsscroller.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/knewsticker/newsscroller.h b/knewsticker/newsscroller.h
index b66e4a08..b05d9d2e 100644
--- a/knewsticker/newsscroller.h
+++ b/knewsticker/newsscroller.h
@@ -28,14 +28,15 @@ class Headline;
template <class> class TQPtrList;
typedef TQPtrList<Headline> HeadlineList;
-class NewsScroller : public QFrame
+class NewsScroller : public TQFrame
{
Q_OBJECT
+ TQ_OBJECT
public:
NewsScroller(TQWidget *, ConfigAccess *, const char * = 0);
- virtual TQSize sizeHint() const;
+ virtual TQSize tqsizeHint() const;
virtual TQSizePolicy sizePolicy() const;
// Convenience stuff. Somehow ugly, no?