From 74e9a7e29e36d9948b242f7414cc2e9a1988db4b Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Sat, 18 Nov 2023 16:33:37 +0900 Subject: [PATCH] Replace various strings '#define'd in tqtinterface Signed-off-by: Michele Calgaro --- tdenetworkmanager/src/tdenetman-tray.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tdenetworkmanager/src/tdenetman-tray.cpp b/tdenetworkmanager/src/tdenetman-tray.cpp index 0997944..b922b7f 100644 --- a/tdenetworkmanager/src/tdenetman-tray.cpp +++ b/tdenetworkmanager/src/tdenetman-tray.cpp @@ -114,7 +114,7 @@ void NewSecretsDialog::init() // show a message to the user that the connection failed // and allow edit or cancel - TQLabel* label = new TQLabel(tqtr(" The connection %1 could not be established ").arg(conn->friendlyName), this); + TQLabel* label = new TQLabel(tr(" The connection %1 could not be established ").arg(conn->friendlyName), this); TQPushButton* buttonEdit = new TQPushButton(tr("&Edit"), this); TQPushButton* buttonCancel = new TQPushButton(tr("&Cancel"), this);