From 96a33d90689a46ea58f812d76fdd2eaf93edecfa Mon Sep 17 00:00:00 2001 From: tpearson Date: Wed, 19 Jan 2011 08:24:43 +0000 Subject: Additional TQt for Qt4 compilation fixes This should not affect TQt for Qt3 per usual git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1215674 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- kio/tests/jobtest.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kio/tests/jobtest.cpp') diff --git a/kio/tests/jobtest.cpp b/kio/tests/jobtest.cpp index 93b250075..ecd351a08 100644 --- a/kio/tests/jobtest.cpp +++ b/kio/tests/jobtest.cpp @@ -160,7 +160,7 @@ static void createTestFile( const TQString& path ) TQFile f( path ); if ( !f.open( IO_WriteOnly ) ) kdFatal() << "Can't create " << path << endl; - f.writeBlock( "Hello world", 11 ); + f.tqwriteBlock( "Hello world", 11 ); f.close(); setTimeStamp( path ); } -- cgit v1.2.3