From 6deb3b43d145638070e9b7ad77eb9a10f4d3a72e Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Sat, 18 Nov 2023 16:44:38 +0900 Subject: [PATCH] Replace various strings '#define'd in tqtinterface Signed-off-by: Michele Calgaro --- kregexpeditor/kregexpeditorgui.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kregexpeditor/kregexpeditorgui.cpp b/kregexpeditor/kregexpeditorgui.cpp index 46fc452..f248251 100644 --- a/kregexpeditor/kregexpeditorgui.cpp +++ b/kregexpeditor/kregexpeditorgui.cpp @@ -130,7 +130,7 @@ void KRegExpEditorGUI::doSomething( TQString method, void* arguments ) _editor->setAllowNonTQtSyntax( (bool) arguments ); } else { - tqFatal( "%s", tqtr("Method '%1' is not valid!").arg(method).latin1() ); + tqFatal( i18n("Method '%1' is not valid!").arg(method) ); } }