summaryrefslogtreecommitdiffstats
path: root/tdefile-plugins/torrent/bytetape.h
diff options
context:
space:
mode:
Diffstat (limited to 'tdefile-plugins/torrent/bytetape.h')
-rw-r--r--tdefile-plugins/torrent/bytetape.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/tdefile-plugins/torrent/bytetape.h b/tdefile-plugins/torrent/bytetape.h
index f7309b11..1dfbef09 100644
--- a/tdefile-plugins/torrent/bytetape.h
+++ b/tdefile-plugins/torrent/bytetape.h
@@ -23,7 +23,7 @@
#include <tqcstring.h>
-class ByteTapeShared : public KShared
+class ByteTapeShared : public TDEShared
{
public:
@@ -186,7 +186,7 @@ class ByteTape
private:
TQByteArray &m_array;
- KSharedPtr<ByteTapeShared> m_shared;
+ TDESharedPtr<ByteTapeShared> m_shared;
};
#endif /* _BYTETAPE_H */