summaryrefslogtreecommitdiffstats
path: root/khtml/khtml_pagecache.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'khtml/khtml_pagecache.cpp')
-rw-r--r--khtml/khtml_pagecache.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/khtml/khtml_pagecache.cpp b/khtml/khtml_pagecache.cpp
index bd8f29a30..31e764b5e 100644
--- a/khtml/khtml_pagecache.cpp
+++ b/khtml/khtml_pagecache.cpp
@@ -96,7 +96,7 @@ KHTMLPageCacheEntry::endData()
m_complete = true;
if ( m_file->status() == 0) {
m_file->dataStream()->tqdevice()->flush();
- m_file->dataStream()->tqdevice()->at(0);
+ m_file->dataStream()->tqdevice()->tqat(0);
}
}