summaryrefslogtreecommitdiffstats
path: root/quanta
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-27 18:05:20 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-27 18:05:20 -0600
commit5544d5f4a61929002ff6737e1b002d41eb0a4ba3 (patch)
tree29037339de7bc3ae1d7d5f1c4f91722d563e6850 /quanta
parent0f352873e999de0b5ec1b57f19ea372c0d61728f (diff)
downloadtdewebdev-5544d5f4a61929002ff6737e1b002d41eb0a4ba3.tar.gz
tdewebdev-5544d5f4a61929002ff6737e1b002d41eb0a4ba3.zip
Minor updates for kioslave rename
Diffstat (limited to 'quanta')
-rw-r--r--quanta/components/debugger/dbgp/Makefile.am2
-rw-r--r--quanta/components/debugger/gubed/Makefile.am2
-rw-r--r--quanta/data/doc/faq.html4
-rw-r--r--quanta/data/doc/maindoc.html2
-rw-r--r--quanta/data/tips2
-rw-r--r--quanta/quanta_uml.xmi2
6 files changed, 7 insertions, 7 deletions
diff --git a/quanta/components/debugger/dbgp/Makefile.am b/quanta/components/debugger/dbgp/Makefile.am
index cb1d9d0c..edc2fbea 100644
--- a/quanta/components/debugger/dbgp/Makefile.am
+++ b/quanta/components/debugger/dbgp/Makefile.am
@@ -4,7 +4,7 @@ kde_module_LTLIBRARIES = quantadebuggerdbgp.la
quantadebuggerdbgp_la_SOURCES = quantadebuggerdbgp.cpp dbgpsettingss.ui \
dbgpsettings.cpp dbgpnetwork.cpp qbytearrayfifo.cpp
-quantadebuggerdbgp_la_LDFLAGS = -module $(KDE_PLUGIN) $(all_libraries) -ltdecore -ltdeui $(LIB_QT) -lkjs -ltdefx -lkio -ltdeparts -lDCOP -ltdetexteditor
+quantadebuggerdbgp_la_LDFLAGS = -module $(KDE_PLUGIN) $(all_libraries) -ltdecore -ltdeui $(LIB_QT) -lkjs -ltdefx -ltdeio -ltdeparts -lDCOP -ltdetexteditor
quantadebuggerdbgp_la_LIBADD = ../interfaces/libdebuggerinterface.la $(LIB_KPARTS)
kde_services_DATA = quantadebuggerdbgp.desktop
diff --git a/quanta/components/debugger/gubed/Makefile.am b/quanta/components/debugger/gubed/Makefile.am
index e5c0c826..92d1db20 100644
--- a/quanta/components/debugger/gubed/Makefile.am
+++ b/quanta/components/debugger/gubed/Makefile.am
@@ -3,7 +3,7 @@ METASOURCES = AUTO
kde_module_LTLIBRARIES = quantadebuggergubed.la
quantadebuggergubed_la_SOURCES = gubedsettingss.ui quantadebuggergubed.cpp gubedsettings.cpp
-quantadebuggergubed_la_LDFLAGS = -module $(KDE_PLUGIN) $(all_libraries) -ltdecore -ltdeui $(LIB_QT) -lkjs -ltdefx -lkio -ltdeparts -lDCOP -ltdetexteditor
+quantadebuggergubed_la_LDFLAGS = -module $(KDE_PLUGIN) $(all_libraries) -ltdecore -ltdeui $(LIB_QT) -lkjs -ltdefx -ltdeio -ltdeparts -lDCOP -ltdetexteditor
quantadebuggergubed_la_LIBADD = ../interfaces/libdebuggerinterface.la $(LIB_KPARTS)
kde_services_DATA = quantadebuggergubed.desktop
diff --git a/quanta/data/doc/faq.html b/quanta/data/doc/faq.html
index ff3886ca..c054b95f 100644
--- a/quanta/data/doc/faq.html
+++ b/quanta/data/doc/faq.html
@@ -160,9 +160,9 @@
<a name="3.1" />
<div class="minihdr">3.1. How can I open/edit a file on a remote server?</div>
<div class="indent">
- <p>Quanta Plus uses KIO for its file operations. To whit, an e-mail from our benefactor:</p>
+ <p>Quanta Plus uses TDEIO for its file operations. To whit, an e-mail from our benefactor:</p>
<p><i>Try this. Open the file open dialog... you can do this in the file name, but it's even cooler if you use the directory drop-down up top on the dialog. Enter this: ftp://user@mydomain.com and hit enter. It will prompt you for a password after which it will fill the file dialog with the available files and folders on the site location. You and now navigate your site like you were looking at your local directory, open and save files on line.</i></p>
- <p><i>Two additional facts here. First if you are using projects you can set your project preview option to directly preview from the site and then see PHP files with data live as they would behave on site. Second, this is made possible by KDE's KIO slaves. So any functional KIO slave you have installed brings this same functionality. Try kio_fish for secure file access as well as other slaves for Samba, scp and other protocols.</i></p>
+ <p><i>Two additional facts here. First if you are using projects you can set your project preview option to directly preview from the site and then see PHP files with data live as they would behave on site. Second, this is made possible by KDE's TDEIO slaves. So any functional TDEIO slave you have installed brings this same functionality. Try tdeio_fish for secure file access as well as other slaves for Samba, scp and other protocols.</i></p>
<p><i>--<br />Eric Laffoon</i></p>
<p>That should about cover it.</p>
</div>
diff --git a/quanta/data/doc/maindoc.html b/quanta/data/doc/maindoc.html
index 3deec1b0..90fa4424 100644
--- a/quanta/data/doc/maindoc.html
+++ b/quanta/data/doc/maindoc.html
@@ -50,7 +50,7 @@
<li>Assistance in understanding some of the more potentially difficult areas
like interface customization, scripting and running a PHP debugger. </li>
<li>Pointing out the less obvious things like the ability to open projects
- remotely through kio. </li>
+ remotely through tdeio. </li>
<li>Giving instruction on how you can customize Quanta (without writing a line
of C++ and in many cases not even recompiling) with custom tags and documentation. </li>
<li>Introductory instruction on how to be much more productive with Quanta. </li>
diff --git a/quanta/data/tips b/quanta/data/tips
index 91507c53..b0c40ef9 100644
--- a/quanta/data/tips
+++ b/quanta/data/tips
@@ -49,7 +49,7 @@ specific? You can customize any of Quanta's toolbars too.
<tip category="Project">
<html>
<p>...that you can create remote projects and manage them with the
-<b>kio slave of your choice</b>? Look in the project settings dialog.
+<b>tdeio slave of your choice</b>? Look in the project settings dialog.
</p>
</html>
</tip>
diff --git a/quanta/quanta_uml.xmi b/quanta/quanta_uml.xmi
index 70e4747f..48793fe8 100644
--- a/quanta/quanta_uml.xmi
+++ b/quanta/quanta_uml.xmi
@@ -1559,7 +1559,7 @@ See the operations in order to get a picture what's here." name="QuantaDoc" stat
<UML:Attribute stereotype="" package="" xmi.id="1324" value="" type="bool" abstract="0" documentation="" name="suspendUpload" static="0" scope="201" />
<UML:Attribute stereotype="" package="" xmi.id="1325" value="" type="bool" abstract="0" documentation="" name="uploadInProgress" static="0" scope="201" />
</UML:Class>
- <UML:Class stereotype="" package="" xmi.id="1340" abstract="0" documentation="Create a new project from kio accessible files and folders." name="ProjectNewLocal" static="0" scope="200" >
+ <UML:Class stereotype="" package="" xmi.id="1340" abstract="0" documentation="Create a new project from tdeio accessible files and folders." name="ProjectNewLocal" static="0" scope="200" >
<UML:Operation stereotype="" package="" xmi.id="1342" type="" abstract="0" documentation="" name="ProjectNewLocal" static="0" scope="200" >
<UML:Parameter stereotype="" package="" xmi.id="1343" value="" type="QWidget *" abstract="0" documentation="" name="parent" static="0" scope="200" />
<UML:Parameter stereotype="" package="" xmi.id="1344" value="" type="const char *" abstract="0" documentation="" name="name" static="0" scope="200" />