From b4e545384b42deff2db00ff815c4cacbeb5d1860 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sun, 6 Nov 2011 02:32:07 -0600 Subject: [PATCH] Additional kde to tde renaming --- Doxyfile | 6 +- buildtools/autotools/autoprojectpart.cpp | 12 +- buildtools/autotools/autosubprojectview.cpp | 4 +- buildtools/autotools/kdevautoproject.rc | 2 +- .../custommakefiles/customprojectpart.cpp | 10 +- buildtools/lib/base/Makefile.am | 2 +- buildtools/lib/parsers/autotools/Makefile.am | 2 +- buildtools/lib/parsers/qmake/Makefile.am | 2 +- buildtools/lib/widgets/Makefile.am | 2 +- buildtools/lib/widgets/runoptionswidget.cpp | 4 +- .../lib/widgets/runoptionswidgetbase.ui | 4 +- doc/api/HowToAddPlugins.dox | 2 +- doc/kde_app_devel/index.docbook | 16 +- doc/kdearch/index.docbook | 154 +++++++++--------- kdevdesigner/src/Makefile.am | 2 +- kdevelop.m4.in | 4 +- languages/cpp/app_templates/kconfig35/README | 2 +- .../app_templates/kde4app/kde4app.kdevelop | 2 +- languages/cpp/app_templates/kmake/src.pro | 2 +- .../app_templates/kofficepart/src-Makefile.am | 2 +- .../cpp/app_templates/kscons_kmdi/README | 2 +- .../app_templates/kscons_kmdi/SConscript-src | 4 +- languages/cpp/app_templates/kscons_kxt/README | 2 +- .../app_templates/kscons_kxt/SConscript-src | 2 +- languages/cpp/app_templates/kxt/README | 2 +- languages/cpp/doc/kde2book.toc | 42 ++--- languages/cpp/includepathresolver.cpp | 2 +- .../kdelibsimporter/kdevkdelibsimporter.cpp | 4 +- .../compiler/pgioptions/CMakeLists.txt | 2 +- languages/lib/debugger/Makefile.am | 2 +- .../lib/designer_integration/Makefile.am | 2 +- languages/lib/interfaces/Makefile.am | 2 +- lib/catalog/CMakeLists.txt | 2 +- lib/catalog/Makefile.am | 2 +- lib/interfaces/Makefile.am | 2 +- lib/interfaces/extensions/Makefile.am | 2 +- lib/interfaces/external/Mainpage.dox | 2 +- lib/interfaces/external/Makefile.am | 2 +- lib/interfaces/extras/Makefile.am | 2 +- lib/util/Makefile.am | 2 +- lib/widgets/Makefile.am | 2 +- lib/widgets/kdevhtmlpart.cpp | 4 +- lib/widgets/propeditor/Makefile.am | 2 +- parts/appwizard/common/kde-index.docbook | 2 +- parts/documentation/interfaces/Makefile.am | 2 +- parts/documentation/tools/htdig/Makefile.am | 2 +- src/Makefile.am | 6 +- src/kconf_update/Makefile.am | 2 +- src/profileengine/lib/Makefile.am | 2 +- vcs/subversion/CMakeLists.txt | 2 +- vcs/subversion/Makefile.am | 2 +- 51 files changed, 174 insertions(+), 174 deletions(-) diff --git a/Doxyfile b/Doxyfile index dab5ec24..5fc66557 100644 --- a/Doxyfile +++ b/Doxyfile @@ -232,9 +232,9 @@ SKIP_FUNCTION_MACROS = YES #--------------------------------------------------------------------------- TAGFILES = $(KDEDIR)/share/doc/HTML/en/kdelibs-apidocs/dcop/dcop.tag=$(KDEDIR)/share/doc/HTML/en/kdelibs-apidocs/dcop/html/ \ $(KDEDIR)/share/doc/HTML/en/kdelibs-apidocs/interfaces/interfaces.tag=$(KDEDIR)/share/doc/HTML/en/kdelibs-apidocs/interfaces/html/ \ - $(KDEDIR)/share/doc/HTML/en/kdelibs-apidocs/kdecore/kdecore.tag=$(KDEDIR)/share/doc/HTML/en/kdelibs-apidocs/kdecore/html/ \ - $(KDEDIR)/share/doc/HTML/en/kdelibs-apidocs/kdefx/kdefx.tag=$(KDEDIR)/share/doc/HTML/en/kdelibs-apidocs/kdefx/html/ \ - $(KDEDIR)/share/doc/HTML/en/kdelibs-apidocs/kdeui/kdeui.tag=$(KDEDIR)/share/doc/HTML/en/kdelibs-apidocs/kdeui/html/ \ + $(KDEDIR)/share/doc/HTML/en/kdelibs-apidocs/tdecore/tdecore.tag=$(KDEDIR)/share/doc/HTML/en/kdelibs-apidocs/tdecore/html/ \ + $(KDEDIR)/share/doc/HTML/en/kdelibs-apidocs/tdefx/tdefx.tag=$(KDEDIR)/share/doc/HTML/en/kdelibs-apidocs/tdefx/html/ \ + $(KDEDIR)/share/doc/HTML/en/kdelibs-apidocs/tdeui/tdeui.tag=$(KDEDIR)/share/doc/HTML/en/kdelibs-apidocs/tdeui/html/ \ $(KDEDIR)/share/doc/HTML/en/kdelibs-apidocs/khtml/khtml.tag=$(KDEDIR)/share/doc/HTML/en/kdelibs-apidocs/khtml/html/ \ $(KDEDIR)/share/doc/HTML/en/kdelibs-apidocs/kio/kio.tag=$(KDEDIR)/share/doc/HTML/en/kdelibs-apidocs/kio/html/ \ $(KDEDIR)/share/doc/HTML/en/kdelibs-apidocs/kjs/kjs.tag=$(KDEDIR)/share/doc/HTML/en/kdelibs-apidocs/kjs/html/ \ diff --git a/buildtools/autotools/autoprojectpart.cpp b/buildtools/autotools/autoprojectpart.cpp index e6e2e272..bb9a2e68 100644 --- a/buildtools/autotools/autoprojectpart.cpp +++ b/buildtools/autotools/autoprojectpart.cpp @@ -155,10 +155,10 @@ AutoProjectPart::AutoProjectPart(TQObject *parent, const char *name, const TQStr action = new KAction( i18n("Install (as root user)"), 0, this, TQT_SLOT(slotInstallWithKdesu()), - actionCollection(), "build_install_kdesu" ); + actionCollection(), "build_install_tdesu" ); action->setToolTip(i18n("Install as root user")); action->setWhatsThis(i18n("Install

Runs make install command from the project directory with root privileges.
" - "It is executed via kdesu command.
" + "It is executed via tdesu command.
" "Environment variables and make arguments can be specified " "in the project settings dialog, Make Options tab.")); action->setGroup("autotools"); @@ -706,7 +706,7 @@ void AutoProjectPart::startMakeCommand(const TQString &dir, const TQString &targ m_buildCommand = constructMakeCommandLine(dir, target); if (withKdesu) - m_buildCommand = "kdesu -t -c '" + m_buildCommand + "'"; + m_buildCommand = "tdesu -t -c '" + m_buildCommand + "'"; if (!m_buildCommand.isNull()) makeFrontend()->queueCommand(dir, m_buildCommand); @@ -1099,8 +1099,8 @@ void AutoProjectPart::slotExecute() if( DomUtil::readBoolEntry(dom, "/kdevautoproject/run/autoinstall", false) && isDirty() ){ m_executeAfterBuild = true; - // Use kdesu?? - if( DomUtil::readBoolEntry(dom, "/kdevautoproject/run/autokdesu", false) ){ + // Use tdesu?? + if( DomUtil::readBoolEntry(dom, "/kdevautoproject/run/autotdesu", false) ){ //slotInstallWithKdesu assumes that it hasn't just been build... kdDebug(9020) << "slotExecute: before startMakeCommand" << endl; _auto ? slotInstallWithKdesu() : startMakeCommand(buildDirectory(), TQString::tqfromLatin1("install"), true); @@ -1451,7 +1451,7 @@ void AutoProjectPart::startSimpleMakeCommand( const TQString & dir, const TQStri m_buildCommand = dircmd + cmdline; if (withKdesu) - m_buildCommand = "kdesu -t -c '" + m_buildCommand + "'"; + m_buildCommand = "tdesu -t -c '" + m_buildCommand + "'"; if (!m_buildCommand.isNull()) makeFrontend()->queueCommand(dir, m_buildCommand); diff --git a/buildtools/autotools/autosubprojectview.cpp b/buildtools/autotools/autosubprojectview.cpp index 3bd53803..0c27eb1b 100644 --- a/buildtools/autotools/autosubprojectview.cpp +++ b/buildtools/autotools/autosubprojectview.cpp @@ -255,7 +255,7 @@ void AutoSubprojectView::initActions() TQT_TQOBJECT(this), TQT_SLOT( slotInstallSuSubproject() ), actions, "install subproject as root" ); installSuSubprojectAction->setWhatsThis(i18n("Install as root user

