diff options
Diffstat (limited to 'korundum/rubylib')
-rwxr-xr-x | korundum/rubylib/examples/dcop/petshop.rb | 2 | ||||
-rw-r--r-- | korundum/rubylib/korundum/Korundum.cpp | 2 | ||||
-rw-r--r-- | korundum/rubylib/korundum/kdehandlers.cpp | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/korundum/rubylib/examples/dcop/petshop.rb b/korundum/rubylib/examples/dcop/petshop.rb index 0cce6277..a3f960c1 100755 --- a/korundum/rubylib/examples/dcop/petshop.rb +++ b/korundum/rubylib/examples/dcop/petshop.rb @@ -2,7 +2,7 @@ # This is an example of a DCOP enabled application written in Ruby, using # Korundum. Taken from the PyKDE example_dcopexport.py example which was -# derived from server.py example in kdebindings written by Torben Weis +# derived from server.py example in tdebindings written by Torben Weis # and Julian Rockey require 'Korundum' diff --git a/korundum/rubylib/korundum/Korundum.cpp b/korundum/rubylib/korundum/Korundum.cpp index b3c93c70..41e21643 100644 --- a/korundum/rubylib/korundum/Korundum.cpp +++ b/korundum/rubylib/korundum/Korundum.cpp @@ -20,7 +20,7 @@ #include <tqmap.h> #include <tqdatastream.h> -#include <kdeversion.h> +#include <tdeversion.h> #include <dcopclient.h> #include <dcopobject.h> #include <dcopref.h> diff --git a/korundum/rubylib/korundum/kdehandlers.cpp b/korundum/rubylib/korundum/kdehandlers.cpp index 9eeae1dc..4cc49d59 100644 --- a/korundum/rubylib/korundum/kdehandlers.cpp +++ b/korundum/rubylib/korundum/kdehandlers.cpp @@ -18,7 +18,7 @@ #include <qtruby.h> #include <smokeruby.h> -#include <kdeversion.h> +#include <tdeversion.h> #include <dcopclient.h> #include <dcopobject.h> #include <dcopref.h> |