summaryrefslogtreecommitdiffstats
path: root/kioslaves/mbox/readmbox.cc
diff options
context:
space:
mode:
Diffstat (limited to 'kioslaves/mbox/readmbox.cc')
-rw-r--r--kioslaves/mbox/readmbox.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/kioslaves/mbox/readmbox.cc b/kioslaves/mbox/readmbox.cc
index f762bf3ed..f2af8716b 100644
--- a/kioslaves/mbox/readmbox.cc
+++ b/kioslaves/mbox/readmbox.cc
@@ -29,7 +29,7 @@
#include <tqfile.h>
#include <tqfileinfo.h>
#include <tqstring.h>
-#include <textstream.h>
+#include <tqtextstream.h>
#ifdef HAVE_SYS_TYPES_H
#include <sys/types.h>
@@ -145,7 +145,7 @@ void ReadMBox::rewind()
if( !m_stream )
return; //Rewinding not possible
- m_stream->device()->reset();
+ m_stream->tqdevice()->reset();
m_atend = m_stream->atEnd();
}