summaryrefslogtreecommitdiffstats
path: root/tdefile-plugins/torrent/bdict.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tdefile-plugins/torrent/bdict.cpp')
-rw-r--r--tdefile-plugins/torrent/bdict.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tdefile-plugins/torrent/bdict.cpp b/tdefile-plugins/torrent/bdict.cpp
index 712fd526..8ae17800 100644
--- a/tdefile-plugins/torrent/bdict.cpp
+++ b/tdefile-plugins/torrent/bdict.cpp
@@ -57,7 +57,7 @@ void BDict::init (ByteTape &tape)
BBase *temp_item = 0;
// Read in string
- KSharedPtr<BString> str (new BString (tape));
+ TDESharedPtr<BString> str (new BString (tape));
// Ensure str will be automatically deleted
if (!str || !str->isValid())