summaryrefslogtreecommitdiffstats
path: root/languages/ruby/app_templates/kxt/appview.rb
diff options
context:
space:
mode:
Diffstat (limited to 'languages/ruby/app_templates/kxt/appview.rb')
-rw-r--r--languages/ruby/app_templates/kxt/appview.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/languages/ruby/app_templates/kxt/appview.rb b/languages/ruby/app_templates/kxt/appview.rb
index 58327208..4f63037f 100644
--- a/languages/ruby/app_templates/kxt/appview.rb
+++ b/languages/ruby/app_templates/kxt/appview.rb
@@ -15,12 +15,12 @@ class %{APPNAMESC}View < %{APPNAMESC}view_base
#
# Use this signal to change the content of the statusbar
#
- Q_SIGNALS 'signalChangeStatusbar(const QString&)'
+ Q_SIGNALS 'signalChangeStatusbar(const TQString&)'
#
# Use this signal to change the content of the caption
#
- Q_SIGNALS 'signalChangeCaption(const QString&)'
+ Q_SIGNALS 'signalChangeCaption(const TQString&)'
Q_SLOTS 'switchColors()',
'settingsChanged()'