summaryrefslogtreecommitdiffstats
path: root/kjsembed/docs/examples
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-11-06 02:29:32 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-11-06 02:29:32 -0600
commit8d7027ce9506c909253e88496b410e54c3973082 (patch)
tree7174da6d8b5297f1a658ab6d2dac0501c8944f74 /kjsembed/docs/examples
parent53e0924a1f58a7e82dbae9acadbd8de6226cd26c (diff)
downloadtdebindings-8d7027ce9506c909253e88496b410e54c3973082.tar.gz
tdebindings-8d7027ce9506c909253e88496b410e54c3973082.zip
Additional kde to tde renaming
Diffstat (limited to 'kjsembed/docs/examples')
-rw-r--r--kjsembed/docs/examples/docviewer/docviewer.js2
-rw-r--r--kjsembed/docs/examples/imageinfo/example.html2
-rw-r--r--kjsembed/docs/examples/imageinfo/example2.htm2
-rw-r--r--kjsembed/docs/examples/imageinfo/thumbs.html2
4 files changed, 4 insertions, 4 deletions
diff --git a/kjsembed/docs/examples/docviewer/docviewer.js b/kjsembed/docs/examples/docviewer/docviewer.js
index 56ccfa0e..3fed8a78 100644
--- a/kjsembed/docs/examples/docviewer/docviewer.js
+++ b/kjsembed/docs/examples/docviewer/docviewer.js
@@ -57,7 +57,7 @@ view.set_class = function( clazz )
if ( /^Q/.test(clazz) )
nm = 'http://doc.trolltech.com/3.2/' + clazz.toLowerCase() + '.html';
else if ( /^K/.test(clazz) )
- nm = 'http://developer.kde.org/documentation/library/cvs-api/kdeui/html/class' + clazz + '.html';
+ nm = 'http://developer.kde.org/documentation/library/cvs-api/tdeui/html/class' + clazz + '.html';
cppview.openURL( nm );
diff --git a/kjsembed/docs/examples/imageinfo/example.html b/kjsembed/docs/examples/imageinfo/example.html
index 82af5e0b..2f616027 100644
--- a/kjsembed/docs/examples/imageinfo/example.html
+++ b/kjsembed/docs/examples/imageinfo/example.html
@@ -21,7 +21,7 @@ include HTML markup <b>like</b> <i>this</i>, and even
<tr>
<td align="center"><a href="example2.png"><img border=0 width=217 height=160 src=thumb-example2.png></a></td>
<td width="60%" valign="top" align="justify"><b><a href="example2.png">example2.png</a></b> (340x250)<p>This image shows
-<a href="http://developer.kde.org/documentation/library/cvs-api/classref/kdeui/KPassivePopup.html">KPassivePopup</a>
+<a href="http://developer.kde.org/documentation/library/cvs-api/classref/tdeui/KPassivePopup.html">KPassivePopup</a>
telling a user they have new mail. The popup is adject to the source of the
message (in this example that is <a href="http://kmail.kde.org/">KMail</a>) and
<i>does not steal the focus</i>, or otherwise interfere with whatever the user is
diff --git a/kjsembed/docs/examples/imageinfo/example2.htm b/kjsembed/docs/examples/imageinfo/example2.htm
index 651048b3..16a84284 100644
--- a/kjsembed/docs/examples/imageinfo/example2.htm
+++ b/kjsembed/docs/examples/imageinfo/example2.htm
@@ -1,5 +1,5 @@
This image shows
-<a href="http://developer.kde.org/documentation/library/cvs-api/classref/kdeui/KPassivePopup.html">KPassivePopup</a>
+<a href="http://developer.kde.org/documentation/library/cvs-api/classref/tdeui/KPassivePopup.html">KPassivePopup</a>
telling a user they have new mail. The popup is adject to the source of the
message (in this example that is <a href="http://kmail.kde.org/">KMail</a>) and
<i>does not steal the focus</i>, or otherwise interfere with whatever the user is
diff --git a/kjsembed/docs/examples/imageinfo/thumbs.html b/kjsembed/docs/examples/imageinfo/thumbs.html
index 663246a0..dd8ae478 100644
--- a/kjsembed/docs/examples/imageinfo/thumbs.html
+++ b/kjsembed/docs/examples/imageinfo/thumbs.html
@@ -21,7 +21,7 @@ include HTML markup <b>like</b> <i>this</i>, and even
<tr>
<td align="center"><a href="example2.png"><img border=0 width=217 height=160 src="thumb-example2.png"></a></td>
<td width="60%" valign="top" align="justify"><b><a href="example2.png">example2.png</a></b> (340x250)<p>This image shows
-<a href="http://developer.kde.org/documentation/library/cvs-api/classref/kdeui/KPassivePopup.html">KPassivePopup</a>
+<a href="http://developer.kde.org/documentation/library/cvs-api/classref/tdeui/KPassivePopup.html">KPassivePopup</a>
telling a user they have new mail. The popup is adject to the source of the
message (in this example that is <a href="http://kmail.kde.org/">KMail</a>) and
<i>does not steal the focus</i>, or otherwise interfere with whatever the user is