From 4d13f1a2267c6864b98c5a46631b1e2bbe3c024a Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Sat, 21 Feb 2026 11:03:45 +0900 Subject: Fix conversion of TQString to const char* (modules) Signed-off-by: Michele Calgaro --- src/modules/term/termwidget.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/modules/term/termwidget.cpp') diff --git a/src/modules/term/termwidget.cpp b/src/modules/term/termwidget.cpp index e2eb8865..d3933f36 100644 --- a/src/modules/term/termwidget.cpp +++ b/src/modules/term/termwidget.cpp @@ -88,12 +88,12 @@ KviTermWidget::KviTermWidget(TQWidget * par,KviFrame * lpFrm,bool bIsStandalone) // tqDebug("Widget %d",m_pKonsoleWidget); } else { m_pKonsoleWidget = new TQLabel(this, - __tr2qs("Can't create the terminal emulation part")); + __tr2qs("Can't create the terminal emulation part").utf8().data()); } } else { m_pKonsoleWidget = new TQLabel(this, - __tr2qs("Can't retrieve the terminal emulation factory")); + __tr2qs("Can't retrieve the terminal emulation factory").utf8().data()); } } -- cgit v1.2.3