summaryrefslogtreecommitdiffstats
path: root/korundum/rubylib/korundum/Korundum.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'korundum/rubylib/korundum/Korundum.cpp')
-rw-r--r--korundum/rubylib/korundum/Korundum.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/korundum/rubylib/korundum/Korundum.cpp b/korundum/rubylib/korundum/Korundum.cpp
index 0cc1b128..b7325d75 100644
--- a/korundum/rubylib/korundum/Korundum.cpp
+++ b/korundum/rubylib/korundum/Korundum.cpp
@@ -1164,7 +1164,7 @@ Init_korundum()
// libsmoketde.so only. Specifying both a 'require Qt' and a 'require Korundum',
// would give a link error (see the rb_fatal() error above).
// So call the Init_qtruby() initialization function explicitely, not via 'require Qt'
- // (Qt.o is linked into libqtruby.so, as well as the Qt.so extension).
+ // (Qt.o is linked into libtqtruby.so, as well as the Qt.so extension).
Init_qtruby();
install_handlers(KDE_handlers);