diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-15 15:50:21 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-15 15:50:21 -0600 |
commit | 3ca10fd9a2dc631429d3b5d5c5e42a7d211d5a12 (patch) | |
tree | 89de88213bd261e4ccaade899ab2d6ec34b3a5a7 /kioslaves/mbox/readmbox.cc | |
parent | 1dad5f662a09dfc5cc041caffe0f674044a4dcec (diff) | |
download | tdepim-3ca10fd9a2dc631429d3b5d5c5e42a7d211d5a12.tar.gz tdepim-3ca10fd9a2dc631429d3b5d5c5e42a7d211d5a12.zip |
Rename a number of old tq methods that are no longer tq specific
Diffstat (limited to 'kioslaves/mbox/readmbox.cc')
-rw-r--r-- | kioslaves/mbox/readmbox.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kioslaves/mbox/readmbox.cc b/kioslaves/mbox/readmbox.cc index f2af8716b..f762bf3ed 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 <tqtextstream.h> +#include <textstream.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->tqdevice()->reset(); + m_stream->device()->reset(); m_atend = m_stream->atEnd(); } |