diff options
author | Michele Calgaro <[email protected]> | 2024-02-24 12:36:24 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2024-02-24 12:36:24 +0900 |
commit | c3dc36ba244f1a5d2f121a87a3a9efcf3184969d (patch) | |
tree | c039d3c1a6b364f4c3733be45f85dfca76f7a23b /src/amarokscript | |
parent | 22c27687281247eeab20178388f06e0ed045b963 (diff) | |
download | soundkonverter-c3dc36ba244f1a5d2f121a87a3a9efcf3184969d.tar.gz soundkonverter-c3dc36ba244f1a5d2f121a87a3a9efcf3184969d.zip |
Replace Qt with TQtreplace/qt_tqt
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'src/amarokscript')
-rwxr-xr-x | src/amarokscript/soundKonverter.rb | 4 |
1 files changed, 2 insertions, 2 deletions
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 |