diff options
Diffstat (limited to 'kio/tests')
-rw-r--r-- | kio/tests/kfiltertest.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kio/tests/kfiltertest.cpp b/kio/tests/kfiltertest.cpp index 54599e838..e070418e4 100644 --- a/kio/tests/kfiltertest.cpp +++ b/kio/tests/kfiltertest.cpp @@ -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->tqat() << endl; - //kdDebug() << "f.at = " << f.tqat() << endl; + kdDebug() << "dev.at = " << dev->at() << endl; + //kdDebug() << "f.at = " << f.at() << endl; } dev->close(); delete dev; |