summaryrefslogtreecommitdiffstats
path: root/kfile-plugins/torrent/blist.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kfile-plugins/torrent/blist.cpp')
-rw-r--r--kfile-plugins/torrent/blist.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kfile-plugins/torrent/blist.cpp b/kfile-plugins/torrent/blist.cpp
index 8b11fbc6..4b510e76 100644
--- a/kfile-plugins/torrent/blist.cpp
+++ b/kfile-plugins/torrent/blist.cpp
@@ -143,7 +143,7 @@ bool BList::writeToDevice(TQIODevice &device)
const char *l_str = "l";
const char *e_str = "e";
- Q_LONG written = 0, result = 0;
+ TQ_LONG written = 0, result = 0;
written = device.writeBlock (l_str, 1);
while (written < 1)