diff options
Diffstat (limited to 'qtruby/rubylib')
| -rw-r--r-- | qtruby/rubylib/qtruby/Qt.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qtruby/rubylib/qtruby/Qt.cpp b/qtruby/rubylib/qtruby/Qt.cpp index dbb5b54a..07172ce7 100644 --- a/qtruby/rubylib/qtruby/Qt.cpp +++ b/qtruby/rubylib/qtruby/Qt.cpp @@ -889,7 +889,7 @@ set_obj_info(const char * className, smokeruby_object * o) if (classId == 0) { VALUE new_klass = Qnil; TQString className(meta->className()); - // The konsolePart class is in kdebase, and so it can't be in the Smoke library. + // The konsolePart class is in tdebase, and so it can't be in the Smoke library. // This hack instantiates a Ruby KDE::KonsolePart instance if (className == "konsolePart") { new_klass = konsole_part_class; |
