From ffa67ac75582192196cb70f866f6bfa00586542a Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Wed, 16 Nov 2011 13:53:35 -0600 Subject: Additional renaming of kde to tde --- quanta/AUTHORS | 2 +- quanta/ChangeLog | 2 +- quanta/NEWS | 2 +- quanta/README | 10 ++++---- quanta/components/cvsservice/cvsservice.cpp | 2 +- quanta/components/debugger/backtracelistview.cpp | 2 +- .../debugger/dbgp/quantadebuggerdbgp.cpp | 2 +- .../components/debugger/debuggerbreakpointview.cpp | 2 +- .../debugger/gubed/quantadebuggergubed.cpp | 2 +- quanta/components/debugger/variableslistview.cpp | 2 +- quanta/components/tableeditor/tableitem.cpp | 2 +- quanta/components/tableeditor/tableitem.h | 4 ++-- quanta/data/doc/documentation.html | 2 +- quanta/data/doc/intro.html | 6 ++--- quanta/data/doc/maindoc.html | 2 +- quanta/data/doc/template.html | 2 +- quanta/data/dtep/cffunct/Makefile.am | 4 ++-- quanta/data/dtep/cfml/Makefile.am | 4 ++-- .../pages/docbook/kde-doc-template.docbook | 6 ++--- .../pages/html/special/drag_n_drop_men.html | 2 +- .../templates/pages/html/xhtml/leftMen_BB.html | 4 ++-- .../templates/pages/html/xhtml/leftMen_Quanta.html | 4 ++-- .../templates/pages/html/xhtml/rightMen_BB.html | 4 ++-- .../pages/html/xhtml/rightMen_Quanta.html | 4 ++-- .../templates/pages/html/xhtml/twoSideMen_BB.html | 6 ++--- .../pages/html/xhtml/twoSideMen_Quanta.html | 6 ++--- quanta/data/tips | 8 +++---- quanta/dialogs/actionconfigdialog.cpp | 2 +- quanta/dialogs/donationdialog.ui | 4 ++-- quanta/dialogs/specialchardialog.cpp | 2 +- quanta/dialogs/specialchardialog.h | 2 +- quanta/parts/Makefile.am | 2 +- quanta/parts/kafka/DESIGN | 2 +- quanta/parts/kafka/configure.in.in | 2 +- quanta/parts/kafka/cursors.cpp | 2 +- quanta/parts/kafka/cursors.h | 2 +- quanta/parts/kafka/htmldocumentproperties.cpp | 2 +- quanta/parts/kafka/htmldocumentproperties.h | 2 +- quanta/parts/kafka/htmlenhancer.cpp | 2 +- quanta/parts/kafka/htmlenhancer.h | 2 +- quanta/parts/kafka/kafkacommon.cpp | 2 +- quanta/parts/kafka/kafkacommon.h | 2 +- quanta/parts/kafka/kafkadragobject.cpp | 2 +- quanta/parts/kafka/kafkadragobject.h | 2 +- quanta/parts/kafka/kafkahtmlpart.cpp | 2 +- quanta/parts/kafka/kafkahtmlpart.h | 2 +- quanta/parts/kafka/kafkasyncoptions.cpp | 2 +- quanta/parts/kafka/kafkasyncoptions.h | 2 +- quanta/parts/kafka/nodeenhancer.h | 2 +- quanta/parts/kafka/nodeproperties.cpp | 2 +- quanta/parts/kafka/nodeproperties.h | 2 +- quanta/parts/kafka/undoredo.cpp | 2 +- quanta/parts/kafka/undoredo.h | 2 +- quanta/parts/kafka/wkafkapart.cpp | 2 +- quanta/parts/kafka/wkafkapart.h | 2 +- quanta/parts/preview/whtmlpart.cpp | 4 ++-- quanta/project/projectlist.cpp | 2 +- quanta/project/projectlist.h | 2 +- quanta/project/projectnewgeneral.cpp | 2 +- quanta/project/projectnewlocal.cpp | 2 +- quanta/project/projectoptions.ui.h | 2 +- quanta/project/uploadprofiles.cpp | 2 +- quanta/project/uploadprofiles.h | 2 +- quanta/quanta.kdevelop | 28 +++++++++++----------- quanta/quanta.lsm | 6 ++--- quanta/scripts/checkxml.kmdr.info | 2 +- quanta/scripts/meinproc.kmdr.info | 2 +- quanta/scripts/scriptinfo.kmdr | 4 ++-- quanta/src/kqapp.cpp | 2 +- quanta/src/main.cpp | 6 ++--- quanta/src/quanta.cpp | 8 +++---- quanta/src/quanta.h | 2 +- quanta/src/quanta_init.cpp | 8 +++---- quanta/src/quantadoc.cpp | 2 +- quanta/src/quantaview.cpp | 2 +- quanta/treeviews/basetreeview.h | 4 ++-- quanta/treeviews/scripttreeview.cpp | 2 +- quanta/treeviews/templatestreeview.cpp | 2 +- quanta/utility/quantacommon.h | 2 +- quanta/utility/quantanetaccess.cpp | 2 +- quanta/utility/quantanetaccess.h | 2 +- quanta/utility/tagaction.h | 4 ++-- quanta/utility/tagactionmanager.cpp | 2 +- quanta/utility/tagactionmanager.h | 2 +- quanta/utility/tagactionset.cpp | 2 +- quanta/utility/tagactionset.h | 2 +- quanta/utility/toolbartabwidget.cpp | 2 +- 87 files changed, 137 insertions(+), 137 deletions(-) (limited to 'quanta') diff --git a/quanta/AUTHORS b/quanta/AUTHORS index 2b381791..94ce9dc6 100644 --- a/quanta/AUTHORS +++ b/quanta/AUTHORS @@ -6,6 +6,6 @@ Original authors: Dmitry Poplavsky Alexander Yakovlev -Home page: http://kdewebdev.org/ +Home page: http://tdewebdev.org/ Download: http://sourceforge.net/projects/quanta Bug form: http://bugs.kde.org diff --git a/quanta/ChangeLog b/quanta/ChangeLog index ca7f3124..cafa7fde 100644 --- a/quanta/ChangeLog +++ b/quanta/ChangeLog @@ -945,7 +945,7 @@ Version 3.1 (Release date: 14-01-2003 (?); Started: 29-10-2002) - directory structure changes: - Php and ColdFusion highlighting files moved to Kate - documentation moved to doc/quanta - - translation files moved to kde-i18n + - translation files moved to tde-i18n Version 3.1-RC-1 (Release date: 28-10-2002; Started 27-09-2002) - bugfixes: diff --git a/quanta/NEWS b/quanta/NEWS index 9bc63f17..c02dac19 100644 --- a/quanta/NEWS +++ b/quanta/NEWS @@ -1,4 +1,4 @@ For the latest new features and bugfixes in Quanta+ take a look at the ChangeLog file. The Quanta team. -http://kdewebdev.org +http://tdewebdev.org diff --git a/quanta/README b/quanta/README index ec364186..fc7fc14a 100644 --- a/quanta/README +++ b/quanta/README @@ -65,14 +65,14 @@ error at the end of the make process if you don't have the devel package install ---------------------- Starting from version 3.1, you can download Quanta Plus from the same place as the rest of KDE. Start to browse at http://www.kde.org. - The homepage of Quanta Plus is located at http://quanta.kdewebdev.org, + The homepage of Quanta Plus is located at http://quanta.tdewebdev.org, and here you can find the latest news regarding the development, announcements, merchandise and you can make some donation to support Quanta. An alternative way to use the latest and greatest version is to get it from the Subversion repository. More info about getting the sources from KDE SVN can be found at: http://developer.kde.org/source/. The module name -for Quanta is "kdewebdev". +for Quanta is "tdewebdev". 5. Installation --------------- @@ -133,7 +133,7 @@ run "new-quanta" the version installed into /opt/new-quanta will be run. NOTE: In case of BE releases, only the Quanta BE executable name is different of the stable version, for the other applications when installing into the same directory as the old versions are, the old versions will be upgraded. -To avoid this, use the way descibed above for the whole kdewebdev module. +To avoid this, use the way descibed above for the whole tdewebdev module. NOTE2: There is no newer BE release than 3.3.0. Please don't use BE1 or BE2, they are much older than 3.3.0. @@ -161,12 +161,12 @@ copytos.h:17: forward declaration of `class KURLRequester' (or the same error in other files for other K... classes), try the following: - check if there is a kdewidgets.so (and kdewidgets.la) in your $KDEDIR/lib/trinity/plugins/designer. If there isn't, you have a broken - KDE (kdelibs) install. + KDE (tdelibs) install. - check your $HOME/.qt/qtrc file. Add the above path as the first entry to the libraryPath (like: libraryPath=/opt/kde-cvs/lib/trinity/plugins/:/home/user/cvs/head/qt-copy/plugins). You can use the qtconfig tool to do this. - - recompile the QT tools (uic, designer) if you have upgraded kdelibs + - recompile the QT tools (uic, designer) if you have upgraded tdelibs (or QT). - check that your $KDEDIR and $QTDIR path is set correctly. - do an diff --git a/quanta/components/cvsservice/cvsservice.cpp b/quanta/components/cvsservice/cvsservice.cpp index 33386cb3..930ebeec 100644 --- a/quanta/components/cvsservice/cvsservice.cpp +++ b/quanta/components/cvsservice/cvsservice.cpp @@ -25,7 +25,7 @@ #include #include #include -#include +#include #include #include #include diff --git a/quanta/components/debugger/backtracelistview.cpp b/quanta/components/debugger/backtracelistview.cpp index 57aa7933..cd3b3e35 100644 --- a/quanta/components/debugger/backtracelistview.cpp +++ b/quanta/components/debugger/backtracelistview.cpp @@ -19,7 +19,7 @@ #include #include #include -#include +#include #include // Quanta includes diff --git a/quanta/components/debugger/dbgp/quantadebuggerdbgp.cpp b/quanta/components/debugger/dbgp/quantadebuggerdbgp.cpp index 0680a0c0..4ee2bceb 100644 --- a/quanta/components/debugger/dbgp/quantadebuggerdbgp.cpp +++ b/quanta/components/debugger/dbgp/quantadebuggerdbgp.cpp @@ -16,7 +16,7 @@ #include #include -#include +#include #include #include #include diff --git a/quanta/components/debugger/debuggerbreakpointview.cpp b/quanta/components/debugger/debuggerbreakpointview.cpp index c6b3b45e..d490478d 100644 --- a/quanta/components/debugger/debuggerbreakpointview.cpp +++ b/quanta/components/debugger/debuggerbreakpointview.cpp @@ -19,7 +19,7 @@ #include #include #include -#include +#include #include #include diff --git a/quanta/components/debugger/gubed/quantadebuggergubed.cpp b/quanta/components/debugger/gubed/quantadebuggergubed.cpp index 8ba9f7ca..d083739a 100644 --- a/quanta/components/debugger/gubed/quantadebuggergubed.cpp +++ b/quanta/components/debugger/gubed/quantadebuggergubed.cpp @@ -23,7 +23,7 @@ #include #include #include -#include +#include #include #include #include diff --git a/quanta/components/debugger/variableslistview.cpp b/quanta/components/debugger/variableslistview.cpp index 442cce89..72e4afa3 100644 --- a/quanta/components/debugger/variableslistview.cpp +++ b/quanta/components/debugger/variableslistview.cpp @@ -19,7 +19,7 @@ #include #include #include -#include +#include #include #include diff --git a/quanta/components/tableeditor/tableitem.cpp b/quanta/components/tableeditor/tableitem.cpp index b877df76..c2f4e298 100644 --- a/quanta/components/tableeditor/tableitem.cpp +++ b/quanta/components/tableeditor/tableitem.cpp @@ -2,7 +2,7 @@ tableitem.cpp - description ------------------- begin : Mon 15 Mar 2004 - copyright : (C) 2004 by Michal Rudolf + copyright : (C) 2004 by Michal Rudolf ***************************************************************************/ /*************************************************************************** diff --git a/quanta/components/tableeditor/tableitem.h b/quanta/components/tableeditor/tableitem.h index 66d3b85b..12e2b4b0 100644 --- a/quanta/components/tableeditor/tableitem.h +++ b/quanta/components/tableeditor/tableitem.h @@ -2,7 +2,7 @@ tableitem.h - description ------------------- begin : Mon 15 Mar 2004 - copyright : (C) 2004 by Michal Rudolf + copyright : (C) 2004 by Michal Rudolf ***************************************************************************/ /*************************************************************************** @@ -18,7 +18,7 @@ #define TABLEITEM_H #include -#include +#include class TableItem : public TQTableItem { diff --git a/quanta/data/doc/documentation.html b/quanta/data/doc/documentation.html index adcee4d9..6ab19df1 100644 --- a/quanta/data/doc/documentation.html +++ b/quanta/data/doc/documentation.html @@ -124,7 +124,7 @@ - http://kdewebdev.org + http://tdewebdev.org diff --git a/quanta/data/doc/intro.html b/quanta/data/doc/intro.html index 4987c19a..31269f57 100644 --- a/quanta/data/doc/intro.html +++ b/quanta/data/doc/intro.html @@ -80,7 +80,7 @@

