From 7f8c2db2f66cc2bc671bc92e0fc4efa967ff2351 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Thu, 31 Jan 2013 00:37:37 -0600 Subject: Rename KShared --- tdefile-plugins/torrent/bytetape.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tdefile-plugins/torrent/bytetape.h') 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 -class ByteTapeShared : public KShared +class ByteTapeShared : public TDEShared { public: @@ -186,7 +186,7 @@ class ByteTape private: TQByteArray &m_array; - KSharedPtr m_shared; + TDESharedPtr m_shared; }; #endif /* _BYTETAPE_H */ -- cgit v1.2.1