diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-16 13:49:44 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-16 13:49:44 -0600 |
commit | 6108be39190a9dc6160127012fd8e2cfb4cf5ca4 (patch) | |
tree | 9b4462037cdfa557020959c38cbaef902086215f /kjsembed/docs | |
parent | 88a071548f4cc0d77a9c10b8e141c6b79b2a8188 (diff) | |
download | tdebindings-6108be39190a9dc6160127012fd8e2cfb4cf5ca4.tar.gz tdebindings-6108be39190a9dc6160127012fd8e2cfb4cf5ca4.zip |
Additional renaming of kde to tde
Diffstat (limited to 'kjsembed/docs')
-rw-r--r-- | kjsembed/docs/ChangeLog | 10 | ||||
-rw-r--r-- | kjsembed/docs/embedding/simple-embed/demo.html | 2 | ||||
-rw-r--r-- | kjsembed/docs/index.html | 4 |
3 files changed, 8 insertions, 8 deletions
diff --git a/kjsembed/docs/ChangeLog b/kjsembed/docs/ChangeLog index c9af0f97..f5d5ff03 100644 --- a/kjsembed/docs/ChangeLog +++ b/kjsembed/docs/ChangeLog @@ -1414,14 +1414,14 @@ 2004-03-23 Tuesday 10:06 geiseri - Moved the mimetype for javascripts to the kdelibs mimetypes. + Moved the mimetype for javascripts to the tdelibs mimetypes. Removed useless feilds per davids advice. Matches the freedesktop.org format. 2004-03-22 Monday 20:29 geiseri - hack to make javascripts open here with kdevelop. + hack to make javascripts open here with tdevelop. 2004-03-17 Wednesday 11:48 faure @@ -2259,7 +2259,7 @@ 2003-11-28 Friday 04:27 coolo - kdebindings relying on kdesdk? Next century perhaps + tdebindings relying on tdesdk? Next century perhaps 2003-11-27 Thursday 21:05 rich @@ -2290,7 +2290,7 @@ they currently work. Added a demo to show off the new dcop stuff, requires - KWeatherService from kdetoys to be running, since i dont + KWeatherService from tdetoys to be running, since i dont know how to start a service from KJSEmbed yet. 2003-11-22 Saturday 01:49 geiseri @@ -3511,7 +3511,7 @@ 2003-07-27 Sunday 18:00 mueller - libkjs is not in my kdebindings + libkjs is not in my tdebindings 2003-07-27 Sunday 16:19 rich diff --git a/kjsembed/docs/embedding/simple-embed/demo.html b/kjsembed/docs/embedding/simple-embed/demo.html index 8b8f236e..085d47bf 100644 --- a/kjsembed/docs/embedding/simple-embed/demo.html +++ b/kjsembed/docs/embedding/simple-embed/demo.html @@ -12,7 +12,7 @@ The KJSEmbed library is an easy-to-use wrapper around the KDE ECMAScript interpreter (kjs) that makes it easy to add scriptability to an application. The kjsembed library is distributed in the -kdebindings module of KDE. This library provides a binding between +tdebindings module of KDE. This library provides a binding between Qt/KDE applications and KJS. <h3>Discussion Forums</h3> diff --git a/kjsembed/docs/index.html b/kjsembed/docs/index.html index 3c86c42d..2e113790 100644 --- a/kjsembed/docs/index.html +++ b/kjsembed/docs/index.html @@ -12,7 +12,7 @@ The KJSEmbed library is an easy-to-use wrapper around the KDE ECMAScript interpreter (kjs) that makes it easy to add scriptability to an application. The kjsembed library is distributed in the -kdebindings module of KDE. This library provides a binding between +tdebindings module of KDE. This library provides a binding between Qt/KDE applications and KJS. As well as working in its native KDE environment, the library supports a Qt-only build that has no KDE dependencies. @@ -62,7 +62,7 @@ who want to write scripts. <li><b><a href="classdocs/index.html">C++ API Reference</a> (C++)</b><br> Reference manual for the C++ API of the KJSEmbed library.</li> <li><b><a - href="http://webcvs.kde.org/kdebindings/kjsembed/kjscmd.cpp?view=markup">Example of embedding</a></b><br> + href="http://webcvs.kde.org/tdebindings/kjsembed/kjscmd.cpp?view=markup">Example of embedding</a></b><br> KJSCmd is a simple example of embedding the interpreter. </ul> |