diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-31 00:37:37 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-31 00:37:37 -0600 |
commit | 7f8c2db2f66cc2bc671bc92e0fc4efa967ff2351 (patch) | |
tree | 17a5cf137f9c54dfb33e43564175ea7aa2adc483 /tdefile-plugins/torrent/bytetape.h | |
parent | 77018e9b0728ffa195685c2ad40511959c74cfba (diff) | |
download | tdenetwork-7f8c2db2f66cc2bc671bc92e0fc4efa967ff2351.tar.gz tdenetwork-7f8c2db2f66cc2bc671bc92e0fc4efa967ff2351.zip |
Rename KShared
Diffstat (limited to 'tdefile-plugins/torrent/bytetape.h')
-rw-r--r-- | tdefile-plugins/torrent/bytetape.h | 4 |
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 */ |