summaryrefslogtreecommitdiffstats
path: root/kio/kio/kshred.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kio/kio/kshred.cpp')
-rw-r--r--kio/kio/kshred.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/kio/kio/kshred.cpp b/kio/kio/kshred.cpp
index f3997bf58..151cc69a6 100644
--- a/kio/kio/kshred.cpp
+++ b/kio/kio/kshred.cpp
@@ -95,7 +95,7 @@ KShred::fillbyte(unsigned int byte)
}
if (!flush())
return false;
- return file->at(0);
+ return file->tqat(0);
}
@@ -114,7 +114,7 @@ KShred::fillpattern(unsigned char *data, unsigned int size)
}
if (!flush())
return false;
- return file->at(0);
+ return file->tqat(0);
}
@@ -140,7 +140,7 @@ KShred::fillrandom()
}
if (!flush())
return false;
- return file->at(0);
+ return file->tqat(0);
}