diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-07-31 19:53:50 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-07-31 19:53:50 +0000 |
commit | 7be55ffa061c026e35e2d6a0effe1161ddb0d41f (patch) | |
tree | 8474f9b444b2756228600050f07a7ff25de532b2 /knode/knhdrviewitem.h | |
parent | f587f20a6d09f1729dd0a8c1cd8ee0110aec7451 (diff) | |
download | tdepim-7be55ffa061c026e35e2d6a0effe1161ddb0d41f.tar.gz tdepim-7be55ffa061c026e35e2d6a0effe1161ddb0d41f.zip |
Trinity Qt initial conversion
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdepim@1157655 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'knode/knhdrviewitem.h')
-rw-r--r-- | knode/knhdrviewitem.h | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/knode/knhdrviewitem.h b/knode/knhdrviewitem.h index a080c8381..476c6d53c 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 :-( |