diff options
Diffstat (limited to 'khtml/khtml_pagecache.cpp')
-rw-r--r-- | khtml/khtml_pagecache.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/khtml/khtml_pagecache.cpp b/khtml/khtml_pagecache.cpp index 935f31cc0..e736df5c2 100644 --- a/khtml/khtml_pagecache.cpp +++ b/khtml/khtml_pagecache.cpp @@ -95,8 +95,8 @@ KHTMLPageCacheEntry::endData() { m_complete = true; if ( m_file->status() == 0) { - m_file->dataStream()->device()->flush(); - m_file->dataStream()->device()->at(0); + m_file->dataStream()->tqdevice()->flush(); + m_file->dataStream()->tqdevice()->tqat(0); } } |