summaryrefslogtreecommitdiffstats
path: root/khtml/rendering/render_list.h
diff options
context:
space:
mode:
Diffstat (limited to 'khtml/rendering/render_list.h')
-rw-r--r--khtml/rendering/render_list.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/khtml/rendering/render_list.h b/khtml/rendering/render_list.h
index ff4e24842..b70132671 100644
--- a/khtml/rendering/render_list.h
+++ b/khtml/rendering/render_list.h
@@ -99,7 +99,7 @@ public:
virtual short lineHeight( bool firstLine ) const;
virtual short baselinePosition( bool firstLine ) const;
- virtual void setPixmap( const QPixmap &, const QRect&, CachedImage *);
+ virtual void setPixmap( const TQPixmap &, const TQRect&, CachedImage *);
virtual void calcWidth();
@@ -116,7 +116,7 @@ public:
protected:
friend class RenderListItem;
- QString m_item;
+ TQString m_item;
CachedImage *m_listImage;
short m_markerWidth;
RenderListItem* m_listItem;