From 5544d5f4a61929002ff6737e1b002d41eb0a4ba3 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sun, 27 Jan 2013 18:05:20 -0600 Subject: Minor updates for kioslave rename --- quanta/components/debugger/dbgp/Makefile.am | 2 +- quanta/components/debugger/gubed/Makefile.am | 2 +- quanta/data/doc/faq.html | 4 ++-- quanta/data/doc/maindoc.html | 2 +- quanta/data/tips | 2 +- quanta/quanta_uml.xmi | 2 +- 6 files changed, 7 insertions(+), 7 deletions(-) (limited to 'quanta') 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 @@
3.1. How can I open/edit a file on a remote server?
-

Quanta Plus uses KIO for its file operations. To whit, an e-mail from our benefactor:

+

Quanta Plus uses TDEIO for its file operations. To whit, an e-mail from our benefactor:

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.

-

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.

+

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.

--
Eric Laffoon

That should about cover it.

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 @@
  • Assistance in understanding some of the more potentially difficult areas like interface customization, scripting and running a PHP debugger.
  • Pointing out the less obvious things like the ability to open projects - remotely through kio.
  • + remotely through tdeio.
  • 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.
  • Introductory instruction on how to be much more productive with Quanta.
  • 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.

    ...that you can create remote projects and manage them with the -kio slave of your choice? Look in the project settings dialog. +tdeio slave of your choice? Look in the project settings dialog.

    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 - + -- cgit v1.2.1