Replace Qt with TQt

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
replace/qt_tqt
Michele Calgaro 2 months ago
parent 22c2768728
commit c3dc36ba24
Signed by: MicheleC
GPG Key ID: 2A75B7CA8ADED5CF

@ -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)

@ -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

Loading…
Cancel
Save