diff options
author | Timothy Pearson <[email protected]> | 2013-01-31 00:19:02 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-01-31 00:19:02 -0600 |
commit | 3fde37bc74e136b675635c7f82b452ee6538a57c (patch) | |
tree | 9ebf72211d571071500717fee2e6b59c24d04a2b /src/filelist.cpp | |
parent | 0d4f427bb068801882339a8c1f0395479608078e (diff) | |
download | soundkonverter-3fde37bc74e136b675635c7f82b452ee6538a57c.tar.gz soundkonverter-3fde37bc74e136b675635c7f82b452ee6538a57c.zip |
Rename KShared
Diffstat (limited to 'src/filelist.cpp')
-rwxr-xr-x | src/filelist.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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<KMountPoint> mp = *jt; + const TDESharedPtr<KMountPoint> mp = *jt; logger->log( 1000, mp->mountedFrom() + " : " + mp->mountPoint() ); if( mp->mountedFrom() == device ) { |