summaryrefslogtreecommitdiffstats
path: root/amarok/src/scripts/templates/ruby_qt_template.rb
diff options
context:
space:
mode:
Diffstat (limited to 'amarok/src/scripts/templates/ruby_qt_template.rb')
-rw-r--r--amarok/src/scripts/templates/ruby_qt_template.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/amarok/src/scripts/templates/ruby_qt_template.rb b/amarok/src/scripts/templates/ruby_qt_template.rb
index 9e75f7a3..4a13d11f 100644
--- a/amarok/src/scripts/templates/ruby_qt_template.rb
+++ b/amarok/src/scripts/templates/ruby_qt_template.rb
@@ -59,7 +59,7 @@ class ExampleActions < AmaroKSlots
@app.exit
end
end
-a = Qt::Application.new(ARGV)
+a = TQt::Application.new(ARGV)
e = ExampleActions.new(a)
AmarokCommunication = AmaroKLib.new(a, e)
a.exec() \ No newline at end of file