Runs make install " "command from the directory of the selected subproject " - "with root privileges.
It is executed via kdesu " + "with root privileges.
It is executed via tdesu " "command.
Environment variables and make arguments " "can be specified in the project settings dialog, " "Make Options tab.")); @@ -1082,7 +1082,7 @@ void AutoSubprojectView::slotCustomBuildCommand(int val) break; case 5: //command as root m_part->appFrontend()->startAppCommand(m_part->buildDirectory() + relpath, - "kdesu -t -c ' cd " + + "tdesu -t -c ' cd " + KProcess::quote(m_part->buildDirectory() + relpath) + " && " + cmd + "'", false); break; diff --git a/buildtools/autotools/kdevautoproject.rc b/buildtools/autotools/kdevautoproject.rc index 89571c11..eceff675 100644 --- a/buildtools/autotools/kdevautoproject.rc +++ b/buildtools/autotools/kdevautoproject.rc @@ -12,7 +12,7 @@ - + diff --git a/buildtools/custommakefiles/customprojectpart.cpp b/buildtools/custommakefiles/customprojectpart.cpp index 50d69800..4010c742 100644 --- a/buildtools/custommakefiles/customprojectpart.cpp +++ b/buildtools/custommakefiles/customprojectpart.cpp @@ -122,10 +122,10 @@ CustomProjectPart::CustomProjectPart( TQObject *parent, const char *name, const action = new KAction( i18n( "Install (as root user)" ), 0, this, TQT_SLOT( slotInstallWithKdesu() ), - actionCollection(), "build_install_kdesu" ); + actionCollection(), "build_install_tdesu" ); action->setToolTip( i18n( "Install as root user" ) ); action->setWhatsThis( i18n( "Install

