summaryrefslogtreecommitdiffstats
path: root/src/filelist.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-31 00:19:02 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-31 00:19:02 -0600
commit3fde37bc74e136b675635c7f82b452ee6538a57c (patch)
tree9ebf72211d571071500717fee2e6b59c24d04a2b /src/filelist.cpp
parent0d4f427bb068801882339a8c1f0395479608078e (diff)
downloadsoundkonverter-3fde37bc74e136b675635c7f82b452ee6538a57c.tar.gz
soundkonverter-3fde37bc74e136b675635c7f82b452ee6538a57c.zip
Rename KShared
Diffstat (limited to 'src/filelist.cpp')
-rwxr-xr-xsrc/filelist.cpp2
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 )
{