diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-06 02:29:32 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-06 02:29:32 -0600 |
commit | 8d7027ce9506c909253e88496b410e54c3973082 (patch) | |
tree | 7174da6d8b5297f1a658ab6d2dac0501c8944f74 /qtruby | |
parent | 53e0924a1f58a7e82dbae9acadbd8de6226cd26c (diff) | |
download | tdebindings-8d7027ce9506c909253e88496b410e54c3973082.tar.gz tdebindings-8d7027ce9506c909253e88496b410e54c3973082.zip |
Additional kde to tde renaming
Diffstat (limited to 'qtruby')
-rw-r--r-- | qtruby/README.1st | 2 | ||||
-rw-r--r-- | qtruby/bin/qtrubyinit.cpp | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/qtruby/README.1st b/qtruby/README.1st index 00c2cd4e..0c4164ea 100644 --- a/qtruby/README.1st +++ b/qtruby/README.1st @@ -13,5 +13,5 @@ With the program krubyinit from korundum/bin installed it is possible to simply replace a programs shebang line with: #!/usr/bin/env krubyinit Incidently as well as majorly fixing up pthread related startup -crashes, this also makes it possible for kdeinit_wrapper usage, +crashes, this also makes it possible for tdeinit_wrapper usage, therefore improving startup speed yet further. diff --git a/qtruby/bin/qtrubyinit.cpp b/qtruby/bin/qtrubyinit.cpp index 2451e002..c4e80240 100644 --- a/qtruby/bin/qtrubyinit.cpp +++ b/qtruby/bin/qtrubyinit.cpp @@ -1,7 +1,7 @@ #include <ruby.h> /*************************************************************************** -qrubyinit - makes use of kdeinit_wrapper possible for ruby programs +qrubyinit - makes use of tdeinit_wrapper possible for ruby programs ------------------- begin : Wed Jan 7 2004 copyright : (C) 2004 by Alexander Kellett |