summaryrefslogtreecommitdiffstats
path: root/kalyptus
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 /kalyptus
parent88a071548f4cc0d77a9c10b8e141c6b79b2a8188 (diff)
downloadtdebindings-6108be39190a9dc6160127012fd8e2cfb4cf5ca4.tar.gz
tdebindings-6108be39190a9dc6160127012fd8e2cfb4cf5ca4.zip
Additional renaming of kde to tde
Diffstat (limited to 'kalyptus')
-rw-r--r--kalyptus/ChangeLog10
-rwxr-xr-xkalyptus/dcopidlng2
-rw-r--r--kalyptus/kalyptusCxxToSmoke.pm2
3 files changed, 7 insertions, 7 deletions
diff --git a/kalyptus/ChangeLog b/kalyptus/ChangeLog
index adcb5ce4..f2119248 100644
--- a/kalyptus/ChangeLog
+++ b/kalyptus/ChangeLog
@@ -198,8 +198,8 @@
* 'KDE Integrates Mono'; added -fkimono option to generate C# bindings
* It doens't use the Qt C bindings, like Qt# but the Smoke lib instead
- * To generate the code and review the api, edit kdebindings/smoke/kde/generate.pl.in
- and change '-fsmoke' to '-fkimono'. Then configure kdebindings with the
+ * To generate the code and review the api, edit tdebindings/smoke/kde/generate.pl.in
+ and change '-fsmoke' to '-fkimono'. Then configure tdebindings with the
'--with-smoke=kde' option. The sources will be generated in smoke/kde.
* It uses custom real proxies as AOP style interceptors, one per instance
and a static interceptor per class.
@@ -254,8 +254,8 @@
bindings The '-fjava' option generates code for the forthcoming Dynamic
Proxy/Smoke library based java bindings in KDE 3.3.
* The Qt and KDE bindings just checked in were generated by changing the kalyptus
- option '-fsmoke' to '-fjni' in kdebindings/smoke/kde/generate.pl.in. Then
- configure kdebindings with '--enable-smoke=kde' option to generate the .cpp
+ option '-fsmoke' to '-fjni' in tdebindings/smoke/kde/generate.pl.in. Then
+ configure tdebindings with '--enable-smoke=kde' option to generate the .cpp
and .java sources. The .h files are generated by using javah on the compiled
java .class files.
@@ -299,7 +299,7 @@
2003-09-16 Richard Dale <Richard_Dale@tipitina.demon.co.uk>
* Added various parser and code generation fixes so that a libsmokekde.so
- can be generated from the kdelibs headers.
+ can be generated from the tdelibs headers.
2003-08-30 Richard Dale <Richard_Dale@tipitina.demon.co.uk>
diff --git a/kalyptus/dcopidlng b/kalyptus/dcopidlng
index fc405047..a9add539 100755
--- a/kalyptus/dcopidlng
+++ b/kalyptus/dcopidlng
@@ -1,7 +1,7 @@
#!/bin/sh
if [[ -z $KALYPTUS || ! -d $KALYPTUS ]]
then
- echo "Please set enviroment variable KALYPTUS to point to your kdebindings/kaltyptus checkout directory"
+ echo "Please set enviroment variable KALYPTUS to point to your tdebindings/kaltyptus checkout directory"
exit
fi
perl -I$KALYPTUS $KALYPTUS/kalyptus $2 --allow_k_dcop_accessors -f dcopidl $1 2>/tmp/dcopidlng.stderr.$$
diff --git a/kalyptus/kalyptusCxxToSmoke.pm b/kalyptus/kalyptusCxxToSmoke.pm
index 6931bac8..ec47ea31 100644
--- a/kalyptus/kalyptusCxxToSmoke.pm
+++ b/kalyptus/kalyptusCxxToSmoke.pm
@@ -230,7 +230,7 @@ BEGIN
'QStyle::SubControls' => 'int',
);
-$headerSubdirectories = "kio/|kdevelop/|kinterfacedesigner/|kontact/|kate/|kparts/|dom/|kabc/|ksettings/|kjs/|ktexteditor/|tdeprint/|tdesu/|knewstuff/"
+$headerSubdirectories = "kio/|tdevelop/|kinterfacedesigner/|kontact/|kate/|kparts/|dom/|kabc/|ksettings/|kjs/|ktexteditor/|tdeprint/|tdesu/|knewstuff/"
}