From 56160bf4dfe503631ef6373367b281f081bab2b4 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 16 Dec 2011 09:59:13 -0600 Subject: Revert "Rename a number of old tq methods that are no longer tq specific" This reverts commit 13281e2856a2ef43bbab78c5528470309c23aa77. --- kio/tests/kfiltertest.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'kio/tests/kfiltertest.cpp') 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 #include #include -#include +#include #include #include @@ -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; -- cgit v1.2.1