From c3dc36ba244f1a5d2f121a87a3a9efcf3184969d Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Sat, 24 Feb 2024 12:36:24 +0900 Subject: [PATCH] Replace Qt with TQt Signed-off-by: Michele Calgaro --- src/Makefile.am | 2 +- src/amarokscript/soundKonverter.rb | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/Makefile.am b/src/Makefile.am index 7b28f13..24c5834 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1,4 +1,4 @@ -# set the include path for X, qt and KDE +# set the include path for X, tqt and TDE INCLUDES = $(all_includes) -I$(top_srcdir)/src/metadata/ \ -I$(top_srcdir)/src/pluginloader/ $(cdda_includes) diff --git a/src/amarokscript/soundKonverter.rb b/src/amarokscript/soundKonverter.rb index 7af6d87..4827974 100755 --- a/src/amarokscript/soundKonverter.rb +++ b/src/amarokscript/soundKonverter.rb @@ -18,9 +18,9 @@ require "uri" begin - require "Qt" + require "TQt" rescue LoadError - error = 'Qt Ruby bindings are required for this script.' + error = 'TQt Ruby bindings are required for this script.' `dcop amarok playlist popupMessage "soundKonverter: #{error}"` exit end