summaryrefslogtreecommitdiffstats
path: root/tqt3integration
diff options
context:
space:
mode:
Diffstat (limited to 'tqt3integration')
-rw-r--r--tqt3integration/utils/gen.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tqt3integration/utils/gen.cpp b/tqt3integration/utils/gen.cpp
index 85507573e..80e597742 100644
--- a/tqt3integration/utils/gen.cpp
+++ b/tqt3integration/utils/gen.cpp
@@ -137,7 +137,7 @@ void openInputFile( const TQString& filename )
{
check( input_file == NULL );
input_file = new TQFile( filename );
- printf("[INFO] Reading bindings definitions from file %s\n\r", filename.ascii());
+ printf("[INFO] Reading bindings definitions from file %s\n", filename.ascii());
if( !input_file->open( IO_ReadOnly ))
error();
input_stream = new TQTextStream( input_file );