summaryrefslogtreecommitdiffstats
path: root/kfile-plugins/torrent/bytetape.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kfile-plugins/torrent/bytetape.cpp')
-rw-r--r--kfile-plugins/torrent/bytetape.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kfile-plugins/torrent/bytetape.cpp b/kfile-plugins/torrent/bytetape.cpp
index 19c9d3d8..5d6b8099 100644
--- a/kfile-plugins/torrent/bytetape.cpp
+++ b/kfile-plugins/torrent/bytetape.cpp
@@ -21,7 +21,7 @@
#include "bytetape.h"
-ByteTape::ByteTape (QByteArray &array, int pos)
+ByteTape::ByteTape (TQByteArray &array, int pos)
: m_array(array), m_shared(new ByteTapeShared)
{
m_shared->pos = pos;