summaryrefslogtreecommitdiffstats
path: root/korundum
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 /korundum
parent88a071548f4cc0d77a9c10b8e141c6b79b2a8188 (diff)
downloadtdebindings-6108be39190a9dc6160127012fd8e2cfb4cf5ca4.tar.gz
tdebindings-6108be39190a9dc6160127012fd8e2cfb4cf5ca4.zip
Additional renaming of kde to tde
Diffstat (limited to 'korundum')
-rw-r--r--korundum/README2
-rwxr-xr-xkorundum/rubylib/examples/dcop/petshop.rb2
-rw-r--r--korundum/rubylib/korundum/Korundum.cpp2
-rw-r--r--korundum/rubylib/korundum/kdehandlers.cpp2
4 files changed, 4 insertions, 4 deletions
diff --git a/korundum/README b/korundum/README
index cb283bd8..1ee34155 100644
--- a/korundum/README
+++ b/korundum/README
@@ -1,4 +1,4 @@
-Please see kdebindings/qtruby/README
+Please see tdebindings/qtruby/README
KDE Specific Infomation:
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>