Contacting us

-

Please use our bug reporting site for bugs, wishes and the project home page for support, further information, and other useful features.

+

Please use our bug reporting site for bugs, wishes and the project home page for support, further information, and other useful features.

@@ -99,14 +99,14 @@
Eric Laffoon   
- +
Quanta PlusQuanta Plus
- http://kdewebdev.org + http://tdewebdev.org diff --git a/quanta/data/doc/maindoc.html b/quanta/data/doc/maindoc.html index 44e3dae4..3deec1b0 100644 --- a/quanta/data/doc/maindoc.html +++ b/quanta/data/doc/maindoc.html @@ -98,7 +98,7 @@    - + diff --git a/quanta/data/doc/template.html b/quanta/data/doc/template.html index 07a20c76..23a58ae0 100644 --- a/quanta/data/doc/template.html +++ b/quanta/data/doc/template.html @@ -60,7 +60,7 @@    - + diff --git a/quanta/data/dtep/cffunct/Makefile.am b/quanta/data/dtep/cffunct/Makefile.am index d85a5fc4..873aac87 100644 --- a/quanta/data/dtep/cffunct/Makefile.am +++ b/quanta/data/dtep/cffunct/Makefile.am @@ -1,3 +1,3 @@ -kdevelopdir = ${quanta_datadir}/dtep/cffunct +tdevelopdir = ${quanta_datadir}/dtep/cffunct -kdevelop_DATA = abs.tag acos.tag acs.tag array.tag asin.tag atn.tag authenticatedcontext.tag authenticateduser.tag bitand.tag bitmaskclear.tag bitmaskread.tag bitmaskset.tag bitnot.tag bitor.tag bitshln.tag bitshrn.tag bitxor.tag ceiling.tag chr.tag cjustify.tag compare.tag comparenocase.tag cos.tag createobject.tag createuuid.tag datetime.tag de.tag decimalformat.tag decrementvalue.tag decrypt.tag deleteclientvariable.tag description.rc directoryexists.tag dollarformat.tag duplicate.tag encrypt.tag evaluate.tag exp.tag expandpath.tag fileexists.tag find.tag fix.tag formatbasen.tag getbasetagdata.tag getbasetaglist.tag getbasetemplatepath.tag getclientvariableslist.tag getcurrenttemplatepath.tag getdirectoryfrompath.tag getexception.tag getfilefrompath.tag getfunctionlist.tag gethttprequestdata.tag gethttptimestring.tag getlocale.tag getmetricdata.tag getprofilestring.tag gettempdirectory.tag gettempfile.tag gettemplatepath.tag gettickcount.tag gettoken.tag hash.tag htmlcodeformat.tag htmleditformat.tag iif.tag incrementvalue.tag inputbasen.tag insert.tag int.tag isarray.tag isauthenticated.tag +tdevelop_DATA = abs.tag acos.tag acs.tag array.tag asin.tag atn.tag authenticatedcontext.tag authenticateduser.tag bitand.tag bitmaskclear.tag bitmaskread.tag bitmaskset.tag bitnot.tag bitor.tag bitshln.tag bitshrn.tag bitxor.tag ceiling.tag chr.tag cjustify.tag compare.tag comparenocase.tag cos.tag createobject.tag createuuid.tag datetime.tag de.tag decimalformat.tag decrementvalue.tag decrypt.tag deleteclientvariable.tag description.rc directoryexists.tag dollarformat.tag duplicate.tag encrypt.tag evaluate.tag exp.tag expandpath.tag fileexists.tag find.tag fix.tag formatbasen.tag getbasetagdata.tag getbasetaglist.tag getbasetemplatepath.tag getclientvariableslist.tag getcurrenttemplatepath.tag getdirectoryfrompath.tag getexception.tag getfilefrompath.tag getfunctionlist.tag gethttprequestdata.tag gethttptimestring.tag getlocale.tag getmetricdata.tag getprofilestring.tag gettempdirectory.tag gettempfile.tag gettemplatepath.tag gettickcount.tag gettoken.tag hash.tag htmlcodeformat.tag htmleditformat.tag iif.tag incrementvalue.tag inputbasen.tag insert.tag int.tag isarray.tag isauthenticated.tag diff --git a/quanta/data/dtep/cfml/Makefile.am b/quanta/data/dtep/cfml/Makefile.am index c714f718..fef9aa53 100644 --- a/quanta/data/dtep/cfml/Makefile.am +++ b/quanta/data/dtep/cfml/Makefile.am @@ -1,3 +1,3 @@ -kdevelopdir = ${quanta_datadir}/dtep/cfml +tdevelopdir = ${quanta_datadir}/dtep/cfml -kdevelop_DATA = cfabort.tag cfapplet.tag cfapplication.tag cfargument.tag cfassociate.tag cfauthenticate.tag cfbreak.tag cfcache.tag cfcase.tag cfcatch.tag cfchart.tag cfchartdata.tag cfchartseries.tag cfcol.tag cfcollection.tag cfcomponent.tag cfcontent.tag cfcookie.tag cfdirectory.tag cfdump.tag cferror.tag cfexecute.tag cfexit.tag cffile.tag cfflush.tag cfform.tag cfftp.tag cffunction.tag cfgrid.tag cfgridcolumn.tag cfgridrow.tag cfgridupdate.tag cfheader.tag cfhtmlhead.tag cfhttp.tag cfhttpparam.tag cfimport.tag cfinclude.tag cfindex.tag cfinput.tag cfinsert.tag cfinvoke.tag cfinvokeargument.tag cfldap.tag cflocation.tag cflock.tag cflog.tag cflogin.tag cfloginuser.tag cfloop.tag cfmail.tag cfmailparam.tag cfmodule.tag cfobject.tag cfobjectcache.tag cfoutput.tag cfparam.tag cfpop.tag cfprocessingdirective.tag cfprocparam.tag cfprocresult.tag cfproperty.tag cfquery.tag cfqueryparam.tag cfregistry.tag cfreport.tag cfsavecontent.tag cfschedule.tag cfsearch.tag cfselect.tag cfsetting.tag cfslider.tag cfstoredproc.tag cfswitch.tag cftable.tag cftextinput.tag cfthrow.tag cftrace.tag cftransaction.tag cftree.tag cftreeitem.tag cfupdate.tag cfusion.tag cfwddx.tag cfxml.tag description.rc ftp.tag test.cfm +tdevelop_DATA = cfabort.tag cfapplet.tag cfapplication.tag cfargument.tag cfassociate.tag cfauthenticate.tag cfbreak.tag cfcache.tag cfcase.tag cfcatch.tag cfchart.tag cfchartdata.tag cfchartseries.tag cfcol.tag cfcollection.tag cfcomponent.tag cfcontent.tag cfcookie.tag cfdirectory.tag cfdump.tag cferror.tag cfexecute.tag cfexit.tag cffile.tag cfflush.tag cfform.tag cfftp.tag cffunction.tag cfgrid.tag cfgridcolumn.tag cfgridrow.tag cfgridupdate.tag cfheader.tag cfhtmlhead.tag cfhttp.tag cfhttpparam.tag cfimport.tag cfinclude.tag cfindex.tag cfinput.tag cfinsert.tag cfinvoke.tag cfinvokeargument.tag cfldap.tag cflocation.tag cflock.tag cflog.tag cflogin.tag cfloginuser.tag cfloop.tag cfmail.tag cfmailparam.tag cfmodule.tag cfobject.tag cfobjectcache.tag cfoutput.tag cfparam.tag cfpop.tag cfprocessingdirective.tag cfprocparam.tag cfprocresult.tag cfproperty.tag cfquery.tag cfqueryparam.tag cfregistry.tag cfreport.tag cfsavecontent.tag cfschedule.tag cfsearch.tag cfselect.tag cfsetting.tag cfslider.tag cfstoredproc.tag cfswitch.tag cftable.tag cftextinput.tag cfthrow.tag cftrace.tag cftransaction.tag cftree.tag cftreeitem.tag cfupdate.tag cfusion.tag cfwddx.tag cfxml.tag description.rc ftp.tag test.cfm diff --git a/quanta/data/templates/pages/docbook/kde-doc-template.docbook b/quanta/data/templates/pages/docbook/kde-doc-template.docbook index bb98a30f..a57d2f41 100644 --- a/quanta/data/templates/pages/docbook/kde-doc-template.docbook +++ b/quanta/data/templates/pages/docbook/kde-doc-template.docbook @@ -5,7 +5,7 @@ KMyApp"> - @@ -107,7 +107,7 @@ Please at least include KDE, the KDE package it is in, the name KDE -kdeutils +tdeutils Kapp nothing nothing else @@ -503,7 +503,7 @@ application -->
    -
  • Quanta
  • +
  • Quanta
  • KDE.org
  • null link
  • null link
  • @@ -68,7 +68,7 @@ We welcome you.

    -