summaryrefslogtreecommitdiffstats
path: root/kio/tests/kfiltertest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kio/tests/kfiltertest.cpp')
-rw-r--r--kio/tests/kfiltertest.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/kio/tests/kfiltertest.cpp b/kio/tests/kfiltertest.cpp
index fe57deb17..54599e838 100644
--- a/kio/tests/kfiltertest.cpp
+++ b/kio/tests/kfiltertest.cpp
@@ -21,7 +21,7 @@
#include <unistd.h>
#include <limits.h>
#include <tqfile.h>
-#include <textstream.h>
+#include <tqtextstream.h>
#include <kdebug.h>
#include <kinstance.h>
@@ -41,8 +41,8 @@ void test_block( const TQString & fileName )
// TQCString s(array,n+1); // Terminate with 0 before printing
// printf("%s", s.data());
- kdDebug() << "dev.at = " << dev->at() << endl;
- //kdDebug() << "f.at = " << f.at() << endl;
+ kdDebug() << "dev.at = " << dev->tqat() << endl;
+ //kdDebug() << "f.at = " << f.tqat() << endl;
}
dev->close();
delete dev;