From 3fde37bc74e136b675635c7f82b452ee6538a57c Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Thu, 31 Jan 2013 00:19:02 -0600 Subject: Rename KShared --- src/filelist.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/filelist.cpp') diff --git a/src/filelist.cpp b/src/filelist.cpp index b4faa99..f24a998 100755 --- a/src/filelist.cpp +++ b/src/filelist.cpp @@ -472,7 +472,7 @@ void FileList::addFiles( TQStringList fileList, FileListItem* after, bool enable for( KMountPoint::List::ConstIterator jt = mountPoints.begin(); jt != mountPoints.end(); ++jt ) { - const KSharedPtr mp = *jt; + const TDESharedPtr mp = *jt; logger->log( 1000, mp->mountedFrom() + " : " + mp->mountPoint() ); if( mp->mountedFrom() == device ) { -- cgit v1.2.1