summaryrefslogtreecommitdiffstats
path: root/qtruby/rubylib
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-11-16 13:49:44 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-11-16 13:49:44 -0600
commit6108be39190a9dc6160127012fd8e2cfb4cf5ca4 (patch)
tree9b4462037cdfa557020959c38cbaef902086215f /qtruby/rubylib
parent88a071548f4cc0d77a9c10b8e141c6b79b2a8188 (diff)
downloadtdebindings-6108be39190a9dc6160127012fd8e2cfb4cf5ca4.tar.gz
tdebindings-6108be39190a9dc6160127012fd8e2cfb4cf5ca4.zip
Additional renaming of kde to tde
Diffstat (limited to 'qtruby/rubylib')
-rw-r--r--qtruby/rubylib/qtruby/Qt.cpp2
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;