summaryrefslogtreecommitdiffstats
path: root/tqt3integration
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2013-04-27 18:37:41 +0200
committerSlávek Banko <slavek.banko@axis.cz>2013-04-27 20:35:02 +0200
commit2cf71f6ad3d35fd30d9b280fcfd59b94a9fa34ce (patch)
tree4bf3f2523ed515f267692a65d78ee5092def1b73 /tqt3integration
parentb19304461285cbf4416d93e68c41e97f1c2bef74 (diff)
downloadtdebase-2cf71f6ad3d35fd30d9b280fcfd59b94a9fa34ce.tar.gz
tdebase-2cf71f6ad3d35fd30d9b280fcfd59b94a9fa34ce.zip
Cleanup output clutter
(cherry picked from commit 74b1fc6576fa920094463e6e4f1528bc7a25d6d0)
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 b5605f8ba..11abc9a36 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 );