diff options
Diffstat (limited to 'qtruby')
-rw-r--r-- | qtruby/ChangeLog | 4 | ||||
-rw-r--r-- | qtruby/rubylib/qtruby/Qt.cpp | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/qtruby/ChangeLog b/qtruby/ChangeLog index 89e65292..8582b043 100644 --- a/qtruby/ChangeLog +++ b/qtruby/ChangeLog @@ -197,7 +197,7 @@ etc. Otherwise, the corresponding methods in the Smoke library were not being invoked correctly. * Removed a virtual destructor compile warning - * Removed obsolete qtruby-only.patch and kdevelop project file + * Removed obsolete qtruby-only.patch and tdevelop project file 2006-03-14 Richard Dale <rdale@foton.es> @@ -1067,7 +1067,7 @@ splitter.rb:16:in `const_missing': unresolved constant reference MyMissingConst (ArgumentError) - * Implements suggestion from Jeff on the kdebindings list + * Implements suggestion from Jeff on the tdebindings list CCMAIL: kde-bindings@kde.org 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; |