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 --- tderesources/lib/folderlistview.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'tderesources/lib/folderlistview.cpp') diff --git a/tderesources/lib/folderlistview.cpp b/tderesources/lib/folderlistview.cpp index b29e61c9d..68995aef2 100644 --- a/tderesources/lib/folderlistview.cpp +++ b/tderesources/lib/folderlistview.cpp @@ -39,7 +39,7 @@ static const int BoxSize = 16; //BEGIN FolderListView FolderListView::FolderListView( TQWidget *parent, const TQValueList &types ) - : KListView( parent ) + : TDEListView( parent ) { setEnabledTypes( types ); @@ -95,7 +95,7 @@ void FolderListView::showPopupMenu( FolderListItem *i, const TQPoint &globalPos if ( !i ) return; KPIM::FolderLister::Entry folder( i->folder() ); - KPopupMenu m( this ); + TDEPopupMenu m( this ); int id; m.insertTitle( folder.name, 9999 ); @@ -154,7 +154,7 @@ void FolderListView::slotMousePressed(int btn, TQListViewItem* i, const TQPoint& // map pos to item/column and call FolderListItem::activate(col, pos) ((FolderListItem*)i)->activate( c, viewport()->mapFromGlobal( pos ) - TQPoint( 0, itemRect(i).top() ) ); // } else { -// KListView::slotMousePressed( btn, i, pos, c ); +// TDEListView::slotMousePressed( btn, i, pos, c ); } } } -- cgit v1.2.1