From f5c200ccf0f8066dbbbc38cf36af10bdc54f5a45 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Sun, 25 Feb 2024 14:22:05 +0900 Subject: Replace Qt with TQt Signed-off-by: Michele Calgaro --- src/k3bdebuggingoutputfile.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/k3bdebuggingoutputfile.cpp') diff --git a/src/k3bdebuggingoutputfile.cpp b/src/k3bdebuggingoutputfile.cpp index 614c512..54dbda6 100644 --- a/src/k3bdebuggingoutputfile.cpp +++ b/src/k3bdebuggingoutputfile.cpp @@ -42,7 +42,7 @@ bool K3bDebuggingOutputFile::open() addOutput( "System", "K3b Version: " + k3bcore->version() ); addOutput( "System", "KDE Version: " + TQString(KDE::versionString()) ); - addOutput( "System", "QT Version: " + TQString(tqVersion()) ); + addOutput( "System", "TQt Version: " + TQString(tqVersion()) ); addOutput( "System", "Kernel: " + K3b::kernelVersion() ); // devices in the logfile -- cgit v1.2.3