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.rb6
1 files changed, 3 insertions, 3 deletions
diff --git a/languages/ruby/app_templates/kxt/appview.rb b/languages/ruby/app_templates/kxt/appview.rb
index 4f63037f..2557b9da 100644
--- a/languages/ruby/app_templates/kxt/appview.rb
+++ b/languages/ruby/app_templates/kxt/appview.rb
@@ -15,14 +15,14 @@ class %{APPNAMESC}View < %{APPNAMESC}view_base
#
# Use this signal to change the content of the statusbar
#
- Q_SIGNALS 'signalChangeStatusbar(const TQString&)'
+ signals 'signalChangeStatusbar(const TQString&)'
#
# Use this signal to change the content of the caption
#
- Q_SIGNALS 'signalChangeCaption(const TQString&)'
+ signals 'signalChangeCaption(const TQString&)'
- Q_SLOTS 'switchColors()',
+ slots 'switchColors()',
'settingsChanged()'
def initialize(parent)