summaryrefslogtreecommitdiffstats
path: root/kabc/vcardparser
diff options
context:
space:
mode:
Diffstat (limited to 'kabc/vcardparser')
-rw-r--r--kabc/vcardparser/testread.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kabc/vcardparser/testread.cpp b/kabc/vcardparser/testread.cpp
index bad2ceb78..7dd8692fc 100644
--- a/kabc/vcardparser/testread.cpp
+++ b/kabc/vcardparser/testread.cpp
@@ -63,7 +63,7 @@ int main( int argc, char **argv )
TQFile file( inputFile );
if ( !file.open( IO_ReadOnly ) ) {
- qDebug( "Unable to open file '%s' for reading!", file.name().latin1() );
+ tqDebug( "Unable to open file '%s' for reading!", file.name().latin1() );
return 1;
}