From fd5d099065a748cac49e20a13481f85666c53c71 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 1 Feb 2013 15:14:12 -0600 Subject: Rename a number of classes to enhance compatibility with KDE4 --- kmail/headeritem.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'kmail/headeritem.cpp') diff --git a/kmail/headeritem.cpp b/kmail/headeritem.cpp index 26f5957cc..806fba35f 100644 --- a/kmail/headeritem.cpp +++ b/kmail/headeritem.cpp @@ -43,7 +43,7 @@ using namespace KMail; // Constuction a new list view item with the given colors and pixmap HeaderItem::HeaderItem( TQListView* parent, int msgId, const TQString& key ) - : KListViewItem( parent ), + : TDEListViewItem( parent ), mMsgId( msgId ), mKey( key ), mAboutToBeDeleted( false ), @@ -54,7 +54,7 @@ HeaderItem::HeaderItem( TQListView* parent, int msgId, const TQString& key ) // Constuction a new list view item with the given parent, colors, & pixmap HeaderItem::HeaderItem( TQListViewItem* parent, int msgId, const TQString& key ) - : KListViewItem( parent ), + : TDEListViewItem( parent ), mMsgId( msgId ), mKey( key ), mAboutToBeDeleted( false ), @@ -435,7 +435,7 @@ void HeaderItem::paintCell( TQPainter * p, const TQColorGroup & cg, font.setWeight( weight ); p->setFont( font ); - KListViewItem::paintCell( p, _cg, column, width, align ); + TDEListViewItem::paintCell( p, _cg, column, width, align ); if (aboutToBeDeleted()) { // strike through -- cgit v1.2.1