summaryrefslogtreecommitdiffstats
path: root/korundum/rubylib/templates/annotated/systray1.rb
diff options
context:
space:
mode:
Diffstat (limited to 'korundum/rubylib/templates/annotated/systray1.rb')
-rw-r--r--korundum/rubylib/templates/annotated/systray1.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/korundum/rubylib/templates/annotated/systray1.rb b/korundum/rubylib/templates/annotated/systray1.rb
index 10bdb5c8..1945fa9e 100644
--- a/korundum/rubylib/templates/annotated/systray1.rb
+++ b/korundum/rubylib/templates/annotated/systray1.rb
@@ -60,7 +60,7 @@ class MainWin < KDE::MainWindow
# KDE::SystemTray hides or shows its parent when the system tray icon is clicked
systray = KDE::SystemTray.new(self)
systray.setPixmap(icons.loadIcon("process-stop", 0))
- connect(systray, SIGNAL("quitSelected()"), self, SLOT('slotQuitSelected()'))
+ connect(systray, TQ_SIGNAL("quitSelected()"), self, TQ_SLOT('slotQuitSelected()'))
systray.show()
end