summaryrefslogtreecommitdiffstats
path: root/kjsembed/docs/examples/html2text/html2text_plugin.xml
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-01 15:12:07 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-01 15:12:07 -0600
commit3ed7c09d22a5f310a97516f5bab6068e5688a813 (patch)
tree23ba07d28f7fad17824db1fc40e9cf1ad4942480 /kjsembed/docs/examples/html2text/html2text_plugin.xml
parent3a8473ba2620b85b165b5a2fa1a6b153f5945800 (diff)
downloadtdebindings-3ed7c09d22a5f310a97516f5bab6068e5688a813.tar.gz
tdebindings-3ed7c09d22a5f310a97516f5bab6068e5688a813.zip
Rename a number of classes to enhance compatibility with KDE4
Diffstat (limited to 'kjsembed/docs/examples/html2text/html2text_plugin.xml')
-rw-r--r--kjsembed/docs/examples/html2text/html2text_plugin.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/kjsembed/docs/examples/html2text/html2text_plugin.xml b/kjsembed/docs/examples/html2text/html2text_plugin.xml
index 634b88cd..9cae1f9a 100644
--- a/kjsembed/docs/examples/html2text/html2text_plugin.xml
+++ b/kjsembed/docs/examples/html2text/html2text_plugin.xml
@@ -7,7 +7,7 @@
</header>
<action>
<name>html_to_text</name>
- <type>KAction</type>
+ <type>TDEAction</type>
<icons>text</icons>
<label><text>Convert HTML To Text</text></label>
<statustext>Converts the selected text from HTML to text.</statustext>
@@ -15,7 +15,7 @@
</action>
<action>
<name>text_to_html</name>
- <type>KAction</type>
+ <type>TDEAction</type>
<icons>html</icons>
<label><text>Quote For HTML</text></label>
<statustext>Quotes the selected text for inclusion in an HTML document.</statustext>