Runs make install command from the project directory with root privileges.
" - "It is executed via kdesu command.
" + "It is executed via tdesu command.
" "Environment variables and make arguments can be specified " "in the project settings dialog, Make Options tab." ) ); @@ -951,7 +951,7 @@ void CustomProjectPart::startMakeCommand( const TQString &dir, const TQString &t cmdline.prepend( makeEnvironment() ); if ( withKdesu ) - cmdline = "kdesu -t -c '" + cmdline + "'"; + cmdline = "tdesu -t -c '" + cmdline + "'"; m_buildCommand = dircmd + cmdline; @@ -1053,8 +1053,8 @@ void CustomProjectPart::slotExecute() if ( DomUtil::readBoolEntry( *projectDom(), "/kdevcustomproject/run/autoinstall", false ) && ( isDirty() || !TQFileInfo( mainProgram() ).exists() ) ) { m_executeAfterBuild = true; - // Use kdesu?? - if ( DomUtil::readBoolEntry( *projectDom(), "/kdevcustomproject/run/autokdesu", false ) ) + // Use tdesu?? + if ( DomUtil::readBoolEntry( *projectDom(), "/kdevcustomproject/run/autotdesu", false ) ) //slotInstallWithKdesu assumes that it hasn't just been build... _auto ? slotInstallWithKdesu() : startMakeCommand( buildDirectory(), TQString::tqfromLatin1( "install" ), true ); else diff --git a/buildtools/lib/base/Makefile.am b/buildtools/lib/base/Makefile.am index 6c9f6df6..00645ec0 100644 --- a/buildtools/lib/base/Makefile.am +++ b/buildtools/lib/base/Makefile.am @@ -9,7 +9,7 @@ libkdevbuildbase_la_SOURCES = kdevbuildtool.cpp kdevelopbuildtoolsincludedir = $(includedir)/kdevelop/buildtools/base kdevelopbuildtoolsinclude_HEADERS = kdevbuildtool.h -DOXYGEN_REFERENCES = dcop interfaces kdecore kdefx kdeui khtml kmdi kio kjs kparts kutils kdevutil kdevinterfaces kdevextensions +DOXYGEN_REFERENCES = dcop interfaces tdecore tdefx tdeui khtml kmdi kio kjs kparts kutils kdevutil kdevinterfaces kdevextensions DOXYGEN_PROJECTNAME = KDevelop Buildtool Base Library DOXYGEN_DOCDIRPREFIX = kdevbt include ../../../Doxyfile.am diff --git a/buildtools/lib/parsers/autotools/Makefile.am b/buildtools/lib/parsers/autotools/Makefile.am index c0776c2f..929f089a 100644 --- a/buildtools/lib/parsers/autotools/Makefile.am +++ b/buildtools/lib/parsers/autotools/Makefile.am @@ -18,7 +18,7 @@ parser: EXTRA_DIST = autotools.yy autotools.ll -DOXYGEN_REFERENCES = dcop interfaces kdecore kdefx kdeui khtml kmdi kio kjs kparts kutils +DOXYGEN_REFERENCES = dcop interfaces tdecore tdefx tdeui khtml kmdi kio kjs kparts kutils DOXYGEN_PROJECTNAME = KDevelop AutoTools Parser DOXYGEN_DOCDIRPREFIX = kdevparser include ../../../../Doxyfile.am diff --git a/buildtools/lib/parsers/qmake/Makefile.am b/buildtools/lib/parsers/qmake/Makefile.am index fd80170c..ac6f9ea5 100644 --- a/buildtools/lib/parsers/qmake/Makefile.am +++ b/buildtools/lib/parsers/qmake/Makefile.am @@ -23,7 +23,7 @@ parser: EXTRA_DIST = qmake.yy qmake.ll -DOXYGEN_REFERENCES = dcop interfaces kdecore kdefx kdeui khtml kmdi kio kjs kparts kutils +DOXYGEN_REFERENCES = dcop interfaces tdecore tdefx tdeui khtml kmdi kio kjs kparts kutils DOXYGEN_PROJECTNAME = KDevelop QMake parser DOXYGEN_DOCDIRPREFIX = kdevparser include ../../../../Doxyfile.am diff --git a/buildtools/lib/widgets/Makefile.am b/buildtools/lib/widgets/Makefile.am index 2277d9d0..ad607b18 100644 --- a/buildtools/lib/widgets/Makefile.am +++ b/buildtools/lib/widgets/Makefile.am @@ -23,7 +23,7 @@ kdevelopbuildtoolsinclude_HEADERS = addenvvardlg.h addfilesdialog.h \ makeoptionswidgetbase.h removesubprojectdialog.h removesubprojectdlgbase.h runoptionswidget.h \ runoptionswidgetbase.h subclassesdlg.h subclassesdlgbase.h -DOXYGEN_REFERENCES = dcop interfaces kdecore kdefx kdeui khtml kmdi kio kjs kparts kutils kdevutil kdevinterfaces kdevutil +DOXYGEN_REFERENCES = dcop interfaces tdecore tdefx tdeui khtml kmdi kio kjs kparts kutils kdevutil kdevinterfaces kdevutil DOXYGEN_PROJECTNAME = KDevelop Buildtool Widgets Library DOXYGEN_DOCDIRPREFIX = kdevbt include ../../../Doxyfile.am diff --git a/buildtools/lib/widgets/runoptionswidget.cpp b/buildtools/lib/widgets/runoptionswidget.cpp index 9aecbe17..bb2b88b1 100644 --- a/buildtools/lib/widgets/runoptionswidget.cpp +++ b/buildtools/lib/widgets/runoptionswidget.cpp @@ -99,7 +99,7 @@ RunOptionsWidget::RunOptionsWidget(TQDomDocument &dom, const TQString &configGro startinterminal_box->setChecked(DomUtil::readBoolEntry(dom, configGroup + "/run/terminal")); autocompile_box->setChecked(DomUtil::readBoolEntry(dom, configGroup + "/run/autocompile", false)); autoinstall_box->setChecked(DomUtil::readBoolEntry(dom, configGroup + "/run/autoinstall", false)); - autokdesu_box->setChecked(DomUtil::readBoolEntry(dom, configGroup + "/run/autokdesu", false)); + autotdesu_box->setChecked(DomUtil::readBoolEntry(dom, configGroup + "/run/autotdesu", false)); } @@ -117,7 +117,7 @@ void RunOptionsWidget::accept() DomUtil::writeBoolEntry(m_dom, m_configGroup + "/run/terminal", startinterminal_box->isChecked()); DomUtil::writeBoolEntry(m_dom, m_configGroup + "/run/autocompile", autocompile_box->isChecked()); DomUtil::writeBoolEntry(m_dom, m_configGroup + "/run/autoinstall", autoinstall_box->isChecked()); - DomUtil::writeBoolEntry(m_dom, m_configGroup + "/run/autokdesu", autokdesu_box->isChecked()); + DomUtil::writeBoolEntry(m_dom, m_configGroup + "/run/autotdesu", autotdesu_box->isChecked()); m_environmentVariablesWidget->accept(); } diff --git a/buildtools/lib/widgets/runoptionswidgetbase.ui b/buildtools/lib/widgets/runoptionswidgetbase.ui index 8134aead..40d79634 100644 --- a/buildtools/lib/widgets/runoptionswidgetbase.ui +++ b/buildtools/lib/widgets/runoptionswidgetbase.ui @@ -179,10 +179,10 @@ - autokdesu_box + autotdesu_box - Use &kdesu when installing + Use &tdesu when installing diff --git a/doc/api/HowToAddPlugins.dox b/doc/api/HowToAddPlugins.dox index ce8f259a..6171d9aa 100644 --- a/doc/api/HowToAddPlugins.dox +++ b/doc/api/HowToAddPlugins.dox @@ -196,7 +196,7 @@ void GDBBreakpointWidget::savePartialProjectSession(QDomElement* el) Note that the .kdevses is related to a project. User settings equal for all projects don't belong to here. You save them to ~/.kde/share/config/kdeveloprc via class KConfig of the -kdecore library. +tdecore library. Document your part in the way described at \ref howToDocument (doc/api/HowToDocument.dox file). diff --git a/doc/kde_app_devel/index.docbook b/doc/kde_app_devel/index.docbook index 2ec1f0e4..0ebf7e71 100644 --- a/doc/kde_app_devel/index.docbook +++ b/doc/kde_app_devel/index.docbook @@ -525,10 +525,10 @@ and the Qt online reference. The main KDE libraries you'll be using for creating your own KDE applications are: -the kdecore library, containing all classes that are non-visible elements to provide application functionality +the tdecore library, containing all classes that are non-visible elements to provide application functionality -the kdeui library, containing user interface elements like menubars, toolbars, etc. +the tdeui library, containing user interface elements like menubars, toolbars, etc. the kfile library, containing the file selection dialogs @@ -539,7 +539,7 @@ the kfile library, containing the file selection dialogs Additionally, for specific solutions KDE offers the following libraries: -the kdefx library, containing pixmaps, image effects the KStyle extension to QStyle +the tdefx library, containing pixmaps, image effects the KStyle extension to QStyle the khtml library, containing KDE's html component @@ -590,7 +590,7 @@ You see that first we have changed from QApplication to < . Further, we had to change the previously used setMainWidget() method to setTopWidget, which KApplication uses to set the main widget. That's it! Your first KDE application is ready - you only have to tell the compiler the KDE -include path and the linker to link in the kdecore library with -lkdecore. +include path and the linker to link in the tdecore library with -ltdecore. As you now know what at least the main() function provides generally and how an @@ -601,7 +601,7 @@ mentioned before and see the effects. What you should have looked into additionally until now is the reference documentation for Qt, especially the QApplication, QWidget and QObject - class and the kdecore library documentation for the KApplication class. + class and the tdecore library documentation for the KApplication class. The KDE Library Reference handbook also covers a complete description about the invocation of the QApplication and KApplication constructors including command-line argument processing. @@ -803,7 +803,7 @@ the compilation phase. -Wall -pedantic -W -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -O2 -fno-exceptions -fno-check-new -o kscribble_client -R /usr/local/trinity/lib -R /usr/lib/qt/lib -R /usr/X11R6/lib -L/usr/X11R6/lib -L/usr/lib/qt/lib - -L/usr/local/trinity/lib kscribble_client.o -lkdecore + -L/usr/local/trinity/lib kscribble_client.o -ltdecore 59 gmake[2]: Leaving directory `/home/caleb/kscribble/src' 60 gmake[2]: Entering directory `/home/caleb/kscribble' 61 gmake[2]: Nothing to be done for `all-am'. @@ -1120,7 +1120,7 @@ know how to handle them and only have to concentrate on the displayed data. KDE Views The KDE libraries were invented to make designing applications for the K Desktop Environment easier -and capable of more functionality than what Qt alone is offering. The kdeui library offers: +and capable of more functionality than what Qt alone is offering. The tdeui library offers: KListView: a more powerful version of QListView @@ -1274,7 +1274,7 @@ either displaying the button, button with text on the right, button with text be This possibility should be made configurable by the user, but isn't a must-be. The text is shown as a tool-tip anyway and a toolbar usually consists of buttons and other widgets like lineedits and combo boxes. For a complete reference, see the KToolBar class reference located -in the kdeui library. +in the tdeui library. As an example, we have a look at the "New File" button in a generic application: diff --git a/doc/kdearch/index.docbook b/doc/kdearch/index.docbook index b1a40091..a17aaa87 100644 --- a/doc/kdearch/index.docbook +++ b/doc/kdearch/index.docbook @@ -50,9 +50,9 @@ -kdecore +tdecore -The kdecore library is the basic application framework for every KDE based +The tdecore library is the basic application framework for every KDE based program. It provides access to the configuration system, command line handling, icon loading and manipulation, some special kinds inter-process communication, file handling and various other utilities. @@ -60,9 +60,9 @@ communication, file handling and various other utilities. -kdeui +tdeui -The kdeui library provides many widgets and standard +The tdeui library provides many widgets and standard dialogs which Qt doesn't have or which have more features than their Qt counterparts. It also includes several widgets which are subclassed from Qt ones and are better integrated with the KDE desktop by @@ -109,26 +109,26 @@ Core application skeleton - classes needed by almost every application. -<ulink url="kdeapi:kdecore/KApplication">KApplication</ulink> +<ulink url="kdeapi:tdecore/KApplication">KApplication</ulink> Initializes and controls a KDE application. -<ulink url="kdeapi:kdecore/KUniqueApplication">KUniqueApplication</ulink> +<ulink url="kdeapi:tdecore/KUniqueApplication">KUniqueApplication</ulink> Makes sure only one instance of an application can run simultaneously. -<ulink url="kdeapi:kdecore/KAboutData">KAboutData</ulink> +<ulink url="kdeapi:tdecore/KAboutData">KAboutData</ulink> Holds information for the about box. -<ulink url="kdeapi:kdecore/KCmdLineArgs">KCmdLineArgs</ulink> +<ulink url="kdeapi:tdecore/KCmdLineArgs">KCmdLineArgs</ulink> Command line argument processing. @@ -143,25 +143,25 @@ database, global settings and application resources. -<ulink url="kdeapi:kdecore/KConfig">KConfig</ulink> +<ulink url="kdeapi:tdecore/KConfig">KConfig</ulink> Provides access to KDE's configuration database. -<ulink url="kdeapi:kdecore/KSimpleConfig">KSimpleConfig</ulink> +<ulink url="kdeapi:tdecore/KSimpleConfig">KSimpleConfig</ulink> Access to simple, non-hierarchical configuration files. -<ulink url="kdeapi:kdecore/KDesktopFile">KDesktopFile</ulink> +<ulink url="kdeapi:tdecore/KDesktopFile">KDesktopFile</ulink> Access to .desktop files. -<ulink url="kdeapi:kdecore/KGlobalSettings">KGlobalSettings</ulink> +<ulink url="kdeapi:tdecore/KGlobalSettings">KGlobalSettings</ulink> Convenient access to not application-specific settings. @@ -175,19 +175,19 @@ File and URL handling - decoding of URLs, temporary files etc. -<ulink url="kdeapi:kdecore/KURL">KURL</ulink> +<ulink url="kdeapi:tdecore/KURL">KURL</ulink> Represents and parses URLs. -<ulink url="kdeapi:kdecore/KTempFile">KTempFile</ulink> +<ulink url="kdeapi:tdecore/KTempFile">KTempFile</ulink> Creates unique files for temporary data. -<ulink url="kdeapi:kdecore/KSaveFile">KSaveFile</ulink> +<ulink url="kdeapi:tdecore/KSaveFile">KSaveFile</ulink> Allows to save files atomically. @@ -201,25 +201,25 @@ Interprocess communication - DCOP helper classes and subprocess invocation. -<ulink url="kdeapi:kdecore/KProcess">KProcess</ulink> +<ulink url="kdeapi:tdecore/KProcess">KProcess</ulink> Invokes and controls child processes. -<ulink url="kdeapi:kdecore/KShellProcess">KShellProcess</ulink> +<ulink url="kdeapi:tdecore/KShellProcess">KShellProcess</ulink> Invokes child processes via a shell. -<ulink url="kdeapi:kdesu/PtyProcess">PtyProcess</ulink> +<ulink url="kdeapi:tdesu/PtyProcess">PtyProcess</ulink> Communication with a child processes through a pseudo terminal. -<ulink url="kdeapi:kdecore/KIPC">KIPC</ulink> +<ulink url="kdeapi:tdecore/KIPC">KIPC</ulink> Simple IPC mechanism using X11 ClientMessages. @@ -231,13 +231,13 @@ DCOP messaging. -<ulink url="kdeapi:kdecore/KDCOPPropertyProxy">KDCOPPropertyProxy</ulink> +<ulink url="kdeapi:tdecore/KDCOPPropertyProxy">KDCOPPropertyProxy</ulink> A proxy class publishing Qt properties through DCOP. -<ulink url="kdeapi:kdeui/KDCOPActionProxy">KDCOPActionProxy</ulink> +<ulink url="kdeapi:tdeui/KDCOPActionProxy">KDCOPActionProxy</ulink> A proxy class publishing a DCOP interface for actions. @@ -252,25 +252,25 @@ random numbers -<ulink url="kdeapi:kdecore/KRegExp">KRegExp</ulink> +<ulink url="kdeapi:tdecore/KRegExp">KRegExp</ulink> POSIX regular expression matching. -<ulink url="kdeapi:kdecore/KStringHandler">KStringHandler</ulink> +<ulink url="kdeapi:tdecore/KStringHandler">KStringHandler</ulink> An extravagant interface for string manipulation. -<ulink url="kdeapi:kdecore/KZoneAllocator">KZoneAllocator</ulink> +<ulink url="kdeapi:tdecore/KZoneAllocator">KZoneAllocator</ulink> Efficient memory allocator for large groups of small objects. -<ulink url="kdeapi:kdecore/KRandomSequence">KRandomSequence</ulink> +<ulink url="kdeapi:tdecore/KRandomSequence">KRandomSequence</ulink> Pseudo random number generator. @@ -285,19 +285,19 @@ throughout the desktop. -<ulink url="kdeapi:kdecore/KAccel">KAccel</ulink> +<ulink url="kdeapi:tdecore/KAccel">KAccel</ulink> Collection of keyboard shortcuts. -<ulink url="kdeapi:kdecore/KStdAccel">KStdAccel</ulink> +<ulink url="kdeapi:tdecore/KStdAccel">KStdAccel</ulink> Easy access to the common keyboard shortcut keys. -<ulink url="kdeapi:kdecore/KGlobalAccel"></ulink> +<ulink url="kdeapi:tdecore/KGlobalAccel"></ulink> Collection of system-wide keyboard shortcuts. @@ -311,31 +311,31 @@ Image processing - icon loading and manipulating. -<ulink url="kdeapi:kdecore/KIconLoader">KIconLoader</ulink> +<ulink url="kdeapi:tdecore/KIconLoader">KIconLoader</ulink> Loads icons in a theme-conforming way. -<ulink url="kdeapi:kdecore/KIconTheme">KIconTheme</ulink> +<ulink url="kdeapi:tdecore/KIconTheme">KIconTheme</ulink> Helper classes for KIconLoader. -<ulink url="kdeapi:kdecore/KPixmap">KPixmap</ulink> +<ulink url="kdeapi:tdecore/KPixmap">KPixmap</ulink> A pixmap class with extended dithering capabilities. -<ulink url="kdeapi:kdeui/KPixmapEffect">KPixmapEffect</ulink> +<ulink url="kdeapi:tdeui/KPixmapEffect">KPixmapEffect</ulink> Pixmap effects like gradients and patterns. -<ulink url="kdeapi:kdeui/KPixmapIO">KPixmapIO</ulink> +<ulink url="kdeapi:tdeui/KPixmapIO">KPixmapIO</ulink> Fast QImage to QPixmap conversion. @@ -349,19 +349,19 @@ Drag and Drop - drag objects for colors and URLs. -<ulink url="kdeapi:kdecore/KURLDrag">KURLDrag</ulink> +<ulink url="kdeapi:tdecore/KURLDrag">KURLDrag</ulink> A drag object for URLs. -<ulink url="kdeapi:kdeui/KColorDrag">KColorDrag</ulink> +<ulink url="kdeapi:tdeui/KColorDrag">KColorDrag</ulink> A drag object for colors. -<ulink url="kdeapi:kdecore/KMultipleDrag">KMultipleDrag</ulink> +<ulink url="kdeapi:tdecore/KMultipleDrag">KMultipleDrag</ulink> Allows to construct drag objects from several others. @@ -375,7 +375,7 @@ Auto-Completion -<ulink url="kdeapi:kdecore/KCompletion">KCompletion</ulink> +<ulink url="kdeapi:tdecore/KCompletion">KCompletion</ulink> Generic auto-completion of strings. @@ -401,55 +401,55 @@ Widgets - widget classes for list views, rules, color selection etc. -<ulink url="kdeapi:kdeui/KListView">KListView</ulink> +<ulink url="kdeapi:tdeui/KListView">KListView</ulink> A variant of QListView that honors KDE's system-wide settings. -<ulink url="kdeapi:kdeui/KListView">KListBox</ulink> +<ulink url="kdeapi:tdeui/KListView">KListBox</ulink> A variant of QListBox that honors KDE's system-wide settings. -<ulink url="kdeapi:kdeui/KListView">KIconView</ulink> +<ulink url="kdeapi:tdeui/KListView">KIconView</ulink> A variant of QIconView that honors KDE's system-wide settings. -<ulink url="kdeapi:kdeui/KListView">KLineEdit</ulink> +<ulink url="kdeapi:tdeui/KListView">KLineEdit</ulink> A variant of QLineEdit with completion support. -<ulink url="kdeapi:kdeui/KComboBox">KComboBox</ulink> +<ulink url="kdeapi:tdeui/KComboBox">KComboBox</ulink> A variant of QComboBox with completion support. -<ulink url="kdeapi:kdeui/KFontCombo">KFontCombo</ulink> +<ulink url="kdeapi:tdeui/KFontCombo">KFontCombo</ulink> A combo box for selecting fonts. -<ulink url="kdeapi:kdeui/KColorCombo">KColorCombo</ulink> +<ulink url="kdeapi:tdeui/KColorCombo">KColorCombo</ulink> A combo box for selecting colors. -<ulink url="kdeapi:kdeui/KColorButton">KColorButton</ulink> +<ulink url="kdeapi:tdeui/KColorButton">KColorButton</ulink> A button for selecting colors. -<ulink url="kdeapi:kdeui/KURLCombo">KURLCombo</ulink> +<ulink url="kdeapi:tdeui/KURLCombo">KURLCombo</ulink> A combo box for selecting file names and URLs. @@ -461,26 +461,26 @@ A line edit for selecting file names and URLs. -<ulink url="kdeapi:kdeui/KRuler">KRuler</ulink> +<ulink url="kdeapi:tdeui/KRuler">KRuler</ulink> A ruler widget. <ulink -url="kdeapi:kdeui/KAnimWidget">KAnimWidget</ulink> +url="kdeapi:tdeui/KAnimWidget">KAnimWidget animations. -<ulink url="kdeapi:kdeui/KNumInput">KNumInput</ulink> +<ulink url="kdeapi:tdeui/KNumInput">KNumInput</ulink> A widget for inputting numbers. -<ulink url="kdeapi:kdeui/KPasswordEdit">KPasswordEdit</ulink> +<ulink url="kdeapi:tdeui/KPasswordEdit">KPasswordEdit</ulink> A widget for inputting passwords. @@ -500,13 +500,13 @@ A file selection dialog. -<ulink url="kdeapi:kdeui/KColorDialog">KColorDialog</ulink> +<ulink url="kdeapi:tdeui/KColorDialog">KColorDialog</ulink> A color selection dialog. -<ulink url="kdeapi:kdeui/KFontDialog">KFontDialog</ulink> +<ulink url="kdeapi:tdeui/KFontDialog">KFontDialog</ulink> A font selection dialog. @@ -518,31 +518,31 @@ An icon selection dialog. -<ulink url="kdeapi:kdeui/KKeyDialog">KKeyDialog</ulink> +<ulink url="kdeapi:tdeui/KKeyDialog">KKeyDialog</ulink> A dialog for editing keyboard bindings. -<ulink url="kdeapi:kdeui/KEditToolBar">KEditToolBar</ulink> +<ulink url="kdeapi:tdeui/KEditToolBar">KEditToolBar</ulink> A dialog for editing toolbars. -<ulink url="kdeapi:kdeui/KTipDialog">KTipDialog</ulink> +<ulink url="kdeapi:tdeui/KTipDialog">KTipDialog</ulink> A Tip-of-the-day dialog. -<ulink url="kdeapi:kdeui/KAboutDialog">KAboutDialog</ulink> +<ulink url="kdeapi:tdeui/KAboutDialog">KAboutDialog</ulink> An about dialog. -<ulink url="kdeapi:kdeui/KLineEditDlg">KLineEditDlg</ulink> +<ulink url="kdeapi:tdeui/KLineEditDlg">KLineEditDlg</ulink> A simple dialog for entering text. @@ -554,13 +554,13 @@ A simple dialog for entering URLs. -<ulink url="kdeapi:kdeui/KMessageBox">KMessageBox</ulink> +<ulink url="kdeapi:tdeui/KMessageBox">KMessageBox</ulink> A dialog for signaling errors and warnings. -<ulink url="kdeapi:kdeui/KPasswordDialog">KPasswordDialog</ulink> +<ulink url="kdeapi:tdeui/KPasswordDialog">KPasswordDialog</ulink> A dialog for inputting passwords. @@ -574,19 +574,19 @@ Actions and XML GUI -<ulink url="kdeapi:kdeui/KAction">KAction</ulink> +<ulink url="kdeapi:tdeui/KAction">KAction</ulink> Abstraction for an action that can be plugged into menu bars and tool bars. -<ulink url="kdeapi:kdeui/KActionCollection">KActionCollection</ulink> +<ulink url="kdeapi:tdeui/KActionCollection">KActionCollection</ulink> A set of actions. -<ulink url="kdeapi:kdeui/KXMLGUIClient">KXMLGUIClient</ulink> +<ulink url="kdeapi:tdeui/KXMLGUIClient">KXMLGUIClient</ulink> A GUI fragment consisting of an action collection and a DOM tree representing their location in the GUI. @@ -606,19 +606,19 @@ Plugins and Components -<ulink url="kdeapi:kdecore/KLibrary">KLibrary</ulink> +<ulink url="kdeapi:tdecore/KLibrary">KLibrary</ulink> Represents a dynamically loaded library. -<ulink url="kdeapi:kdecore/KLibrary">KLibLoader</ulink> +<ulink url="kdeapi:tdecore/KLibrary">KLibLoader</ulink> Shared library loading. -<ulink url="kdeapi:kdecore/KLibFactory">KLibFactory</ulink> +<ulink url="kdeapi:tdecore/KLibFactory">KLibFactory</ulink> Object factory in plugins. @@ -1366,9 +1366,9 @@ come from many different plugins or parts. KDE's class for toplevel windows, -KMainWindow, +KMainWindow, inherits -KXMLGUIClient +KXMLGUIClient and therefore supports XMLGUI out of the box. All actions created within it must have the client's actionCollection() as parent. A call to createGUI() will then build the whole set of menu and tool @@ -1451,7 +1451,7 @@ in this screenshot: The XML file begins with a document type declaration. The DTD for kpartgui can -be found in the kdelibs sources in kdeui/kpartgui.dtd. The +be found in the kdelibs sources in tdeui/kpartgui.dtd. The outermost element of the file contains the instance name of the application as attribute. It can also contain a version number in the form "version=2". This is useful when you release new versions of an application with a changed menu @@ -1499,11 +1499,11 @@ screenshots corresponds to the <Separator> element. You will note that some menu items do not not have a corresponding element in the XML file. These are standard actions. Standard actions are created by the class -KStdAction. +KStdAction. When you create such actions in your application (such as in the C++ example above), they will automatically be inserted in a prescribed position, and possibly with an icon and a shortcut key. You can look up these locations in -the file kdeui/ui_standards.rc in the kdelibs sources. +the file tdeui/ui_standards.rc in the kdelibs sources. @@ -1769,7 +1769,7 @@ QToolTip::add(w, i18n("This widget does something.")) If the menu bars and tool bars are created using the action pattern, the string used as tooltip is derived from the first argument -of the KAction constructor: +of the KAction constructor: @@ -1809,7 +1809,7 @@ action->setWhatsThis(i18n("Deletes the marked file")) The invocation of KHelpCenter is encapsulated in the -KApplication +KApplication class. In order to show the manual of your application, just use @@ -2008,7 +2008,7 @@ inherits KLibFactory). More common examples are which is supposed to produce KParts::ReadOnlyPart objects or in most cases the generic -KLibFactory. +KLibFactory. @@ -2046,7 +2046,7 @@ if (!factory) { From this point, the further proceeding depends again on the service type. For generic plugins, you create objects with the method -KLibFactory::create(). +KLibFactory::create(). For KParts, you must cast the factory pointer to the more specific KParts::Factory and use its create() method: @@ -2091,13 +2091,13 @@ name. As additional properties, it contains two lines: X-DCOP-ServiceType specifies the way the service is started. The value Unique says that the service must not be started more than once. This means, if you try to start this service (e.g. via - + KApplication::startServiceByName(), KDE looks whether it is already registered with DCOP and uses the running service. If it is not registered yet, KDE will start it up and wait until is registered. Thus, you can immediately send DCOP calls to the service. In such a case, the service should be implemented as a -KUniqueApplication. +KUniqueApplication. @@ -3079,7 +3079,7 @@ Icon=ftp The "protocol" entry defines for which protocol this slave is responsible. "exec" is (in contrast what you would expect naively) the name of the library that implements the slave. When the -slave is supposed to start, the "kdeinit" executable is +slave is supposed to start, the "tdeinit" executable is started which in turn loads this library into its address space. So in practice, you can think of the running slave as a separate process although it is implemented as library. The advantage of this mechanism is that it saves a diff --git a/kdevdesigner/src/Makefile.am b/kdevdesigner/src/Makefile.am index ce127aca..d8bd33c8 100644 --- a/kdevdesigner/src/Makefile.am +++ b/kdevdesigner/src/Makefile.am @@ -21,7 +21,7 @@ bin_PROGRAMS = kdevdesigner # the application source, library search path, and link libraries kdevdesigner_SOURCES = main.cpp kdevdesigner.cpp -kdevdesigner_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -lkdefx $(LIB_KIO) -lktexteditor +kdevdesigner_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -ltdefx $(LIB_KIO) -lktexteditor kdevdesigner_LDADD = $(LIB_KPARTS) # this is where the desktop file will go diff --git a/kdevelop.m4.in b/kdevelop.m4.in index 33d2c912..eaf47715 100644 --- a/kdevelop.m4.in +++ b/kdevelop.m4.in @@ -54,7 +54,7 @@ else fi kdelibs_doxydirs="$ac_kdelibs_doxydirs $ac_kde_htmldir/default/kdelibs-apidocs $ac_kde_htmldir/en/kdelibs-apidocs" -AC_FIND_FILE(kdecore/html/classKApplication.html, $kdelibs_doxydirs, kdelibs_doxydir) +AC_FIND_FILE(tdecore/html/classKApplication.html, $kdelibs_doxydirs, kdelibs_doxydir) AC_MSG_RESULT($kdelibs_doxydir) if test "$kdelibs_doxydir" = NO; then kdelibs_doxydir="" @@ -92,7 +92,7 @@ if test "$ac_kde_htmldir" != ""; then kdelibs_docdirs="$kdelibs_docdirs $ac_kde_htmldir/default/kdelibs $ac_kde_htmldir/en/kdelibs" fi kdelibs_docdirs="$ac_kdelibs_docdirs $kdelibs_docdirs" -AC_FIND_FILE(kdecore/index.html, $kdelibs_docdirs, kdelibs_docdir) +AC_FIND_FILE(tdecore/index.html, $kdelibs_docdirs, kdelibs_docdir) AC_MSG_RESULT($kdelibs_docdir) if test "$kdelibs_docdir" = NO; then kdelibs_docdir="" diff --git a/languages/cpp/app_templates/kconfig35/README b/languages/cpp/app_templates/kconfig35/README index 527ce518..6817ca20 100644 --- a/languages/cpp/app_templates/kconfig35/README +++ b/languages/cpp/app_templates/kconfig35/README @@ -54,7 +54,7 @@ in the src directory : .kcfg and a .kcfgc The configure.in.in will need to be modified : change the line #MIN_CONFIG(3.0.0) into #MIN_CONFIG(3.2.0) -Take an example on the many apps found in the kdegames source package and consult : +Take an example on the many apps found in the tdegames source package and consult : http://developer.kde.org/documentation/tutorials/kconfigxt/kconfigxt.html * With KParts, you can embed other kde components in your program, or make your program diff --git a/languages/cpp/app_templates/kde4app/kde4app.kdevelop b/languages/cpp/app_templates/kde4app/kde4app.kdevelop index d36a9536..9ae6fd6b 100644 --- a/languages/cpp/app_templates/kde4app/kde4app.kdevelop +++ b/languages/cpp/app_templates/kde4app/kde4app.kdevelop @@ -126,7 +126,7 @@ false - false + false true %{dest} diff --git a/languages/cpp/app_templates/kmake/src.pro b/languages/cpp/app_templates/kmake/src.pro index a27a6b13..950d6a91 100644 --- a/languages/cpp/app_templates/kmake/src.pro +++ b/languages/cpp/app_templates/kmake/src.pro @@ -21,7 +21,7 @@ target.path = $$KDEBIN FORMS += mainview.ui HEADERS += mainviewimp.h SOURCES += %{APPNAMELC}.cpp mainviewimp.cpp -LIBS += -lkdeui -lkdecore +LIBS += -ltdeui -ltdecore INCLUDEPATH = $$KDEINCLUDE QMAKE_LIBDIR = $$KDELIB TARGET = %{APPNAMELC} diff --git a/languages/cpp/app_templates/kofficepart/src-Makefile.am b/languages/cpp/app_templates/kofficepart/src-Makefile.am index 19d38267..aad464bb 100644 --- a/languages/cpp/app_templates/kofficepart/src-Makefile.am +++ b/languages/cpp/app_templates/kofficepart/src-Makefile.am @@ -8,7 +8,7 @@ lib%{APPNAMELC}part_la_SOURCES = %{APPNAMELC}_part.cpp \ lib%{APPNAMELC}part_la_LDFLAGS = $(KDE_PLUGIN) lib%{APPNAMELC}part_la_LIBADD = -lkofficeui -## The kdeinit loadable module +## The tdeinit loadable module lib_LTLIBRARIES = %{APPNAMELC}.la %{APPNAMELC}_la_SOURCES = %{APPNAMELC}.cpp %{APPNAMELC}_la_LDFLAGS = -module -avoid-version -no-undefined $(all_libraries) diff --git a/languages/cpp/app_templates/kscons_kmdi/README b/languages/cpp/app_templates/kscons_kmdi/README index 28c9af22..351a39ac 100644 --- a/languages/cpp/app_templates/kscons_kmdi/README +++ b/languages/cpp/app_templates/kscons_kmdi/README @@ -75,7 +75,7 @@ in the src directory : .kcfg and a .kcfgc The configure.in.in will need to be modified : change the line #MIN_CONFIG(3.0.0) into #MIN_CONFIG(3.2.0) -Take an example on the many apps found in the kdegames source package and consult : +Take an example on the many apps found in the tdegames source package and consult : http://developer.kde.org/documentation/tutorials/kconfigxt/kconfigxt.html * With KParts, you can embed other kde components in your program, or make your program diff --git a/languages/cpp/app_templates/kscons_kmdi/SConscript-src b/languages/cpp/app_templates/kscons_kmdi/SConscript-src index 9850e2ae..8c6423b6 100644 --- a/languages/cpp/app_templates/kscons_kmdi/SConscript-src +++ b/languages/cpp/app_templates/kscons_kmdi/SConscript-src @@ -22,7 +22,7 @@ prefs.ui # Now that we have our list of sources we can build the program myenv.KDEprogram( '%{APPNAMELC}', %{APPNAMELC}_sources ) # main program myenv.KDEaddpaths_includes( './ ../' ) # additional paths -myenv.KDEaddlibs( 'qt-mt kdecore kio kparts kmdi' ) # additional libraries +myenv.KDEaddlibs( 'qt-mt tdecore kio kparts kmdi' ) # additional libraries ## Next, the kpart library ## using KDEshlib, the .so and .la are installed automatically when needed @@ -31,7 +31,7 @@ myenv2=env.Copy() %{APPNAMELC}part_sources = '%{APPNAMELC}_part.cpp' myenv2.KDEshlib( 'lib%{APPNAMELC}part', %{APPNAMELC}part_sources) myenv2.KDEaddpaths_includes( './ #/' ) # the '#' means the top-level directory -myenv2.KDEaddlibs( 'qt-mt kio kdecore kdeprint kparts' ) +myenv2.KDEaddlibs( 'qt-mt kio tdecore tdeprint kparts' ) # myenv2.KDEaddflags_link( '-DQT_THREAD_SUPPORT' ) ############################# diff --git a/languages/cpp/app_templates/kscons_kxt/README b/languages/cpp/app_templates/kscons_kxt/README index 28c9af22..351a39ac 100644 --- a/languages/cpp/app_templates/kscons_kxt/README +++ b/languages/cpp/app_templates/kscons_kxt/README @@ -75,7 +75,7 @@ in the src directory : .kcfg and a .kcfgc The configure.in.in will need to be modified : change the line #MIN_CONFIG(3.0.0) into #MIN_CONFIG(3.2.0) -Take an example on the many apps found in the kdegames source package and consult : +Take an example on the many apps found in the tdegames source package and consult : http://developer.kde.org/documentation/tutorials/kconfigxt/kconfigxt.html * With KParts, you can embed other kde components in your program, or make your program diff --git a/languages/cpp/app_templates/kscons_kxt/SConscript-src b/languages/cpp/app_templates/kscons_kxt/SConscript-src index bc91cc0b..17b45ad3 100644 --- a/languages/cpp/app_templates/kscons_kxt/SConscript-src +++ b/languages/cpp/app_templates/kscons_kxt/SConscript-src @@ -37,7 +37,7 @@ myenv.KDEprogram( "%{APPNAMELC}", %{APPNAMELC}_sources ) myenv.KDEaddpaths_includes( "./ ../" ) ## Necessary libraries to link against -myenv.KDEaddlibs( "qt-mt kio kdecore kdeprint" ) +myenv.KDEaddlibs( "qt-mt kio tdecore tdeprint" ) ## This shows how to add other link flags to the program # myenv.KDEaddflags_link('-export-dynamic') diff --git a/languages/cpp/app_templates/kxt/README b/languages/cpp/app_templates/kxt/README index 74e23296..9ff2c54d 100644 --- a/languages/cpp/app_templates/kxt/README +++ b/languages/cpp/app_templates/kxt/README @@ -50,7 +50,7 @@ in the src directory : .kcfg and a .kcfgc The configure.in.in will need to be modified : change the line #MIN_CONFIG(3.0.0) into #MIN_CONFIG(3.2.0) -Take an example on the many apps found in the kdegames source package and consult : +Take an example on the many apps found in the tdegames source package and consult : http://developer.kde.org/documentation/tutorials/kconfigxt/kconfigxt.html * With KParts, you can embed other kde components in your program, or make your program diff --git a/languages/cpp/doc/kde2book.toc b/languages/cpp/doc/kde2book.toc index f779695e..72e55d3c 100644 --- a/languages/cpp/doc/kde2book.toc +++ b/languages/cpp/doc/kde2book.toc @@ -87,8 +87,8 @@ - - + + @@ -754,9 +754,9 @@ - - - + + + @@ -1127,7 +1127,7 @@ - + @@ -1312,8 +1312,8 @@ - - + + @@ -1337,14 +1337,14 @@ - - + + - - - + + + @@ -1610,9 +1610,9 @@ - - - + + + @@ -1653,7 +1653,7 @@ - + @@ -1822,7 +1822,7 @@ - + @@ -2121,13 +2121,13 @@ - + - + @@ -2827,7 +2827,7 @@ - + diff --git a/languages/cpp/includepathresolver.cpp b/languages/cpp/includepathresolver.cpp index 1da45d76..39cceae0 100644 --- a/languages/cpp/includepathresolver.cpp +++ b/languages/cpp/includepathresolver.cpp @@ -550,7 +550,7 @@ void IncludePathResolver::setOutOfSourceBuildSystem( const TQString& source, con #ifdef TEST /** This can be used for testing and debugging the system. To compile it use - * gcc includepathresolver.cpp -I /usr/share/qt3/include -I /usr/include/kde -I ../../lib/util -DTEST -lkdecore -g -o includepathresolver + * gcc includepathresolver.cpp -I /usr/share/qt3/include -I /usr/include/kde -I ../../lib/util -DTEST -ltdecore -g -o includepathresolver * */ int main(int argc, char **argv) { diff --git a/languages/cpp/pcsimporter/kdelibsimporter/kdevkdelibsimporter.cpp b/languages/cpp/pcsimporter/kdelibsimporter/kdevkdelibsimporter.cpp index f85b4ded..4a853d77 100644 --- a/languages/cpp/pcsimporter/kdelibsimporter/kdevkdelibsimporter.cpp +++ b/languages/cpp/pcsimporter/kdelibsimporter/kdevkdelibsimporter.cpp @@ -58,8 +58,8 @@ TQStringList KDevKDELibsImporter::fileList() files += fileList( m_settings->kdeDir() + "/dcopc" ); files += fileList( m_settings->kdeDir() + "/dom" ); files += fileList( m_settings->kdeDir() + "/kabc" ); - files += fileList( m_settings->kdeDir() + "/kdeprint" ); - files += fileList( m_settings->kdeDir() + "/kdesu" ); + files += fileList( m_settings->kdeDir() + "/tdeprint" ); + files += fileList( m_settings->kdeDir() + "/tdesu" ); files += fileList( m_settings->kdeDir() + "/kio" ); files += fileList( m_settings->kdeDir() + "/kjs" ); files += fileList( m_settings->kdeDir() + "/kparts" ); diff --git a/languages/fortran/compiler/pgioptions/CMakeLists.txt b/languages/fortran/compiler/pgioptions/CMakeLists.txt index 9c2e7f5f..2111f2ad 100644 --- a/languages/fortran/compiler/pgioptions/CMakeLists.txt +++ b/languages/fortran/compiler/pgioptions/CMakeLists.txt @@ -34,6 +34,6 @@ install( FILES tde_add_kpart( libkdevpgioptions AUTOMOC SOURCES pgioptionsfactory.cpp pgioptionsplugin.cpp - LINK kdevextras-shared kdeui-shared + LINK kdevextras-shared tdeui-shared DESTINATION ${PLUGIN_INSTALL_DIR} ) diff --git a/languages/lib/debugger/Makefile.am b/languages/lib/debugger/Makefile.am index cdeee852..63476ada 100644 --- a/languages/lib/debugger/Makefile.am +++ b/languages/lib/debugger/Makefile.am @@ -7,7 +7,7 @@ liblang_debugger_la_SOURCES = kdevdebugger.cpp debugger.cpp langincludedirdir = $(includedir)/kdevelop/languages/debugger langincludedir_HEADERS = debugger.h kdevdebugger.h -DOXYGEN_REFERENCES = dcop interfaces kdecore kdefx kdeui khtml kmdi kio kjs kparts kutils kdevinterfaces kdevutil +DOXYGEN_REFERENCES = dcop interfaces tdecore tdefx tdeui khtml kmdi kio kjs kparts kutils kdevinterfaces kdevutil DOXYGEN_PROJECTNAME = KDevelop Debugger Support Library DOXYGEN_DOCDIRPREFIX = kdevlang include ../../../Doxyfile.am diff --git a/languages/lib/designer_integration/Makefile.am b/languages/lib/designer_integration/Makefile.am index cab66420..fd14d21e 100644 --- a/languages/lib/designer_integration/Makefile.am +++ b/languages/lib/designer_integration/Makefile.am @@ -11,6 +11,6 @@ libdesignerintegration_la_SOURCES = implementationwidgetbase.ui \ langincludedirdir = $(includedir)/kdevelop/languages/designer_integration langincludedir_HEADERS = qtdesignerintegration.h implementationwidget.h implementationwidgetbase.h -DOXYGEN_REFERENCES = dcop interfaces kdecore kdefx kdeui khtml kmdi kio kjs kparts kutils kdevinterfaces kdevutil +DOXYGEN_REFERENCES = dcop interfaces tdecore tdefx tdeui khtml kmdi kio kjs kparts kutils kdevinterfaces kdevutil DOXYGEN_PROJECTNAME = KDevelop Designer Integration Support Library include ../../../Doxyfile.am diff --git a/languages/lib/interfaces/Makefile.am b/languages/lib/interfaces/Makefile.am index 2ccbac75..b8ae2a04 100644 --- a/languages/lib/interfaces/Makefile.am +++ b/languages/lib/interfaces/Makefile.am @@ -10,7 +10,7 @@ INCLUDES = $(all_includes) servicetypedir = $(kde_servicetypesdir) servicetype_DATA = kdeveloppcsimporter.desktop -DOXYGEN_REFERENCES = dcop interfaces kdecore kdefx kdeui khtml kmdi kio kjs kparts kutils kdevinterfaces kdevutil +DOXYGEN_REFERENCES = dcop interfaces tdecore tdefx tdeui khtml kmdi kio kjs kparts kutils kdevinterfaces kdevutil DOXYGEN_PROJECTNAME = KDevelop Language Support Interfaces Library DOXYGEN_DOCDIRPREFIX = kdevlang include ../../../Doxyfile.am diff --git a/lib/catalog/CMakeLists.txt b/lib/catalog/CMakeLists.txt index 404b7bc9..6f5a631d 100644 --- a/lib/catalog/CMakeLists.txt +++ b/lib/catalog/CMakeLists.txt @@ -33,6 +33,6 @@ install( FILES tde_add_library( kdevcatalog SHARED AUTOMOC SOURCES tag.cpp catalog.cpp VERSION 0.0.0 - LINK kdecore-shared ${BDB_LIBRARY} + LINK tdecore-shared ${BDB_LIBRARY} DESTINATION ${LIB_INSTALL_DIR} ) diff --git a/lib/catalog/Makefile.am b/lib/catalog/Makefile.am index ff01a6f6..1e2a19f6 100644 --- a/lib/catalog/Makefile.am +++ b/lib/catalog/Makefile.am @@ -7,7 +7,7 @@ libkdevcatalog_la_LIBADD = -l$(DB3LIB) $(LIB_KDECORE) $(LIB_QT) kdevcatalogincludedir = $(includedir)/kdevelop/catalog kdevcataloginclude_HEADERS = catalog.h tag.h -DOXYGEN_REFERENCES = dcop interfaces kdecore kdefx kdeui khtml kmdi kio kjs kparts kutils +DOXYGEN_REFERENCES = dcop interfaces tdecore tdefx tdeui khtml kmdi kio kjs kparts kutils DOXYGEN_PROJECTNAME = KDevelop Catalog Library DOXYGEN_DOCDIRPREFIX = kdev include ../../Doxyfile.am diff --git a/lib/interfaces/Makefile.am b/lib/interfaces/Makefile.am index 6b171b10..936966eb 100644 --- a/lib/interfaces/Makefile.am +++ b/lib/interfaces/Makefile.am @@ -33,7 +33,7 @@ METASOURCES = AUTO SUBDIRS = extensions external extras -DOXYGEN_REFERENCES = dcop interfaces kdecore kdefx kdeui khtml kmdi kio kjs kparts kutils kdevutil designer_integration kdevcatalog kdevprofileslib kdevextensions +DOXYGEN_REFERENCES = dcop interfaces tdecore tdefx tdeui khtml kmdi kio kjs kparts kutils kdevutil designer_integration kdevcatalog kdevprofileslib kdevextensions DOXYGEN_PROJECTNAME = KDevelop Interfaces Library DOXYGEN_DOCDIRPREFIX = kdev include ../../Doxyfile.am diff --git a/lib/interfaces/extensions/Makefile.am b/lib/interfaces/extensions/Makefile.am index 4bc069cb..4e12ca56 100644 --- a/lib/interfaces/extensions/Makefile.am +++ b/lib/interfaces/extensions/Makefile.am @@ -16,7 +16,7 @@ libkdevextensions_la_SOURCES = kdevappfrontend.cpp kdevmakefrontend.cpp INCLUDES = -I$(top_srcdir)/lib/interfaces $(all_includes) METASOURCES = AUTO -DOXYGEN_REFERENCES = dcop interfaces kdecore kdefx kdeui khtml kmdi kio kjs kparts kutils kdevinterfaces +DOXYGEN_REFERENCES = dcop interfaces tdecore tdefx tdeui khtml kmdi kio kjs kparts kutils kdevinterfaces DOXYGEN_PROJECTNAME = KDevelop Extension Interfaces Library DOXYGEN_DOCDIRPREFIX = kdev include ../../../Doxyfile.am diff --git a/lib/interfaces/external/Mainpage.dox b/lib/interfaces/external/Mainpage.dox index 8b91bf8c..89d89b66 100644 --- a/lib/interfaces/external/Mainpage.dox +++ b/lib/interfaces/external/Mainpage.dox @@ -45,7 +45,7 @@ KDevelop version >= 3.1 comes with a customized version (fork ;)) of %Qt Designe - KDevDesigner uses %KDE icons and dialogs and thus provides better integration with a system. . -It is safe to preview forms with some %KDE widgets from kdeui and kio libraries - KDevDesigner part is linked to those libraries so it will not crash under some circumstances. +It is safe to preview forms with some %KDE widgets from tdeui and kio libraries - KDevDesigner part is linked to those libraries so it will not crash under some circumstances. KDevDesigner will not create .ui.h files - this feature is completely disabled. Integrated KDevDesigner will use subclassing approach, standalone does not allow to enter code. diff --git a/lib/interfaces/external/Makefile.am b/lib/interfaces/external/Makefile.am index bcad37b3..2bfe3b9d 100644 --- a/lib/interfaces/external/Makefile.am +++ b/lib/interfaces/external/Makefile.am @@ -10,6 +10,6 @@ libkinterfacedesigner_la_LIBADD = $(LIB_QT) $(LIB_KPARTS) $(LIB_KDEUI) libkinterfacedesigner_la_LDFLAGS = $(all_libraries) libkinterfacedesigner_la_SOURCES = designer.cpp -DOXYGEN_REFERENCES = dcop interfaces kdecore kdefx kdeui khtml kmdi kio kjs kparts kutils +DOXYGEN_REFERENCES = dcop interfaces tdecore tdefx tdeui khtml kmdi kio kjs kparts kutils DOXYGEN_PROJECTNAME = KInterfaceDesigner Library include ../../../Doxyfile.am diff --git a/lib/interfaces/extras/Makefile.am b/lib/interfaces/extras/Makefile.am index b8b3e091..37aa2244 100644 --- a/lib/interfaces/extras/Makefile.am +++ b/lib/interfaces/extras/Makefile.am @@ -12,7 +12,7 @@ libkdevextras_la_SOURCES = kdevcompileroptions.cpp kdevvcsintegrator.cpp servicetype_DATA = kdevelopcompileroptions.desktop \ kdevelopvcsintegrator.desktop -DOXYGEN_REFERENCES = dcop interfaces kdecore kdefx kdeui khtml kmdi kio kjs kparts kutils kdevinterfaces +DOXYGEN_REFERENCES = dcop interfaces tdecore tdefx tdeui khtml kmdi kio kjs kparts kutils kdevinterfaces DOXYGEN_PROJECTNAME = KDevelop Extra Interfaces Library DOXYGEN_DOCDIRPREFIX = kdev include ../../../Doxyfile.am diff --git a/lib/util/Makefile.am b/lib/util/Makefile.am index c170787e..7789cd5f 100644 --- a/lib/util/Makefile.am +++ b/lib/util/Makefile.am @@ -12,7 +12,7 @@ kdevelopincludedir = $(includedir)/kdevelop/util kdevelopinclude_HEADERS = domutil.h execcommand.h filetemplate.h urlutil.h \ configwidgetproxy.h rurl.h kscriptactionmanager.h -DOXYGEN_REFERENCES = dcop interfaces kdecore kdefx kdeui khtml kmdi kio kjs kparts kutils kdevextensions kdevinterfaces +DOXYGEN_REFERENCES = dcop interfaces tdecore tdefx tdeui khtml kmdi kio kjs kparts kutils kdevextensions kdevinterfaces DOXYGEN_PROJECTNAME = KDevelop Utility Library DOXYGEN_DOCDIRPREFIX = kdev include ../../Doxyfile.am diff --git a/lib/widgets/Makefile.am b/lib/widgets/Makefile.am index 442f0c1c..59962b1c 100644 --- a/lib/widgets/Makefile.am +++ b/lib/widgets/Makefile.am @@ -24,7 +24,7 @@ rcdir = $(kde_datadir)/kdevelop rc_DATA = kdevhtml_partui.rc -DOXYGEN_REFERENCES = dcop interfaces kdecore kdefx kdeui khtml kmdi kio kjs kparts kutils kdevutil kdevinterfaces +DOXYGEN_REFERENCES = dcop interfaces tdecore tdefx tdeui khtml kmdi kio kjs kparts kutils kdevutil kdevinterfaces DOXYGEN_PROJECTNAME = KDevelop Widgets Library DOXYGEN_DOCDIRPREFIX = kdev include ../../Doxyfile.am diff --git a/lib/widgets/kdevhtmlpart.cpp b/lib/widgets/kdevhtmlpart.cpp index 220b846a..690c39ac 100644 --- a/lib/widgets/kdevhtmlpart.cpp +++ b/lib/widgets/kdevhtmlpart.cpp @@ -169,7 +169,7 @@ TQString KDevHTMLPart::context() const } -// Note: this function is a copy of code in kdecore/kconfigbase.cpp ;) +// Note: this function is a copy of code in tdecore/kconfigbase.cpp ;) static bool isUtf8(const char *buf) { int i, n; register unsigned char c; @@ -256,7 +256,7 @@ TQString KDevHTMLPart::resolveEnvVarsInURL(const TQString& url) TQString path = url; int nDollarPos = path.find( '$' ); - // Note: the while loop below is a copy of code in kdecore/kconfigbase.cpp ;) + // Note: the while loop below is a copy of code in tdecore/kconfigbase.cpp ;) while( nDollarPos != -1 && nDollarPos+1 < static_cast(path.length())) { // there is at least one $ if( (path)[nDollarPos+1] == '(' ) { diff --git a/lib/widgets/propeditor/Makefile.am b/lib/widgets/propeditor/Makefile.am index bd055733..08fff469 100644 --- a/lib/widgets/propeditor/Makefile.am +++ b/lib/widgets/propeditor/Makefile.am @@ -13,6 +13,6 @@ pcolorcombo.cpp pdoublenuminput.cpp ppixmapedit.cpp propertylist.cpp ps kdevpropeditorincludedir = $(includedir)/kdevelop/propeditor kdevpropeditorinclude_HEADERS = childproperty.h pcombobox.h pdummywidget.h ppointedit.h propertymachinefactory.h pcursoredit.h pfontbutton.h prectedit.h propertywidget.h pdateedit.h pfontcombo.h property.h psizeedit.h pdatetimeedit.h plineedit.h propertyeditor.h psizepolicyedit.h pdoublenuminput.h ppixmapedit.h propertylist.h pspinbox.h propertywidgetproxy.h multiproperty.h pyesnobutton.h purledit.h psymbolcombo.h pstringlistedit.h pcolorcombo.h pcolorbutton.h pcheckbox.h plinestyleedit.h -DOXYGEN_REFERENCES = dcop interfaces kdecore kdefx kdeui khtml kmdi kio kjs kparts kutils +DOXYGEN_REFERENCES = dcop interfaces tdecore tdefx tdeui khtml kmdi kio kjs kparts kutils DOXYGEN_PROJECTNAME = KDevelop Property Editing Library include ../../../Doxyfile.am diff --git a/parts/appwizard/common/kde-index.docbook b/parts/appwizard/common/kde-index.docbook index c79adfeb..80031f00 100644 --- a/parts/appwizard/common/kde-index.docbook +++ b/parts/appwizard/common/kde-index.docbook @@ -488,7 +488,7 @@ application -->