diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-11-18 16:44:38 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-11-20 15:17:20 +0900 |
commit | 6deb3b43d145638070e9b7ad77eb9a10f4d3a72e (patch) | |
tree | d197e0a1951c744930874fb8bb490d8a982d3983 | |
parent | e43d2c557372a04ba78dcbbeb2ac17b732f7107b (diff) | |
download | tdeutils-6deb3b43d145638070e9b7ad77eb9a10f4d3a72e.tar.gz tdeutils-6deb3b43d145638070e9b7ad77eb9a10f4d3a72e.zip |
Replace various strings '#define'd in tqtinterface
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
-rw-r--r-- | kregexpeditor/kregexpeditorgui.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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) ); } } |