summaryrefslogtreecommitdiffstats
path: root/src/outputdirectory.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <[email protected]>2013-01-31 00:19:02 -0600
committerTimothy Pearson <[email protected]>2013-01-31 00:19:02 -0600
commit3fde37bc74e136b675635c7f82b452ee6538a57c (patch)
tree9ebf72211d571071500717fee2e6b59c24d04a2b /src/outputdirectory.cpp
parent0d4f427bb068801882339a8c1f0395479608078e (diff)
downloadsoundkonverter-3fde37bc74e136b675635c7f82b452ee6538a57c.tar.gz
soundkonverter-3fde37bc74e136b675635c7f82b452ee6538a57c.zip
Rename KShared
Diffstat (limited to 'src/outputdirectory.cpp')
-rwxr-xr-xsrc/outputdirectory.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/outputdirectory.cpp b/src/outputdirectory.cpp
index 55a2ecf..6a1dda0 100755
--- a/src/outputdirectory.cpp
+++ b/src/outputdirectory.cpp
@@ -293,7 +293,7 @@ TQString OutputDirectory::uniqueFileName( const TQString& filename )
for( KMountPoint::List::ConstIterator jt = mountPoints.begin(); jt != mountPoints.end(); ++jt )
{
- const KSharedPtr<KMountPoint> mp = *jt;
+ const TDESharedPtr<KMountPoint> mp = *jt;
if( mp->mountedFrom() == device )
{
filePathName = ( mp->mountPoint() == "/" ) ? mp->mountPoint() : mp->mountPoint() + "/";