summaryrefslogtreecommitdiffstats
path: root/knode/knhdrviewitem.h
diff options
context:
space:
mode:
Diffstat (limited to 'knode/knhdrviewitem.h')
-rw-r--r--knode/knhdrviewitem.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/knode/knhdrviewitem.h b/knode/knhdrviewitem.h
index a080c838..476c6d53 100644
--- a/knode/knhdrviewitem.h
+++ b/knode/knhdrviewitem.h
@@ -31,12 +31,12 @@ class KNHdrViewItem : public KListViewItem {
KNHdrViewItem( KNHdrViewItem *ref, KNArticle *a = 0 );
~KNHdrViewItem();
- virtual int compare(QListViewItem *i, int col, bool ascending) const;
+ virtual int compare(TQListViewItem *i, int col, bool ascending) const;
- void paintCell(QPainter *p, const QColorGroup &cg, int column, int width, int alignment);
- int width(const QFontMetrics &fm, const QListView *lv, int column);
+ void paintCell(TQPainter *p, const TQColorGroup &cg, int column, int width, int alignment);
+ int width(const TQFontMetrics &fm, const TQListView *lv, int column);
- virtual QString text( int col ) const;
+ virtual TQString text( int col ) const;
void expandChildren();
@@ -44,7 +44,7 @@ class KNHdrViewItem : public KListViewItem {
bool isActive() const { return mActive; }
// DND
- QDragObject* dragObject();
+ TQDragObject* dragObject();
KNArticle *art;
int countUnreadInThread();
@@ -56,8 +56,8 @@ class KNHdrViewItem : public KListViewItem {
bool greyOut();
bool firstColBold();
- QColor normalColor();
- QColor greyColor();
+ TQColor normalColor();
+ TQColor greyColor();
bool mActive;
bool mShowToolTip[5]; // ### hardcoded column count :-(