summaryrefslogtreecommitdiffstats
path: root/pylupdate3/sametexth.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'pylupdate3/sametexth.cpp')
-rw-r--r--pylupdate3/sametexth.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/pylupdate3/sametexth.cpp b/pylupdate3/sametexth.cpp
index 0f8f56a..fd67a55 100644
--- a/pylupdate3/sametexth.cpp
+++ b/pylupdate3/sametexth.cpp
@@ -73,6 +73,6 @@ void applySameTextHeuristic( MetaTranslator *tor, bool verbose )
}
}
if ( verbose && inserted != 0 )
- qWarning( " same-text heuristic provided %d translation%s",
+ tqWarning( " same-text heuristic provided %d translation%s",
inserted, inserted == 1 ? "" : "s" );
}