diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-16 13:53:18 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-16 13:53:18 -0600 |
commit | 2ecab1a194b0dc551b478820e1aaa3b8713354cc (patch) | |
tree | ae4df71ed26f3dc2dd605970d8d455165a1c8ab3 /parts | |
parent | 549fec618f0b15c9316fc0a5ebe93c2829bc0b1b (diff) | |
download | tdevelop-2ecab1a194b0dc551b478820e1aaa3b8713354cc.tar.gz tdevelop-2ecab1a194b0dc551b478820e1aaa3b8713354cc.zip |
Additional renaming of kde to tde
Diffstat (limited to 'parts')
318 files changed, 439 insertions, 439 deletions
diff --git a/parts/Makefile.am b/parts/Makefile.am index ca6b7f6b..67f279f8 100644 --- a/parts/Makefile.am +++ b/parts/Makefile.am @@ -1,5 +1,5 @@ # This is the collection of parts. These are derived from various -# interfaces in kdevelop/lib/interfaces which are in turn derived +# interfaces in tdevelop/lib/interfaces which are in turn derived # from KPart. SUBDIRS = abbrev appwizard astyle bookmarks classview diff filecreate fileview \ diff --git a/parts/abbrev/CMakeLists.txt b/parts/abbrev/CMakeLists.txt index 8d1df697..219ad73d 100644 --- a/parts/abbrev/CMakeLists.txt +++ b/parts/abbrev/CMakeLists.txt @@ -38,6 +38,6 @@ tde_add_kpart( libkdevabbrev AUTOMOC abbrevpart.cpp abbrevconfigwidget.cpp abbrevconfigwidgetbase.ui addtemplatedlg.cpp addtemplatedlgbase.ui - LINK kdevelop-shared + LINK tdevelop-shared DESTINATION ${PLUGIN_INSTALL_DIR} ) diff --git a/parts/abbrev/Makefile.am b/parts/abbrev/Makefile.am index 0319852f..f5c3ec2e 100644 --- a/parts/abbrev/Makefile.am +++ b/parts/abbrev/Makefile.am @@ -4,7 +4,7 @@ INCLUDES = -I$(top_srcdir)/lib/interfaces -I$(top_srcdir)/lib/interfaces/extensi kde_module_LTLIBRARIES = libkdevabbrev.la libkdevabbrev_la_LDFLAGS = $(all_libraries) $(KDE_PLUGIN) -libkdevabbrev_la_LIBADD = $(top_builddir)/lib/libkdevelop.la +libkdevabbrev_la_LIBADD = $(top_builddir)/lib/libtdevelop.la libkdevabbrev_la_SOURCES = abbrevpart.cpp abbrevconfigwidget.cpp abbrevconfigwidgetbase.ui addtemplatedlg.cpp addtemplatedlgbase.ui diff --git a/parts/abbrev/README.dox b/parts/abbrev/README.dox index 1c8b3002..f67a6306 100644 --- a/parts/abbrev/README.dox +++ b/parts/abbrev/README.dox @@ -1,9 +1,9 @@ /** \class AbbrevPart Provides support for customizable abbrevations - short words which expand into commonly needed code structures. -\authors <a href="mailto:bernd AT kdevelop.org">Bernd Gehrmann</a> +\authors <a href="mailto:bernd AT tdevelop.org">Bernd Gehrmann</a> -\maintainer <a href="mailto:roberto AT kdevelop.org">Roberto Raggi</a> +\maintainer <a href="mailto:roberto AT tdevelop.org">Roberto Raggi</a> \feature Feature 1 \feature Feature 2 diff --git a/parts/abbrev/abbrevconfigwidget.cpp b/parts/abbrev/abbrevconfigwidget.cpp index 6e174603..97f5c02a 100644 --- a/parts/abbrev/abbrevconfigwidget.cpp +++ b/parts/abbrev/abbrevconfigwidget.cpp @@ -1,8 +1,8 @@ /*************************************************************************** * Copyright (C) 2002 Roberto Raggi * - * roberto@kdevelop.org * + * roberto@tdevelop.org * * Copyright (C) 2002 by Bernd Gehrmann * - * bernd@kdevelop.org * + * bernd@tdevelop.org * * Copyright (C) 2003 by Alexander Dymo * * cloudtemple@mksat.net * * * diff --git a/parts/abbrev/abbrevconfigwidget.h b/parts/abbrev/abbrevconfigwidget.h index 071bff70..7d1e8ecf 100644 --- a/parts/abbrev/abbrevconfigwidget.h +++ b/parts/abbrev/abbrevconfigwidget.h @@ -1,8 +1,8 @@ /*************************************************************************** * Copyright (C) 2002 Roberto Raggi * - * roberto@kdevelop.org * + * roberto@tdevelop.org * * Copyright (C) 2002 by Bernd Gehrmann * - * bernd@kdevelop.org * + * bernd@tdevelop.org * * Copyright (C) 2003 by Alexander Dymo * * cloudtemple@mksat.net * * * diff --git a/parts/abbrev/abbrevpart.cpp b/parts/abbrev/abbrevpart.cpp index 5a13a32a..09fb97bf 100644 --- a/parts/abbrev/abbrevpart.cpp +++ b/parts/abbrev/abbrevpart.cpp @@ -1,8 +1,8 @@ /*************************************************************************** * Copyright (C) 2002 Roberto Raggi * - * roberto@kdevelop.org * + * roberto@tdevelop.org * * Copyright (C) 2002 by Bernd Gehrmann * - * bernd@kdevelop.org * + * bernd@tdevelop.org * * Copyright (C) 2003 by Alexander Dymo * * cloudtemple@mksat.net * * * diff --git a/parts/abbrev/abbrevpart.h b/parts/abbrev/abbrevpart.h index 2a1f9416..a04c378f 100644 --- a/parts/abbrev/abbrevpart.h +++ b/parts/abbrev/abbrevpart.h @@ -1,8 +1,8 @@ /*************************************************************************** * Copyright (C) 2002 Roberto Raggi * - * roberto@kdevelop.org * + * roberto@tdevelop.org * * Copyright (C) 2002 by Bernd Gehrmann * - * bernd@kdevelop.org * + * bernd@tdevelop.org * * Copyright (C) 2003 by Alexander Dymo * * cloudtemple@mksat.net * * * diff --git a/parts/abbrev/addtemplatedlg.cpp b/parts/abbrev/addtemplatedlg.cpp index a837c08a..a9678b78 100644 --- a/parts/abbrev/addtemplatedlg.cpp +++ b/parts/abbrev/addtemplatedlg.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2002 Roberto Raggi (roberto@kdevelop.org) + * Copyright (C) 2002 Roberto Raggi (roberto@tdevelop.org) * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/parts/abbrev/addtemplatedlg.h b/parts/abbrev/addtemplatedlg.h index 2721ec3b..28721749 100644 --- a/parts/abbrev/addtemplatedlg.h +++ b/parts/abbrev/addtemplatedlg.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2002 Roberto Raggi (roberto@kdevelop.org) + * Copyright (C) 2002 Roberto Raggi (roberto@tdevelop.org) * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/parts/appwizard/CMakeLists.txt b/parts/appwizard/CMakeLists.txt index 181246bd..bdeaf541 100644 --- a/parts/appwizard/CMakeLists.txt +++ b/parts/appwizard/CMakeLists.txt @@ -47,6 +47,6 @@ tde_add_kpart( libkdevappwizard AUTOMOC importdlg.cpp filepropspagebase.ui filepropspage.cpp appwizarddlgbase.ui importdlgbase.ui misc.cpp vcs_form.ui kdevfile.cpp kdevlicense.cpp profilesupport.cpp - LINK profileengine-shared kdevelop-shared + LINK profileengine-shared tdevelop-shared DESTINATION ${PLUGIN_INSTALL_DIR} ) diff --git a/parts/appwizard/Makefile.am b/parts/appwizard/Makefile.am index cd37f1cb..34af3163 100644 --- a/parts/appwizard/Makefile.am +++ b/parts/appwizard/Makefile.am @@ -9,7 +9,7 @@ INCLUDES = -I$(top_srcdir)/lib/interfaces \ kde_module_LTLIBRARIES = libkdevappwizard.la libkdevappwizard_la_LDFLAGS = $(all_libraries) $(KDE_PLUGIN) -libkdevappwizard_la_LIBADD = $(top_builddir)/lib/libkdevelop.la \ +libkdevappwizard_la_LIBADD = $(top_builddir)/lib/libtdevelop.la \ $(top_builddir)/lib/interfaces/extras/libkdevextras.la $(top_builddir)/lib/util/libkdevutil.la \ $(top_builddir)/lib/widgets/propeditor/libkdevpropertyeditor.la $(top_builddir)/src/profileengine/lib/libprofileengine.la diff --git a/parts/appwizard/README.dox b/parts/appwizard/README.dox index 4e2858b0..ab051e05 100644 --- a/parts/appwizard/README.dox +++ b/parts/appwizard/README.dox @@ -41,7 +41,7 @@ ShowFilesAfterGeneration=README.devel DefaultDestinatonDir=HOMEDIR/public_html FileTemplates=php,ShellStyle -The template project files (*.kdevelop) defines which parts are +The template project files (*.tdevelop) defines which parts are loaded for the project and how they are configured. The set of loaded parts is primarily determined by a set of key words. The following keywords are currently used: @@ -65,13 +65,13 @@ KDevelop KDevelop plugin GNOME GNOME application \endverbatim -\authors <a href="mailto:bernd AT kdevelop.org">Bernd Gehrmann</a> +\authors <a href="mailto:bernd AT tdevelop.org">Bernd Gehrmann</a> \feature Provide a basic application framework (for plugins and applications for many languages) that you can use as a starting point. \feature Development for 3rd party developers made easy. :) \feature A further step to rapid application development (RAD). -\bug bugs in <a href="http://bugs.kde.org/buglist.cgi?product=kdevelop&component=appwizard&bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&order=Bug+Number">appwizard component at Bugzilla database</a> +\bug bugs in <a href="http://bugs.kde.org/buglist.cgi?product=tdevelop&component=appwizard&bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&order=Bug+Number">appwizard component at Bugzilla database</a> \bug The C/C++ applications use libtool as a degugging shell. That doesn't work. Please remove libtool from "Project Options...-> Debugger -> Debugging Shell" to make them work. \requirement <a href="http://www.perl.com"> perl </a> >= 5.004 diff --git a/parts/appwizard/appwizarddlg.cpp b/parts/appwizard/appwizarddlg.cpp index a5fbe33d..eb3fb4f6 100644 --- a/parts/appwizard/appwizarddlg.cpp +++ b/parts/appwizard/appwizarddlg.cpp @@ -1,8 +1,8 @@ /*************************************************************************** * Copyright (C) 2001-2002 by Bernd Gehrmann * - * bernd@kdevelop.org * + * bernd@tdevelop.org * * Copyright (C) 2001 by Sandy Meier * - * smeier@kdevelop.org * + * smeier@tdevelop.org * * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * @@ -177,7 +177,7 @@ AppWizardDialog::AppWizardDialog(AppWizardPart *part, TQWidget *parent, const ch // Build builtins map to bootstrap. TQString source = kdevRoot( info->templateName ); - info->subMap.insert("kdevelop", source ); + info->subMap.insert("tdevelop", source ); // Add includes to the main template... TQStringList::Iterator include = info->includes.begin(); @@ -206,7 +206,7 @@ AppWizardDialog::AppWizardDialog(AppWizardPart *part, TQWidget *parent, const ch TQString type = templateConfig.readEntry( "ValueType", "String" ); TQVariant::Type variantType = TQVariant::nameToType( type.latin1()); TQVariant value = templateConfig.readPropertyEntry( "Default", variantType ); - value.cast( variantType ); // fix this in kdelibs... + value.cast( variantType ); // fix this in tdelibs... if( !name.isEmpty() && !label.isEmpty() ) info->propValues->addProperty( new PropertyLib::Property( (int)variantType, name, label, value ) ); @@ -270,7 +270,7 @@ AppWizardDialog::AppWizardDialog(AppWizardPart *part, TQWidget *parent, const ch if (item) { item = new KListViewItem(item, ait.current()->name); - item->setPixmap(0, SmallIcon("kdevelop")); + item->setPixmap(0, SmallIcon("tdevelop")); } else kdDebug(9010) << "Error can't find category in categoryMap: " @@ -528,7 +528,7 @@ void AppWizardDialog::accept() TQStringList cleanUpSubstMap; - cleanUpSubstMap << "src" << "I18N" << "kdevelop"; + cleanUpSubstMap << "src" << "I18N" << "tdevelop"; kdDebug(9010) << "add template files" << endl; @@ -542,7 +542,7 @@ void AppWizardDialog::accept() m_pCurrentAppInfo->dirList.prepend( baseDir ); // This is too silly for words, but it's either this or reimplementing FileTemplate - TQString tempProjectDomSource = "<!DOCTYPE kdevelop><kdevelop><general><author>%1</author><email>%2</email><version>%3</version></general></kdevelop>"; + TQString tempProjectDomSource = "<!DOCTYPE tdevelop><tdevelop><general><author>%1</author><email>%2</email><version>%3</version></general></tdevelop>"; tempProjectDomSource = tempProjectDomSource.tqarg( author_edit->text() ).tqarg( email_edit->text() ).tqarg( version_edit->text() ); TQDomDocument tempProjectDom; tempProjectDom.setContent( tempProjectDomSource ); @@ -585,7 +585,7 @@ void AppWizardDialog::accept() for( ; it != files.end(); ++it ) { installFile file; - file.source = TQString( "%{kdevelop}/template-common/%1" ).tqarg( *it ); + file.source = TQString( "%{tdevelop}/template-common/%1" ).tqarg( *it ); file.dest = TQString("%{dest}/%1").tqarg( *it ); file.process = true; file.isXML = false; @@ -999,7 +999,7 @@ ApplicationInfo *AppWizardDialog::templateForItem(TQListViewItem *item) void AppWizardDialog::openAfterGeneration() { - TQString projectFile( finalLoc_label->text() + "/" + appname_edit->text().lower() + ".kdevelop" ); + TQString projectFile( finalLoc_label->text() + "/" + appname_edit->text().lower() + ".tdevelop" ); // Read the DOM of the newly created project TQFile file( projectFile ); @@ -1114,7 +1114,7 @@ void AppWizardDialog::addFavourite(TQListViewItem* item, TQString favouriteName) { info->favourite = new KIconViewItem(favourites_iconview, ((favouriteName=="")?info->name:favouriteName), - DesktopIcon("kdevelop")); + DesktopIcon("tdevelop")); info->favourite->setRenameEnabled(true); } @@ -1282,7 +1282,7 @@ void AppWizardDialog::loadLicenses() { // kdDebug(9010) << "======================== Entering loadLicenses" << endl; KStandardDirs* dirs = KGlobal::dirs(); - dirs->addResourceType( "licenses", KStandardDirs::kde_default( "data" ) + "kdevelop/licenses/" ); + dirs->addResourceType( "licenses", KStandardDirs::kde_default( "data" ) + "tdevelop/licenses/" ); TQStringList licNames = dirs->findAllResources( "licenses", TQString(), false, true ); TQStringList::Iterator it; diff --git a/parts/appwizard/appwizarddlg.h b/parts/appwizard/appwizarddlg.h index d441fb6e..a7aff28d 100644 --- a/parts/appwizard/appwizarddlg.h +++ b/parts/appwizard/appwizarddlg.h @@ -1,8 +1,8 @@ /*************************************************************************** * Copyright (C) 2001 by Bernd Gehrmann * - * bernd@kdevelop.org * + * bernd@tdevelop.org * * Copyright (C) 2001 by Sandy Meier * - * smeier@kdevelop.org * + * smeier@tdevelop.org * * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * diff --git a/parts/appwizard/appwizardfactory.cpp b/parts/appwizard/appwizardfactory.cpp index 2ed254be..76b25836 100644 --- a/parts/appwizard/appwizardfactory.cpp +++ b/parts/appwizard/appwizardfactory.cpp @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2000-2001 by Bernd Gehrmann * - * bernd@kdevelop.org * + * bernd@tdevelop.org * * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * diff --git a/parts/appwizard/appwizardfactory.h b/parts/appwizard/appwizardfactory.h index b162d1a2..23fdfe29 100644 --- a/parts/appwizard/appwizardfactory.h +++ b/parts/appwizard/appwizardfactory.h @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2000-2001 by Bernd Gehrmann * - * bernd@kdevelop.org * + * bernd@tdevelop.org * * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * diff --git a/parts/appwizard/appwizardpart.cpp b/parts/appwizard/appwizardpart.cpp index 6b57b320..f08e0c87 100644 --- a/parts/appwizard/appwizardpart.cpp +++ b/parts/appwizard/appwizardpart.cpp @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2001 by Bernd Gehrmann * - * bernd@kdevelop.org * + * bernd@tdevelop.org * * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * diff --git a/parts/appwizard/appwizardpart.h b/parts/appwizard/appwizardpart.h index c8731f4a..0fc6c7d5 100644 --- a/parts/appwizard/appwizardpart.h +++ b/parts/appwizard/appwizardpart.h @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2001 by Bernd Gehrmann * - * bernd@kdevelop.org * + * bernd@tdevelop.org * * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * diff --git a/parts/appwizard/common/admin.kdevtemplate b/parts/appwizard/common/admin.kdevtemplate index 67172eda..73573b47 100644 --- a/parts/appwizard/common/admin.kdevtemplate +++ b/parts/appwizard/common/admin.kdevtemplate @@ -1,5 +1,5 @@ [ADMIN] Type=install archive -Source=%{kdevelop}/template-common/admin.tar.gz +Source=%{tdevelop}/template-common/admin.tar.gz Dest=%{dest} Process=false diff --git a/parts/appwizard/common/dockbook.kdevtemplate b/parts/appwizard/common/dockbook.kdevtemplate index a6cacf95..d07da4e6 100644 --- a/parts/appwizard/common/dockbook.kdevtemplate +++ b/parts/appwizard/common/dockbook.kdevtemplate @@ -45,19 +45,19 @@ Option=INSTALL_DOCS [DOCSMAKEFILE.AM1] Type=install -Source=%{kdevelop}/template-common/kde-doc-Makefile.am +Source=%{tdevelop}/template-common/kde-doc-Makefile.am Dest=%{dest}/doc/Makefile.am Option=INSTALL_DOCS [DOCSMAKEFILE.AM2] Type=install -Source=%{kdevelop}/template-common/kde-doc-en-Makefile.am +Source=%{tdevelop}/template-common/kde-doc-en-Makefile.am Dest=%{dest}/doc/en/Makefile.am Option=INSTALL_DOCS [DOCS] Type=install -Source=%{kdevelop}/template-common/kde-index.docbook +Source=%{tdevelop}/template-common/kde-index.docbook Dest=%{dest}/doc/en/index.docbook Option=INSTALL_DOCS diff --git a/parts/appwizard/common/gnome2.kdevtemplate b/parts/appwizard/common/gnome2.kdevtemplate index 02f631bf..ce4e3f3d 100644 --- a/parts/appwizard/common/gnome2.kdevtemplate +++ b/parts/appwizard/common/gnome2.kdevtemplate @@ -1,5 +1,5 @@ [GNOME2] Type=install archive -Source=%{kdevelop}/template-common/gnome2.tar.gz +Source=%{tdevelop}/template-common/gnome2.tar.gz Dest=%{dest} diff --git a/parts/appwizard/common/gnu.kdevtemplate b/parts/appwizard/common/gnu.kdevtemplate index 29e75291..e1876440 100644 --- a/parts/appwizard/common/gnu.kdevtemplate +++ b/parts/appwizard/common/gnu.kdevtemplate @@ -1,5 +1,5 @@ [GNU] Type=install archive -Source=%{kdevelop}/template-common/gnu.tar.gz +Source=%{tdevelop}/template-common/gnu.tar.gz Dest=%{dest} diff --git a/parts/appwizard/common/incadmin.kdevtemplate b/parts/appwizard/common/incadmin.kdevtemplate index c94c2be5..d7fbfb61 100644 --- a/parts/appwizard/common/incadmin.kdevtemplate +++ b/parts/appwizard/common/incadmin.kdevtemplate @@ -1,5 +1,5 @@ [INCADMIN] Type=install archive -Source=%{kdevelop}/template-common/incadmin.tar.gz +Source=%{tdevelop}/template-common/incadmin.tar.gz Dest=%{dest} Process=false diff --git a/parts/appwizard/common/kde-index.docbook b/parts/appwizard/common/kde-index.docbook index 80031f00..aacd7a48 100644 --- a/parts/appwizard/common/kde-index.docbook +++ b/parts/appwizard/common/kde-index.docbook @@ -2,7 +2,7 @@ <!DOCTYPE book PUBLIC "-//KDE//DTD DocBook XML V4.1.2-Based Variant V1.1//EN" "dtd/kdex.dtd" [ <!ENTITY %{APPNAMELC} "<application>%{APPNAME} %{VERSION}</application>"> <!ENTITY kappname "&%{APPNAMELC};"><!-- Do *not* replace kappname--> - <!ENTITY package "kde-module"><!-- kdebase, kdeadmin, etc --> + <!ENTITY package "kde-module"><!-- tdebase, tdeadmin, etc --> <!ENTITY % addindex "IGNORE"> <!ENTITY % English "INCLUDE"><!-- change language only here --> @@ -489,7 +489,7 @@ application --> <!-- List any special requirements for your application here. This should include: .Libraries or other software that is not included in tdesupport, -kdelibs, or kdebase. +tdelibs, or tdebase. .Hardware requirements like amount of RAM, disk space, graphics card capabilities, screen resolution, special expansion cards, etc. .Operating systems the app will run on. If your app is designed only for a diff --git a/parts/appwizard/common/scons.kdevtemplate b/parts/appwizard/common/scons.kdevtemplate index 7cf03e0b..84ed350f 100644 --- a/parts/appwizard/common/scons.kdevtemplate +++ b/parts/appwizard/common/scons.kdevtemplate @@ -1,5 +1,5 @@ [SCONS] Type=install archive -Source=%{kdevelop}/template-common/scons.tar.gz +Source=%{tdevelop}/template-common/scons.tar.gz Dest=%{dest} Process=false diff --git a/parts/appwizard/common/scons/admin/kde.py b/parts/appwizard/common/scons/admin/kde.py index 491acca8..494aaf27 100644 --- a/parts/appwizard/common/scons/admin/kde.py +++ b/parts/appwizard/common/scons/admin/kde.py @@ -35,7 +35,7 @@ def detect_kde(env): libdir = env['ARGS'].get('libdir', None) libsuffix = env['ARGS'].get('libsuffix', '') kdeincludes = env['ARGS'].get('kdeincludes', None) - kdelibs = env['ARGS'].get('kdelibs', None) + tdelibs = env['ARGS'].get('tdelibs', None) qtincludes = env['ARGS'].get('qtincludes', None) qtlibs = env['ARGS'].get('qtlibs', None) @@ -50,7 +50,7 @@ def detect_kde(env): else: print RED+"kde-config was NOT found in your PATH"+NORMAL print "Make sure kde is installed properly" - print "(missing package kdebase-devel?)" + print "(missing package tdebase-devel?)" env.Exit(1) env['KDEDIR'] = os.popen('kde-config -prefix').read().strip() @@ -193,9 +193,9 @@ def detect_kde(env): ## kde libs and includes env['KDEINCLUDEPATH']=kdeincludes - if not kdelibs: - kdelibs=os.popen('kde-config --expandvars --install lib').read().strip() - env['KDELIBPATH']=kdelibs + if not tdelibs: + tdelibs=os.popen('kde-config --expandvars --install lib').read().strip() + env['KDELIBPATH']=tdelibs ## qt libs and includes env['QTINCLUDEPATH']=qtincludes @@ -216,7 +216,7 @@ def generate(env): """+BOLD+"""* libsuffix """+NORMAL+""": suffix of libraries on amd64, ie: 64, 32 """+BOLD+"""* kdeincludes"""+NORMAL+""": path to the kde includes (/usr/include/kde on debian, ...) """+BOLD+"""* qtincludes """+NORMAL+""": same punishment, for qt includes (/usr/include/qt on debian, ...) -"""+BOLD+"""* kdelibs """+NORMAL+""": path to the kde libs, for linking the programs +"""+BOLD+"""* tdelibs """+NORMAL+""": path to the kde libs, for linking the programs """+BOLD+"""* qtlibs """+NORMAL+""": same punishment, for qt libraries ie: """+BOLD+"""scons configure libdir=/usr/local/lib qtincludes=/usr/include/qt """+NORMAL diff --git a/parts/appwizard/importdlg.cpp b/parts/appwizard/importdlg.cpp index 4fc8a6e3..82662921 100644 --- a/parts/appwizard/importdlg.cpp +++ b/parts/appwizard/importdlg.cpp @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2001-2002 by Bernd Gehrmann * - * bernd@kdevelop.org * + * bernd@tdevelop.org * * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * @@ -133,7 +133,7 @@ void ImportDialog::accept() TQFileInfo finfo(importNames[project_combo->currentItem()]); TQDir importdir(finfo.dir()); importdir.cdUp(); - TQFile src(importdir.filePath("importfiles/" + finfo.fileName() + ".kdevelop")); + TQFile src(importdir.filePath("importfiles/" + finfo.fileName() + ".tdevelop")); kdDebug(9010) << "Import template " << src.name() << endl; if (!src.open(IO_ReadOnly)) { KMessageBox::sorry(this, i18n("Cannot open project template.")); @@ -188,7 +188,7 @@ void ImportDialog::accept() // write the dom back - TQFile dest(dir.filePath(projectName + ".kdevelop")); + TQFile dest(dir.filePath(projectName + ".tdevelop")); if (!dest.open(IO_WriteOnly)) { KMessageBox::sorry(this, i18n("Cannot write the project file.")); return; @@ -213,9 +213,9 @@ void ImportDialog::accept() // dest.close(); // src.close(); - m_part->core()->openProject(dir.filePath(projectName + ".kdevelop")); + m_part->core()->openProject(dir.filePath(projectName + ".tdevelop")); - kdDebug(9010) << "OPENING PROJECT: " << dir.filePath(projectName + ".kdevelop") << endl; + kdDebug(9010) << "OPENING PROJECT: " << dir.filePath(projectName + ".tdevelop") << endl; TQDialog::accept(); } diff --git a/parts/appwizard/importdlg.h b/parts/appwizard/importdlg.h index 0b5cd578..3bdfef9d 100644 --- a/parts/appwizard/importdlg.h +++ b/parts/appwizard/importdlg.h @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2001-2002 by Bernd Gehrmann * - * bernd@kdevelop.org * + * bernd@tdevelop.org * * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * diff --git a/parts/appwizard/imports/CMakeLists.txt b/parts/appwizard/imports/CMakeLists.txt index e8059726..e7b303c3 100644 --- a/parts/appwizard/imports/CMakeLists.txt +++ b/parts/appwizard/imports/CMakeLists.txt @@ -16,10 +16,10 @@ install( FILES DESTINATION ${DATA_INSTALL_DIR}/kdevappwizard/imports ) install( FILES - c-auto.kdevelop cpp-auto.kdevelop fortran-auto.kdevelop - java-auto.kdevelop kde.kdevelop gnome.kdevelop - c.kdevelop cpp.kdevelop fortran.kdevelop python.kdevelop - php.kdevelop perl.kdevelop java.kdevelop java-ant.kdevelop - qttmake.kdevelop qtqmake.kdevelop qt4qmake.kdevelop - ruby.kdevelop pascal.kdevelop ada.kdevelop + c-auto.tdevelop cpp-auto.tdevelop fortran-auto.tdevelop + java-auto.tdevelop kde.tdevelop gnome.tdevelop + c.tdevelop cpp.tdevelop fortran.tdevelop python.tdevelop + php.tdevelop perl.tdevelop java.tdevelop java-ant.tdevelop + qttmake.tdevelop qtqmake.tdevelop qt4qmake.tdevelop + ruby.tdevelop pascal.tdevelop ada.tdevelop DESTINATION ${DATA_INSTALL_DIR}/kdevappwizard/importfiles ) diff --git a/parts/appwizard/imports/Makefile.am b/parts/appwizard/imports/Makefile.am index 5047de18..c7f74dcd 100644 --- a/parts/appwizard/imports/Makefile.am +++ b/parts/appwizard/imports/Makefile.am @@ -3,5 +3,5 @@ importsdir = ${appwizarddatadir}/imports importfilesdir = ${appwizarddatadir}/importfiles imports_DATA = c-auto cpp-auto fortran-auto java-auto kde gnome c cpp fortran python php perl java java-ant qttmake qtqmake qt4qmake ruby pascal ada -importfiles_DATA = c-auto.kdevelop cpp-auto.kdevelop fortran-auto.kdevelop java-auto.kdevelop kde.kdevelop gnome.kdevelop c.kdevelop cpp.kdevelop fortran.kdevelop python.kdevelop php.kdevelop perl.kdevelop java.kdevelop java-ant.kdevelop qttmake.kdevelop qtqmake.kdevelop qt4qmake.kdevelop ruby.kdevelop pascal.kdevelop ada.kdevelop +importfiles_DATA = c-auto.tdevelop cpp-auto.tdevelop fortran-auto.tdevelop java-auto.tdevelop kde.tdevelop gnome.tdevelop c.tdevelop cpp.tdevelop fortran.tdevelop python.tdevelop php.tdevelop perl.tdevelop java.tdevelop java-ant.tdevelop qttmake.tdevelop qtqmake.tdevelop qt4qmake.tdevelop ruby.tdevelop pascal.tdevelop ada.tdevelop diff --git a/parts/appwizard/imports/ada.kdevelop b/parts/appwizard/imports/ada.kdevelop index 779c8bbd..cdb35b40 100644 --- a/parts/appwizard/imports/ada.kdevelop +++ b/parts/appwizard/imports/ada.kdevelop @@ -1,5 +1,5 @@ <?xml version="1.0"?> -<kdevelop> +<tdevelop> <general> <author>%{AUTHOR}</author> <email>%{EMAIL}</email> @@ -70,4 +70,4 @@ <type ext="ads"/> </useglobaltypes> </kdevfilecreate> -</kdevelop> +</tdevelop> diff --git a/parts/appwizard/imports/c-auto.kdevelop b/parts/appwizard/imports/c-auto.kdevelop index fd5a3f2e..892dd88d 100644 --- a/parts/appwizard/imports/c-auto.kdevelop +++ b/parts/appwizard/imports/c-auto.kdevelop @@ -1,5 +1,5 @@ <?xml version="1.0"?> -<kdevelop> +<tdevelop> <general> <author>%{AUTHOR}</author> <email>%{EMAIL}</email> @@ -93,4 +93,4 @@ <type ext="h" /> </useglobaltypes> </kdevfilecreate> -</kdevelop> +</tdevelop> diff --git a/parts/appwizard/imports/c.kdevelop b/parts/appwizard/imports/c.kdevelop index 24e1423d..e0c06089 100644 --- a/parts/appwizard/imports/c.kdevelop +++ b/parts/appwizard/imports/c.kdevelop @@ -1,5 +1,5 @@ <?xml version="1.0"?> -<kdevelop> +<tdevelop> <general> <author>%{AUTHOR}</author> <email>%{EMAIL}</email> @@ -73,4 +73,4 @@ <type ext="h" /> </useglobaltypes> </kdevfilecreate> -</kdevelop> +</tdevelop> diff --git a/parts/appwizard/imports/cpp-auto.kdevelop b/parts/appwizard/imports/cpp-auto.kdevelop index 8ebabddf..74de8db0 100644 --- a/parts/appwizard/imports/cpp-auto.kdevelop +++ b/parts/appwizard/imports/cpp-auto.kdevelop @@ -1,5 +1,5 @@ <?xml version="1.0"?> -<kdevelop> +<tdevelop> <general> <author>%{AUTHOR}</author> <email>%{EMAIL}</email> @@ -90,4 +90,4 @@ <type ext="h" /> </useglobaltypes> </kdevfilecreate> -</kdevelop> +</tdevelop> diff --git a/parts/appwizard/imports/cpp.kdevelop b/parts/appwizard/imports/cpp.kdevelop index 4642acce..b351de38 100644 --- a/parts/appwizard/imports/cpp.kdevelop +++ b/parts/appwizard/imports/cpp.kdevelop @@ -1,5 +1,5 @@ <?xml version="1.0"?> -<kdevelop> +<tdevelop> <general> <author>%{AUTHOR}</author> <email>%{EMAIL}</email> @@ -72,4 +72,4 @@ <type ext="h" /> </useglobaltypes> </kdevfilecreate> -</kdevelop> +</tdevelop> diff --git a/parts/appwizard/imports/fortran-auto.kdevelop b/parts/appwizard/imports/fortran-auto.kdevelop index 8f7e0637..8fdd5f89 100644 --- a/parts/appwizard/imports/fortran-auto.kdevelop +++ b/parts/appwizard/imports/fortran-auto.kdevelop @@ -1,5 +1,5 @@ <?xml version="1.0"?> -<kdevelop> +<tdevelop> <general> <author>%{AUTHOR}</author> <email>%{EMAIL}</email> @@ -68,4 +68,4 @@ <type ext="f"/> </useglobaltypes> </kdevfilecreate> -</kdevelop> +</tdevelop> diff --git a/parts/appwizard/imports/fortran.kdevelop b/parts/appwizard/imports/fortran.kdevelop index cc1b11b9..c852870e 100644 --- a/parts/appwizard/imports/fortran.kdevelop +++ b/parts/appwizard/imports/fortran.kdevelop @@ -1,5 +1,5 @@ <?xml version="1.0"?> -<kdevelop> +<tdevelop> <general> <author>%{AUTHOR}</author> <email>%{EMAIL}</email> @@ -72,4 +72,4 @@ <type ext="f"/> </useglobaltypes> </kdevfilecreate> -</kdevelop> +</tdevelop> diff --git a/parts/appwizard/imports/gnome.kdevelop b/parts/appwizard/imports/gnome.kdevelop index a02ad52f..0b8c5c95 100644 --- a/parts/appwizard/imports/gnome.kdevelop +++ b/parts/appwizard/imports/gnome.kdevelop @@ -1,5 +1,5 @@ <?xml version="1.0"?> -<kdevelop> +<tdevelop> <general> <author>%{AUTHOR}</author> <email>%{EMAIL}</email> @@ -97,4 +97,4 @@ <type ext="h"/> </useglobaltypes> </kdevfilecreate> -</kdevelop> +</tdevelop> diff --git a/parts/appwizard/imports/java-ant.kdevelop b/parts/appwizard/imports/java-ant.kdevelop index 73595a85..a4db806b 100644 --- a/parts/appwizard/imports/java-ant.kdevelop +++ b/parts/appwizard/imports/java-ant.kdevelop @@ -1,5 +1,5 @@ <?xml version="1.0"?> -<kdevelop> +<tdevelop> <general> <author>%{AUTHOR}</author> <email>%{EMAIL}</email> @@ -65,4 +65,4 @@ <type ext="java"/> </useglobaltypes> </kdevfilecreate> -</kdevelop> +</tdevelop> diff --git a/parts/appwizard/imports/java-auto.kdevelop b/parts/appwizard/imports/java-auto.kdevelop index a4ccfa24..9a42ec82 100644 --- a/parts/appwizard/imports/java-auto.kdevelop +++ b/parts/appwizard/imports/java-auto.kdevelop @@ -1,5 +1,5 @@ <?xml version="1.0"?> -<kdevelop> +<tdevelop> <general> <author>%{AUTHOR}</author> <email>%{EMAIL}</email> @@ -60,4 +60,4 @@ <type ext="java"/> </useglobaltypes> </kdevfilecreate> -</kdevelop> +</tdevelop> diff --git a/parts/appwizard/imports/java.kdevelop b/parts/appwizard/imports/java.kdevelop index a4ccfa24..9a42ec82 100644 --- a/parts/appwizard/imports/java.kdevelop +++ b/parts/appwizard/imports/java.kdevelop @@ -1,5 +1,5 @@ <?xml version="1.0"?> -<kdevelop> +<tdevelop> <general> <author>%{AUTHOR}</author> <email>%{EMAIL}</email> @@ -60,4 +60,4 @@ <type ext="java"/> </useglobaltypes> </kdevfilecreate> -</kdevelop> +</tdevelop> diff --git a/parts/appwizard/imports/kde.kdevelop b/parts/appwizard/imports/kde.kdevelop index dbd5d288..f5494b7c 100644 --- a/parts/appwizard/imports/kde.kdevelop +++ b/parts/appwizard/imports/kde.kdevelop @@ -1,5 +1,5 @@ <?xml version="1.0"?> -<kdevelop> +<tdevelop> <general> <author>%{AUTHOR}</author> <email>%{EMAIL}</email> @@ -70,4 +70,4 @@ <type ext="h" /> </useglobaltypes> </kdevfilecreate> -</kdevelop> +</tdevelop> diff --git a/parts/appwizard/imports/pascal.kdevelop b/parts/appwizard/imports/pascal.kdevelop index cc3c8bbd..551ac91e 100644 --- a/parts/appwizard/imports/pascal.kdevelop +++ b/parts/appwizard/imports/pascal.kdevelop @@ -1,5 +1,5 @@ <?xml version="1.0"?> -<kdevelop> +<tdevelop> <general> <author>%{AUTHOR}</author> <email>%{EMAIL}</email> @@ -72,4 +72,4 @@ <type ext="dpr"/> </useglobaltypes> </kdevfilecreate> -</kdevelop> +</tdevelop> diff --git a/parts/appwizard/imports/perl.kdevelop b/parts/appwizard/imports/perl.kdevelop index 6a22ce95..bbf18ee3 100644 --- a/parts/appwizard/imports/perl.kdevelop +++ b/parts/appwizard/imports/perl.kdevelop @@ -1,5 +1,5 @@ <?xml version="1.0"?> -<kdevelop> +<tdevelop> <general> <author>%{AUTHOR}</author> <email>%{EMAIL}</email> @@ -66,4 +66,4 @@ <type ext="perl"/> </useglobaltypes> </kdevfilecreate> -</kdevelop> +</tdevelop> diff --git a/parts/appwizard/imports/php.kdevelop b/parts/appwizard/imports/php.kdevelop index 53704660..64651d3b 100644 --- a/parts/appwizard/imports/php.kdevelop +++ b/parts/appwizard/imports/php.kdevelop @@ -1,5 +1,5 @@ <?xml version="1.0"?> -<kdevelop> +<tdevelop> <general> <author>%{AUTHOR}</author> <email>%{EMAIL}</email> @@ -81,4 +81,4 @@ <type ext="php"/> </useglobaltypes> </kdevfilecreate> -</kdevelop> +</tdevelop> diff --git a/parts/appwizard/imports/python.kdevelop b/parts/appwizard/imports/python.kdevelop index fd589a32..3c6ece1a 100644 --- a/parts/appwizard/imports/python.kdevelop +++ b/parts/appwizard/imports/python.kdevelop @@ -1,5 +1,5 @@ <?xml version="1.0"?> -<kdevelop> +<tdevelop> <general> <author>%{AUTHOR}</author> <email>%{EMAIL}</email> @@ -66,4 +66,4 @@ <type ext="py"/> </useglobaltypes> </kdevfilecreate> -</kdevelop> +</tdevelop> diff --git a/parts/appwizard/imports/qt-auto.kdevelop b/parts/appwizard/imports/qt-auto.kdevelop index 47ffdd4d..f691ebc9 100644 --- a/parts/appwizard/imports/qt-auto.kdevelop +++ b/parts/appwizard/imports/qt-auto.kdevelop @@ -1,5 +1,5 @@ -<!DOCTYPE kdevelop> -<kdevelop> +<!DOCTYPE tdevelop> +<tdevelop> <general> <author>%{AUTHOR}</author> <email>%{EMAIL}</email> @@ -40,4 +40,4 @@ <type ext="h" /> </useglobaltypes> </kdevfilecreate> -</kdevelop> +</tdevelop> diff --git a/parts/appwizard/imports/qt.kdevelop b/parts/appwizard/imports/qt.kdevelop index 9ad4b9bc..6b716a7b 100644 --- a/parts/appwizard/imports/qt.kdevelop +++ b/parts/appwizard/imports/qt.kdevelop @@ -1,5 +1,5 @@ <?xml version="1.0"?> -<kdevelop> +<tdevelop> <general> <author>%{AUTHOR}</author> <email>%{EMAIL}</email> @@ -35,4 +35,4 @@ <type ext="h" /> </useglobaltypes> </kdevfilecreate> -</kdevelop> +</tdevelop> diff --git a/parts/appwizard/imports/qt4qmake.kdevelop b/parts/appwizard/imports/qt4qmake.kdevelop index dedc866b..3be6c94c 100644 --- a/parts/appwizard/imports/qt4qmake.kdevelop +++ b/parts/appwizard/imports/qt4qmake.kdevelop @@ -1,5 +1,5 @@ <?xml version="1.0"?> -<kdevelop> +<tdevelop> <general> <author>%{AUTHOR}</author> <email>%{EMAIL}</email> @@ -77,4 +77,4 @@ <type ext="qrc" /> </useglobaltypes> </kdevfilecreate> -</kdevelop> +</tdevelop> diff --git a/parts/appwizard/imports/qtqmake.kdevelop b/parts/appwizard/imports/qtqmake.kdevelop index e3ef09b3..2e9b089a 100644 --- a/parts/appwizard/imports/qtqmake.kdevelop +++ b/parts/appwizard/imports/qtqmake.kdevelop @@ -1,5 +1,5 @@ <?xml version="1.0"?> -<kdevelop> +<tdevelop> <general> <author>%{AUTHOR}</author> <email>%{EMAIL}</email> @@ -76,4 +76,4 @@ <type ext="h" /> </useglobaltypes> </kdevfilecreate> -</kdevelop> +</tdevelop> diff --git a/parts/appwizard/imports/qttmake.kdevelop b/parts/appwizard/imports/qttmake.kdevelop index b2607be6..713655b6 100644 --- a/parts/appwizard/imports/qttmake.kdevelop +++ b/parts/appwizard/imports/qttmake.kdevelop @@ -1,5 +1,5 @@ <?xml version="1.0"?> -<kdevelop> +<tdevelop> <general> <author>%{AUTHOR}</author> <email>%{EMAIL}</email> @@ -71,4 +71,4 @@ <type ext="h" /> </useglobaltypes> </kdevfilecreate> -</kdevelop> +</tdevelop> diff --git a/parts/appwizard/imports/ruby.kdevelop b/parts/appwizard/imports/ruby.kdevelop index c831d76a..90dbe34a 100644 --- a/parts/appwizard/imports/ruby.kdevelop +++ b/parts/appwizard/imports/ruby.kdevelop @@ -1,5 +1,5 @@ <?xml version="1.0"?> -<kdevelop> +<tdevelop> <general> <author>%{AUTHOR}</author> <email>%{EMAIL}</email> @@ -79,4 +79,4 @@ <type ext="rb"/> </useglobaltypes> </kdevfilecreate> -</kdevelop> +</tdevelop> diff --git a/parts/appwizard/licenses/CMakeLists.txt b/parts/appwizard/licenses/CMakeLists.txt index 87e9c62f..ae0d8cf3 100644 --- a/parts/appwizard/licenses/CMakeLists.txt +++ b/parts/appwizard/licenses/CMakeLists.txt @@ -11,4 +11,4 @@ install( FILES GPL LGPL BSD QPL GPL+Qt-Exception MIT NCSA - DESTINATION ${DATA_INSTALL_DIR}/kdevelop/licenses ) + DESTINATION ${DATA_INSTALL_DIR}/tdevelop/licenses ) diff --git a/parts/appwizard/licenses/Makefile.am b/parts/appwizard/licenses/Makefile.am index 07a5868f..cc1651db 100644 --- a/parts/appwizard/licenses/Makefile.am +++ b/parts/appwizard/licenses/Makefile.am @@ -1,6 +1,6 @@ INCLUDES = -I$(top_srcdir)/lib/interfaces -I$(top_srcdir)/lib/sourceinfo $(all_includes) METASOURCES = AUTO -kdevelopdatadir = ${kde_datadir}/kdevelop -licensesdir = ${kdevelopdatadir}/licenses +tdevelopdatadir = ${kde_datadir}/tdevelop +licensesdir = ${tdevelopdatadir}/licenses licenses_DATA = GPL LGPL BSD QPL GPL+Qt-Exception MIT NCSA diff --git a/parts/appwizard/misc.cpp b/parts/appwizard/misc.cpp index 63d670b5..75e8ec28 100644 --- a/parts/appwizard/misc.cpp +++ b/parts/appwizard/misc.cpp @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2002 by Bernd Gehrmann and Harald Fernengel * - * bernd@kdevelop.org, harry@kdevelop.org * + * bernd@tdevelop.org, harry@tdevelop.org * * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * diff --git a/parts/appwizard/misc.h b/parts/appwizard/misc.h index 8d9402b3..b67467d3 100644 --- a/parts/appwizard/misc.h +++ b/parts/appwizard/misc.h @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2002 by Bernd Gehrmann * - * bernd@kdevelop.org * + * bernd@tdevelop.org * * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * diff --git a/parts/appwizard/profilesupport.cpp b/parts/appwizard/profilesupport.cpp index 084156f5..40f3ba3b 100644 --- a/parts/appwizard/profilesupport.cpp +++ b/parts/appwizard/profilesupport.cpp @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2004 by Alexander Dymo * - * adymo@kdevelop.org * + * adymo@tdevelop.org * * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * diff --git a/parts/appwizard/profilesupport.h b/parts/appwizard/profilesupport.h index b18a9620..f6fbdb95 100644 --- a/parts/appwizard/profilesupport.h +++ b/parts/appwizard/profilesupport.h @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2004 by Alexander Dymo * - * adymo@kdevelop.org * + * adymo@tdevelop.org * * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * diff --git a/parts/astyle/CMakeLists.txt b/parts/astyle/CMakeLists.txt index cd2f0eb0..bac3e50a 100644 --- a/parts/astyle/CMakeLists.txt +++ b/parts/astyle/CMakeLists.txt @@ -38,6 +38,6 @@ tde_add_kpart( libkdevastyle AUTOMOC SOURCES astyle_part.cpp astyleconfig.ui astyle_widget.cpp astyle_adaptor.cpp - LINK astyle-static kdevelop-shared + LINK astyle-static tdevelop-shared DESTINATION ${PLUGIN_INSTALL_DIR} ) diff --git a/parts/astyle/Makefile.am b/parts/astyle/Makefile.am index dc3712b2..739ba2b8 100644 --- a/parts/astyle/Makefile.am +++ b/parts/astyle/Makefile.am @@ -3,7 +3,7 @@ INCLUDES = -I$(top_srcdir)/lib/astyle -I$(top_srcdir)/lib/interfaces \ kde_module_LTLIBRARIES = libkdevastyle.la libkdevastyle_la_LDFLAGS = $(all_libraries) $(KDE_PLUGIN) -libkdevastyle_la_LIBADD = $(top_builddir)/lib/libkdevelop.la \ +libkdevastyle_la_LIBADD = $(top_builddir)/lib/libtdevelop.la \ $(top_builddir)/lib/astyle/libastyle.la libkdevastyle_la_SOURCES = astyle_part.cpp astyleconfig.ui astyle_widget.cpp astyle_adaptor.cpp diff --git a/parts/astyle/README.dox b/parts/astyle/README.dox index 4b7d4778..735d3d90 100644 --- a/parts/astyle/README.dox +++ b/parts/astyle/README.dox @@ -5,6 +5,6 @@ A plugin for formatting of sourcecode according to a specified set of rules. \feature formats source code according to a specified set of rules -\bug bugs in <a href="http://bugs.kde.org/buglist.cgi?product=kdevelop&component=astyle&bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&order=Bug+Number">astyle component at Bugzilla database</a> +\bug bugs in <a href="http://bugs.kde.org/buglist.cgi?product=tdevelop&component=astyle&bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&order=Bug+Number">astyle component at Bugzilla database</a> */ diff --git a/parts/astyle/astyle_part.cpp b/parts/astyle/astyle_part.cpp index c8ff8dda..6a478982 100644 --- a/parts/astyle/astyle_part.cpp +++ b/parts/astyle/astyle_part.cpp @@ -4,7 +4,7 @@ #include <tqvbox.h> #include <tqtextstream.h> #include <tqpopupmenu.h> -#include <kdeversion.h> +#include <tdeversion.h> #include <kdebug.h> #include <kdialogbase.h> #include <kdevgenericfactory.h> diff --git a/parts/astyle/kdevastyle.desktop b/parts/astyle/kdevastyle.desktop index 261e2edf..79de6db8 100644 --- a/parts/astyle/kdevastyle.desktop +++ b/parts/astyle/kdevastyle.desktop @@ -74,7 +74,7 @@ GenericName[tg]=Қолабгузори коди берунӣ GenericName[tr]=Kaynak Kodu Biçimlendirici GenericName[zh_CN]=源代码格式化 GenericName[zh_TW]=程式源碼格式器 -Icon=kdevelop +Icon=tdevelop ServiceTypes=KDevelop/SourceFormatter X-KDE-Library=libkdevastyle X-KDevelop-Version=5 diff --git a/parts/bookmarks/CMakeLists.txt b/parts/bookmarks/CMakeLists.txt index 714c5816..0422965c 100644 --- a/parts/bookmarks/CMakeLists.txt +++ b/parts/bookmarks/CMakeLists.txt @@ -35,6 +35,6 @@ tde_add_kpart( libkdevbookmarks AUTOMOC SOURCES bookmarks_part.cpp bookmarks_widget.cpp bookmarks_settings_base.ui bookmarks_settings.cpp bookmarks_config.cpp - LINK kdevelop-shared + LINK tdevelop-shared DESTINATION ${PLUGIN_INSTALL_DIR} ) diff --git a/parts/bookmarks/Makefile.am b/parts/bookmarks/Makefile.am index 87589dfe..2ac7b233 100644 --- a/parts/bookmarks/Makefile.am +++ b/parts/bookmarks/Makefile.am @@ -2,7 +2,7 @@ INCLUDES = -I$(top_srcdir)/lib/interfaces -I$(top_srcdir)/lib/util $(all_include kde_module_LTLIBRARIES = libkdevbookmarks.la libkdevbookmarks_la_LDFLAGS = $(all_libraries) $(KDE_PLUGIN) -libkdevbookmarks_la_LIBADD = $(top_builddir)/lib/libkdevelop.la +libkdevbookmarks_la_LIBADD = $(top_builddir)/lib/libtdevelop.la libkdevbookmarks_la_SOURCES = bookmarks_part.cpp bookmarks_widget.cpp bookmarks_settings_base.ui bookmarks_settings.cpp bookmarks_config.cpp diff --git a/parts/bookmarks/bookmarks_widget.cpp b/parts/bookmarks/bookmarks_widget.cpp index 63a61c1e..304d40fd 100644 --- a/parts/bookmarks/bookmarks_widget.cpp +++ b/parts/bookmarks/bookmarks_widget.cpp @@ -34,7 +34,7 @@ namespace { -// shamelessly lifted from kdelibs/kate/part/kateviewhelpers.cpp +// shamelessly lifted from tdelibs/kate/part/kateviewhelpers.cpp static const char* const bookmark_xpm[]={ "12 12 4 1", "b c #808080", diff --git a/parts/classview/CMakeLists.txt b/parts/classview/CMakeLists.txt index b0037f91..2d19388a 100644 --- a/parts/classview/CMakeLists.txt +++ b/parts/classview/CMakeLists.txt @@ -41,6 +41,6 @@ tde_add_kpart( libkdevclassview AUTOMOC classviewpart.cpp classviewwidget.cpp digraphview.cpp hierarchydlg.cpp navigator.cpp viewcombos.cpp LINK - kdevextensions-static kdevelop-shared kdevwidgets-shared + kdevextensions-static tdevelop-shared kdevwidgets-shared DESTINATION ${PLUGIN_INSTALL_DIR} ) diff --git a/parts/classview/Makefile.am b/parts/classview/Makefile.am index de0de499..a58ec684 100644 --- a/parts/classview/Makefile.am +++ b/parts/classview/Makefile.am @@ -5,7 +5,7 @@ INCLUDES = -I$(top_srcdir)/lib/compat -I$(top_srcdir)/lib/interfaces -I$(top_src kde_module_LTLIBRARIES = libkdevclassview.la libkdevclassview_la_LDFLAGS = $(all_libraries) $(KDE_PLUGIN) -libkdevclassview_la_LIBADD = $(top_builddir)/lib/libkdevelop.la $(top_builddir)/lib/widgets/libkdevwidgets.la $(LIB_KHTML) $(top_builddir)/lib/interfaces/extensions/libkdevextensions.la +libkdevclassview_la_LIBADD = $(top_builddir)/lib/libtdevelop.la $(top_builddir)/lib/widgets/libkdevwidgets.la $(LIB_KHTML) $(top_builddir)/lib/interfaces/extensions/libkdevextensions.la libkdevclassview_la_SOURCES = classviewpart.cpp classviewwidget.cpp \ digraphview.cpp hierarchydlg.cpp navigator.cpp viewcombos.cpp diff --git a/parts/classview/README.dox b/parts/classview/README.dox index 78049424..81f14b66 100644 --- a/parts/classview/README.dox +++ b/parts/classview/README.dox @@ -20,7 +20,7 @@ and images. ... \feature Describe the last feature -\bug bugs in <a href="http://bugs.kde.org/buglist.cgi?product=kdevelop&component=classview&bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&order=Bug+Number">classview component at Bugzilla database</a> +\bug bugs in <a href="http://bugs.kde.org/buglist.cgi?product=tdevelop&component=classview&bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&order=Bug+Number">classview component at Bugzilla database</a> \bug Describe a the 1st bug that you know of, but probably hasn't been reported yet. .. \bug Describe a the nth bug that you know of, but probably hasn't been reported yet. diff --git a/parts/classview/classtooldlg.cpp b/parts/classview/classtooldlg.cpp index 7cce890a..a30e0e11 100644 --- a/parts/classview/classtooldlg.cpp +++ b/parts/classview/classtooldlg.cpp @@ -2,7 +2,7 @@ * Copyright (C) 1999 by Jonas Nordin * * jonas.nordin@syncom.se * * Copyright (C) 2000-2001 by Bernd Gehrmann * - * bernd@kdevelop.org * + * bernd@tdevelop.org * * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * diff --git a/parts/classview/classtooldlg.h b/parts/classview/classtooldlg.h index c8d88e71..9b722346 100644 --- a/parts/classview/classtooldlg.h +++ b/parts/classview/classtooldlg.h @@ -2,7 +2,7 @@ * Copyright (C) 1999 by Jonas Nordin * * jonas.nordin@syncom.se * * Copyright (C) 2000-2001 by Bernd Gehrmann * - * bernd@kdevelop.org * + * bernd@tdevelop.org * * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * diff --git a/parts/classview/classtoolwidget.cpp b/parts/classview/classtoolwidget.cpp index 5aefe6e5..251ff556 100644 --- a/parts/classview/classtoolwidget.cpp +++ b/parts/classview/classtoolwidget.cpp @@ -2,7 +2,7 @@ * Copyright (C) 1999 by Jonas Nordin * * jonas.nordin@syncom.se * * Copyright (C) 2000-2001 by Bernd Gehrmann * - * bernd@kdevelop.org * + * bernd@tdevelop.org * * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * diff --git a/parts/classview/classtoolwidget.h b/parts/classview/classtoolwidget.h index 41af01e0..e6dc1fc1 100644 --- a/parts/classview/classtoolwidget.h +++ b/parts/classview/classtoolwidget.h @@ -2,7 +2,7 @@ * Copyright (C) 1999 by Jonas Nordin * * jonas.nordin@syncom.se * * Copyright (C) 2000-2001 by Bernd Gehrmann * - * bernd@kdevelop.org * + * bernd@tdevelop.org * * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * diff --git a/parts/classview/classtreebase.cpp b/parts/classview/classtreebase.cpp index f9074510..d057f6e0 100644 --- a/parts/classview/classtreebase.cpp +++ b/parts/classview/classtreebase.cpp @@ -2,7 +2,7 @@ * Copyright (C) 1999 by Jonas Nordin * * jonas.nordin@syncom.se * * Copyright (C) 2000-2001 by Bernd Gehrmann * - * bernd@kdevelop.org * + * bernd@tdevelop.org * * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * diff --git a/parts/classview/classtreebase.h b/parts/classview/classtreebase.h index 0c9a7d0f..07f45715 100644 --- a/parts/classview/classtreebase.h +++ b/parts/classview/classtreebase.h @@ -2,7 +2,7 @@ * Copyright (C) 1999 by Jonas Nordin * * jonas.nordin@syncom.se * * Copyright (C) 2000-2001 by Bernd Gehrmann * - * bernd@kdevelop.org * + * bernd@tdevelop.org * * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * diff --git a/parts/classview/classviewpart.cpp b/parts/classview/classviewpart.cpp index b26ea30b..649db134 100644 --- a/parts/classview/classviewpart.cpp +++ b/parts/classview/classviewpart.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2003 Roberto Raggi (roberto@kdevelop.org) + * Copyright (C) 2003 Roberto Raggi (roberto@tdevelop.org) * Copyright (C) 2003 Alexander Dymo (cloudtemple@mksat.net) * * This program is free software; you can redistribute it and/or diff --git a/parts/classview/classviewpart.h b/parts/classview/classviewpart.h index 3bd2b259..b20d7f7c 100644 --- a/parts/classview/classviewpart.h +++ b/parts/classview/classviewpart.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2003 Roberto Raggi (roberto@kdevelop.org) + * Copyright (C) 2003 Roberto Raggi (roberto@tdevelop.org) * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/parts/classview/classviewwidget.cpp b/parts/classview/classviewwidget.cpp index a7a2fea3..20c8e8b1 100644 --- a/parts/classview/classviewwidget.cpp +++ b/parts/classview/classviewwidget.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2003 Roberto Raggi (roberto@kdevelop.org) + * Copyright (C) 2003 Roberto Raggi (roberto@tdevelop.org) * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/parts/classview/classviewwidget.h b/parts/classview/classviewwidget.h index bef2e5a0..a1cb2baf 100644 --- a/parts/classview/classviewwidget.h +++ b/parts/classview/classviewwidget.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2003 Roberto Raggi (roberto@kdevelop.org) + * Copyright (C) 2003 Roberto Raggi (roberto@tdevelop.org) * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/parts/classview/digraphview.cpp b/parts/classview/digraphview.cpp index 32463042..ba09e463 100644 --- a/parts/classview/digraphview.cpp +++ b/parts/classview/digraphview.cpp @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2001 by Bernd Gehrmann * - * bernd@kdevelop.org * + * bernd@tdevelop.org * * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * @@ -24,7 +24,7 @@ #include <kstandarddirs.h> #include <kglobalsettings.h> #include <ktempfile.h> -#include <kdeversion.h> +#include <tdeversion.h> #include <kdebug.h> struct DigraphNode diff --git a/parts/classview/digraphview.h b/parts/classview/digraphview.h index b04f5306..9130be75 100644 --- a/parts/classview/digraphview.h +++ b/parts/classview/digraphview.h @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2001 by Bernd Gehrmann * - * bernd@kdevelop.org * + * bernd@tdevelop.org * * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * diff --git a/parts/classview/hierarchydlg.cpp b/parts/classview/hierarchydlg.cpp index 2ce9d6b3..0929c5cd 100644 --- a/parts/classview/hierarchydlg.cpp +++ b/parts/classview/hierarchydlg.cpp @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2001 by Bernd Gehrmann * - * bernd@kdevelop.org * + * bernd@tdevelop.org * * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * diff --git a/parts/classview/hierarchydlg.h b/parts/classview/hierarchydlg.h index 27d5b2a4..2f7483e2 100644 --- a/parts/classview/hierarchydlg.h +++ b/parts/classview/hierarchydlg.h @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2001 by Bernd Gehrmann * - * bernd@kdevelop.org * + * bernd@tdevelop.org * * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * diff --git a/parts/classview/navigator.cpp b/parts/classview/navigator.cpp index 6c9f65f9..0d9d6a7a 100644 --- a/parts/classview/navigator.cpp +++ b/parts/classview/navigator.cpp @@ -2,7 +2,7 @@ * Copyright (C) 2004 by Alexander Dymo * * adymo@mksat.net * * Portions Copyright (C) 2002-2003 by Roberto Raggi * - * roberto@kdevelop.org * + * roberto@tdevelop.org * * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * @@ -195,7 +195,7 @@ void Navigator::functionNavFocused() void Navigator::slotCursorPositionChanged() { - //FIXME: we assume that background parser delay is set globally in kdeveloprc file + //FIXME: we assume that background parser delay is set globally in tdeveloprc file //for all available language supports //this is reasonable assumption because problem reporter should be the same for all languages KConfig* config = kapp->config(); diff --git a/parts/ctags2/CMakeLists.txt b/parts/ctags2/CMakeLists.txt index 892cfba9..a8f4b582 100644 --- a/parts/ctags2/CMakeLists.txt +++ b/parts/ctags2/CMakeLists.txt @@ -40,6 +40,6 @@ tde_add_kpart( libkdevctags2 AUTOMOC ctags2_settingswidgetbase.ui ctags2_settingswidget.cpp ctags2_selecttagfilebase.ui ctags2_selecttagfile.cpp ctags2_createtagfilebase.ui ctags2_createtagfile.cpp - LINK kdevelop-shared + LINK tdevelop-shared DESTINATION ${PLUGIN_INSTALL_DIR} ) diff --git a/parts/ctags2/Makefile.am b/parts/ctags2/Makefile.am index 06b3cfea..f92a819c 100644 --- a/parts/ctags2/Makefile.am +++ b/parts/ctags2/Makefile.am @@ -3,7 +3,7 @@ INCLUDES = -I$(top_srcdir)/lib/interfaces \ kde_module_LTLIBRARIES = libkdevctags2.la libkdevctags2_la_LDFLAGS = $(all_libraries) $(KDE_PLUGIN) -libkdevctags2_la_LIBADD = $(top_builddir)/lib/libkdevelop.la +libkdevctags2_la_LIBADD = $(top_builddir)/lib/libtdevelop.la libkdevctags2_la_SOURCES = ctags2_part.cpp readtags.c ctags2_widgetbase.ui \ ctags2_widget.cpp tags.cpp ctagskinds.cpp ctags2_settingswidgetbase.ui \ diff --git a/parts/ctags2/ctagskinds.cpp b/parts/ctags2/ctagskinds.cpp index 012db208..526baa31 100644 --- a/parts/ctags2/ctagskinds.cpp +++ b/parts/ctags2/ctagskinds.cpp @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2001-2002 by Bernd Gehrmann * - * bernd@kdevelop.org * + * bernd@tdevelop.org * * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * diff --git a/parts/ctags2/ctagskinds.h b/parts/ctags2/ctagskinds.h index 7bf76a09..9ed07666 100644 --- a/parts/ctags2/ctagskinds.h +++ b/parts/ctags2/ctagskinds.h @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2001-2002 by Bernd Gehrmann * - * bernd@kdevelop.org * + * bernd@tdevelop.org * * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * diff --git a/parts/ctags2/kdevctags2.desktop b/parts/ctags2/kdevctags2.desktop index a63d45de..157a54e7 100644 --- a/parts/ctags2/kdevctags2.desktop +++ b/parts/ctags2/kdevctags2.desktop @@ -1,7 +1,7 @@ [Desktop Entry] Type=Service Exec=blubb -Icon=kdevelop +Icon=tdevelop Comment=CTags is a source navigation tool with support for many languages. When loaded it provides a context menu for finding type declarations/definitions and also a query dialog. http://ctags.sourceforge.net/ Comment[ca]=CTags és una eina de navegació de codi font amb suport per a diversos llenguatges. En carregar-se proporciona un menú de context per a localitzar les declaracions/definicions de tipus i també un diàleg de consultes. http://ctags.sourceforge.net/ Comment[da]=CTags er et kildenavigationsværktøj med støtte for mange sprog. Når det er indlæst sørger det for en sammenhængsmenu til at finde type-deklarationer/definitioner og også en forespørgselsdialog. http://ctags.sourceforge.net/ diff --git a/parts/diff/CMakeLists.txt b/parts/diff/CMakeLists.txt index 00671533..09987fd7 100644 --- a/parts/diff/CMakeLists.txt +++ b/parts/diff/CMakeLists.txt @@ -34,6 +34,6 @@ install( FILES kdevdiff.rc DESTINATION ${DATA_INSTALL_DIR}/kdevdiff ) tde_add_kpart( libkdevdiff AUTOMOC SOURCES diffpart.cpp diffwidget.cpp - LINK kdevelop-shared + LINK tdevelop-shared DESTINATION ${PLUGIN_INSTALL_DIR} ) diff --git a/parts/diff/Makefile.am b/parts/diff/Makefile.am index 300e2deb..ea521442 100644 --- a/parts/diff/Makefile.am +++ b/parts/diff/Makefile.am @@ -5,7 +5,7 @@ INCLUDES = -I$(top_srcdir)/lib/interfaces \ kde_module_LTLIBRARIES = libkdevdiff.la libkdevdiff_la_LDFLAGS = $(all_libraries) $(KDE_PLUGIN) -libkdevdiff_la_LIBADD = $(top_builddir)/lib/libkdevelop.la +libkdevdiff_la_LIBADD = $(top_builddir)/lib/libtdevelop.la libkdevdiff_la_SOURCES = diffpart.cpp diffwidget.cpp diff --git a/parts/diff/README b/parts/diff/README index 731741e1..7df3c4b5 100644 --- a/parts/diff/README +++ b/parts/diff/README @@ -1,3 +1,3 @@ Please read the on-line, automaticaly updated KDevelop API documentation at: -http://www.kdevelop.org +http://www.tdevelop.org or read the README.dox file. diff --git a/parts/diff/README.dox b/parts/diff/README.dox index 6659ac71..72cbfb3a 100644 --- a/parts/diff/README.dox +++ b/parts/diff/README.dox @@ -7,9 +7,9 @@ in a QTextEdit with simple highlighting Just right-click on a CVS or Perforce file and select "diff to repository" to see it in action. -\authors <a href="mailto:harry AT kdevelop.org">Harald Fernengel</a> +\authors <a href="mailto:harry AT tdevelop.org">Harald Fernengel</a> -\maintainer <a href="mailto:harry AT kdevelop.org">Harald Fernengel</a> +\maintainer <a href="mailto:harry AT tdevelop.org">Harald Fernengel</a> \feature Shows "diffs" between files \feature If "kompare" from KDESDK is installed, it'll use its widget to display the diff otherwise in a QTextEdit with simple highlighting diff --git a/parts/diff/diffdlg.cpp b/parts/diff/diffdlg.cpp index f461182e..16e84b9e 100644 --- a/parts/diff/diffdlg.cpp +++ b/parts/diff/diffdlg.cpp @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2001 by Harald Fernengel * - * harry@kdevelop.org * + * harry@tdevelop.org * * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * diff --git a/parts/diff/diffdlg.h b/parts/diff/diffdlg.h index 15f997f8..1e5b54c0 100644 --- a/parts/diff/diffdlg.h +++ b/parts/diff/diffdlg.h @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2001 by Harald Fernengel * - * harry@kdevelop.org * + * harry@tdevelop.org * * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * diff --git a/parts/diff/diffpart.cpp b/parts/diff/diffpart.cpp index 932ea86e..133a29f3 100644 --- a/parts/diff/diffpart.cpp +++ b/parts/diff/diffpart.cpp @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2001 by Harald Fernengel * - * harry@kdevelop.org * + * harry@tdevelop.org * * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * diff --git a/parts/diff/diffpart.h b/parts/diff/diffpart.h index be238399..eec6e930 100644 --- a/parts/diff/diffpart.h +++ b/parts/diff/diffpart.h @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2001 by Harald Fernengel * - * harry@kdevelop.org * + * harry@tdevelop.org * * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * diff --git a/parts/diff/diffwidget.cpp b/parts/diff/diffwidget.cpp index 4ed1f807..b2a14518 100644 --- a/parts/diff/diffwidget.cpp +++ b/parts/diff/diffwidget.cpp @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2001 by Harald Fernengel * - * harry@kdevelop.org * + * harry@tdevelop.org * * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * diff --git a/parts/diff/diffwidget.h b/parts/diff/diffwidget.h index abab5a8f..df4b296b 100644 --- a/parts/diff/diffwidget.h +++ b/parts/diff/diffwidget.h @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2001 by Harald Fernengel * - * harry@kdevelop.org * + * harry@tdevelop.org * * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * diff --git a/parts/distpart/CMakeLists.txt b/parts/distpart/CMakeLists.txt index 9e936c53..15fcb85e 100644 --- a/parts/distpart/CMakeLists.txt +++ b/parts/distpart/CMakeLists.txt @@ -37,6 +37,6 @@ tde_add_kpart( libkdevdistpart AUTOMOC SOURCES distpart_ui.ui distpart_part.cpp distpart_widget.cpp packagebase.cpp lsmsupport.cpp specsupport.cpp - LINK kdevelop-shared + LINK tdevelop-shared DESTINATION ${PLUGIN_INSTALL_DIR} ) diff --git a/parts/distpart/Makefile.am b/parts/distpart/Makefile.am index 0a1d949f..52f4a5ba 100644 --- a/parts/distpart/Makefile.am +++ b/parts/distpart/Makefile.am @@ -3,7 +3,7 @@ INCLUDES = -I$(top_srcdir)/lib/interfaces \ kde_module_LTLIBRARIES = libkdevdistpart.la libkdevdistpart_la_LDFLAGS = $(all_libraries) $(KDE_PLUGIN) -libkdevdistpart_la_LIBADD = $(top_builddir)/lib/libkdevelop.la +libkdevdistpart_la_LIBADD = $(top_builddir)/lib/libtdevelop.la libkdevdistpart_la_SOURCES = distpart_ui.ui distpart_part.cpp distpart_widget.cpp packagebase.cpp lsmsupport.cpp specsupport.cpp diff --git a/parts/distpart/README b/parts/distpart/README index 731741e1..7df3c4b5 100644 --- a/parts/distpart/README +++ b/parts/distpart/README @@ -1,3 +1,3 @@ Please read the on-line, automaticaly updated KDevelop API documentation at: -http://www.kdevelop.org +http://www.tdevelop.org or read the README.dox file. diff --git a/parts/distpart/distpart_ui.ui b/parts/distpart/distpart_ui.ui index 76d21693..cbe1e172 100644 --- a/parts/distpart/distpart_ui.ui +++ b/parts/distpart/distpart_ui.ui @@ -104,7 +104,7 @@ </size> </property> <property name="pixmap"> - <pixmap>"kdevelop"</pixmap> + <pixmap>"tdevelop"</pixmap> </property> <property name="scaledContents"> <bool>true</bool> diff --git a/parts/distpart/kdevdistpart.desktop b/parts/distpart/kdevdistpart.desktop index 8eaf44ee..018ce687 100644 --- a/parts/distpart/kdevdistpart.desktop +++ b/parts/distpart/kdevdistpart.desktop @@ -62,7 +62,7 @@ GenericName[tg]=Ҷамъкунӣ ва ҷорӣ намудани пакетҳо GenericName[tr]=Son Paketleme Desteği GenericName[zh_CN]=最终打包支持 GenericName[zh_TW]=最終包裝支援 -Icon=kdevelop +Icon=tdevelop ServiceTypes=KDevelop/Plugin X-KDE-Library=libkdevdistpart X-KDevelop-Version=5 diff --git a/parts/distpart/specsupport.cpp b/parts/distpart/specsupport.cpp index 63bfa59a..259ac301 100644 --- a/parts/distpart/specsupport.cpp +++ b/parts/distpart/specsupport.cpp @@ -37,7 +37,7 @@ #include <tqtabwidget.h> #include <tqmessagebox.h> -/// \FIXME This is at least the fifth place in the kdevelop code something like this exists +/// \FIXME This is at least the fifth place in the tdevelop code something like this exists TQString TQRegExp_escape(const TQString& str ) { return TQRegExp::escape(str); @@ -242,7 +242,7 @@ TQString SpecSupport::generatePackage( ) { TQString spec; spec += "# This spec file was generated by KDevelop \n"; - spec += "# Please report any problem to KDevelop Team <kdevelop-devel@kdevelop.org> \n"; + spec += "# Please report any problem to KDevelop Team <tdevelop-devel@tdevelop.org> \n"; spec += "# Thanks to Matthias Saou for his explanations on http://freshrpms.net/docs/fight.html\n\n"; spec += "Name: " + getAppName() + "\n"; diff --git a/parts/documentation/CMakeLists.txt b/parts/documentation/CMakeLists.txt index 0c02a06b..0fa6cdca 100644 --- a/parts/documentation/CMakeLists.txt +++ b/parts/documentation/CMakeLists.txt @@ -53,6 +53,6 @@ tde_add_kpart( libkdevdocumentation AUTOMOC docprojectconfigwidget.cpp KDevDocumentationIface.cpp KDevDocumentationIface.skel addcatalogdlgbase.ui addcatalogdlg.cpp - LINK documentation_interfaces-shared kdevelop-shared khtml-shared + LINK documentation_interfaces-shared tdevelop-shared khtml-shared DESTINATION ${PLUGIN_INSTALL_DIR} ) diff --git a/parts/documentation/Makefile.am b/parts/documentation/Makefile.am index b8f4505d..e6724ba1 100644 --- a/parts/documentation/Makefile.am +++ b/parts/documentation/Makefile.am @@ -3,7 +3,7 @@ INCLUDES = -I$(top_srcdir)/lib/interfaces -I$(top_srcdir)/lib/util \ kde_module_LTLIBRARIES = libkdevdocumentation.la libkdevdocumentation_la_LDFLAGS = $(all_libraries) $(KDE_PLUGIN) -libkdevdocumentation_la_LIBADD = $(top_builddir)/lib/libkdevelop.la \ +libkdevdocumentation_la_LIBADD = $(top_builddir)/lib/libtdevelop.la \ $(top_builddir)/parts/documentation/interfaces/libdocumentation_interfaces.la $(LIB_KHTML) libkdevdocumentation_la_SOURCES = documentation_part.cpp \ diff --git a/parts/documentation/README.dox b/parts/documentation/README.dox index 63658d49..b65f0d2a 100644 --- a/parts/documentation/README.dox +++ b/parts/documentation/README.dox @@ -10,7 +10,7 @@ Documentation plugin for KDevelop. \feature Devhelp books browsing (GTK/GNOME API) \feature KDevelopTOC browsing -\bug bugs in <a href="http://bugs.kde.org/buglist.cgi?product=kdevelop&component=documentation& +\bug bugs in <a href="http://bugs.kde.org/buglist.cgi?product=tdevelop&component=documentation& bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&order=Bug+Number"> Documentation viewer at Bugzilla database</a> diff --git a/parts/documentation/docglobalconfigwidget.cpp b/parts/documentation/docglobalconfigwidget.cpp index 0184c4c9..8d524a47 100644 --- a/parts/documentation/docglobalconfigwidget.cpp +++ b/parts/documentation/docglobalconfigwidget.cpp @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2002 by Bernd Gehrmann * - * bernd@kdevelop.org * + * bernd@tdevelop.org * * Copyright (C) 2002 by Sebastian Kratzert * * skratzert@gmx.de * * Copyright (C) 2003-2004 by Alexander Dymo * diff --git a/parts/documentation/documentation_part.cpp b/parts/documentation/documentation_part.cpp index 1e6ba171..9585c4e7 100644 --- a/parts/documentation/documentation_part.cpp +++ b/parts/documentation/documentation_part.cpp @@ -686,7 +686,7 @@ bool DocumentationPart::isAssistantUsed() const void DocumentationPart::setAssistantUsed(bool b) { m_assistantUsed = b; - //use global config to store different settings for kdevassistant and kdevelop + //use global config to store different settings for kdevassistant and tdevelop KConfig *config = kapp->config(); config->setGroup("Documentation"); config->writeEntry("UseAssistant", isAssistantUsed()); diff --git a/parts/documentation/interfaces/CMakeLists.txt b/parts/documentation/interfaces/CMakeLists.txt index 8550a5cf..2809877a 100644 --- a/parts/documentation/interfaces/CMakeLists.txt +++ b/parts/documentation/interfaces/CMakeLists.txt @@ -24,13 +24,13 @@ link_directories( install( FILES kdevdocumentationplugin.h - DESTINATION ${INCLUDE_INSTALL_DIR}/kdevelop/parts/documentation ) + DESTINATION ${INCLUDE_INSTALL_DIR}/tdevelop/parts/documentation ) ##### other data ################################ install( FILES - kdevelopdocumentationplugins.desktop + tdevelopdocumentationplugins.desktop DESTINATION ${SERVICETYPES_INSTALL_DIR} ) diff --git a/parts/documentation/interfaces/Mainpage.dox b/parts/documentation/interfaces/Mainpage.dox index 85126a6e..5a6bb2bb 100644 --- a/parts/documentation/interfaces/Mainpage.dox +++ b/parts/documentation/interfaces/Mainpage.dox @@ -5,6 +5,6 @@ This library contains interfaces to implement KDevelop documentation plugins. <b>Link with</b>: -ldocumentation_interfaces -<b>Include path</b>: -I\$(kde_includes)/kdevelop/parts/documentation +<b>Include path</b>: -I\$(kde_includes)/tdevelop/parts/documentation */ diff --git a/parts/documentation/interfaces/Makefile.am b/parts/documentation/interfaces/Makefile.am index e0de7668..93f5e7a0 100644 --- a/parts/documentation/interfaces/Makefile.am +++ b/parts/documentation/interfaces/Makefile.am @@ -1,14 +1,14 @@ INCLUDES = -I$(top_srcdir)/lib/interfaces -I$(top_srcdir)/lib/util \ $(all_includes) METASOURCES = AUTO -partincludedirdir = $(includedir)/kdevelop/parts/documentation +partincludedirdir = $(includedir)/tdevelop/parts/documentation lib_LTLIBRARIES = libdocumentation_interfaces.la libdocumentation_interfaces_la_LDFLAGS = $(all_libraries) libdocumentation_interfaces_la_LIBADD = $(LIB_QT) $(LIB_TDECORE) $(LIB_TDEUI) $(LIB_KIO) libdocumentation_interfaces_la_SOURCES = kdevdocumentationplugin.cpp partincludedir_HEADERS = kdevdocumentationplugin.h servicetypedir = $(kde_servicetypesdir) -servicetype_DATA = kdevelopdocumentationplugins.desktop +servicetype_DATA = tdevelopdocumentationplugins.desktop DOXYGEN_REFERENCES = dcop interfaces tdecore tdefx tdeui khtml kmdi kio kjs kparts kutils kdevutil kdevinterfaces DOXYGEN_PROJECTNAME = KDevelop Documentation Part Interfaces Library diff --git a/parts/documentation/plugins/chm/CMakeLists.txt b/parts/documentation/plugins/chm/CMakeLists.txt index d0f18aea..ebf52b0e 100644 --- a/parts/documentation/plugins/chm/CMakeLists.txt +++ b/parts/documentation/plugins/chm/CMakeLists.txt @@ -34,6 +34,6 @@ install( FILES docchmplugin.desktop DESTINATION ${SERVICES_INSTALL_DIR} ) tde_add_kpart( libdocchmplugin AUTOMOC SOURCES docchmplugin.cpp - LINK documentation_interfaces-shared kdevelop-shared + LINK documentation_interfaces-shared tdevelop-shared DESTINATION ${PLUGIN_INSTALL_DIR} ) diff --git a/parts/documentation/plugins/chm/Makefile.am b/parts/documentation/plugins/chm/Makefile.am index 6df1ba52..fd569224 100644 --- a/parts/documentation/plugins/chm/Makefile.am +++ b/parts/documentation/plugins/chm/Makefile.am @@ -10,5 +10,5 @@ kde_services_DATA = docchmplugin.desktop libdocchmplugin_la_LDFLAGS = -module -avoid-version -no-undefined $(all_libraries) libdocchmplugin_la_SOURCES = docchmplugin.cpp -libdocchmplugin_la_LIBADD = $(top_builddir)/lib/libkdevelop.la \ +libdocchmplugin_la_LIBADD = $(top_builddir)/lib/libtdevelop.la \ $(top_builddir)/parts/documentation/interfaces/libdocumentation_interfaces.la diff --git a/parts/documentation/plugins/custom/CMakeLists.txt b/parts/documentation/plugins/custom/CMakeLists.txt index 0715ad11..80007503 100644 --- a/parts/documentation/plugins/custom/CMakeLists.txt +++ b/parts/documentation/plugins/custom/CMakeLists.txt @@ -32,6 +32,6 @@ install( FILES doccustomplugin.desktop DESTINATION ${SERVICES_INSTALL_DIR} ) tde_add_kpart( libdoccustomplugin SOURCES doccustomplugin.cpp - LINK documentation_interfaces-shared kdevelop-shared + LINK documentation_interfaces-shared tdevelop-shared DESTINATION ${PLUGIN_INSTALL_DIR} ) diff --git a/parts/documentation/plugins/custom/Makefile.am b/parts/documentation/plugins/custom/Makefile.am index 999dc853..2fb3ca76 100644 --- a/parts/documentation/plugins/custom/Makefile.am +++ b/parts/documentation/plugins/custom/Makefile.am @@ -3,7 +3,7 @@ INCLUDES = -I$(top_srcdir)/lib/interfaces \ METASOURCES = AUTO kde_module_LTLIBRARIES = libdoccustomplugin.la libdoccustomplugin_la_LDFLAGS = -module -avoid-version -no-undefined $(all_libraries) -libdoccustomplugin_la_LIBADD = $(top_builddir)/lib/libkdevelop.la \ +libdoccustomplugin_la_LIBADD = $(top_builddir)/lib/libtdevelop.la \ $(top_builddir)/parts/documentation/interfaces/libdocumentation_interfaces.la noinst_HEADERS = doccustomplugin.h libdoccustomplugin_la_SOURCES = doccustomplugin.cpp diff --git a/parts/documentation/plugins/devhelp/CMakeLists.txt b/parts/documentation/plugins/devhelp/CMakeLists.txt index f877d04a..c551f418 100644 --- a/parts/documentation/plugins/devhelp/CMakeLists.txt +++ b/parts/documentation/plugins/devhelp/CMakeLists.txt @@ -34,6 +34,6 @@ install( FILES docdevhelpplugin.desktop DESTINATION ${SERVICES_INSTALL_DIR} ) tde_add_kpart( libdocdevhelpplugin AUTOMOC SOURCES docdevhelpplugin.cpp - LINK documentation_interfaces-shared kdevelop-shared + LINK documentation_interfaces-shared tdevelop-shared DESTINATION ${PLUGIN_INSTALL_DIR} ) diff --git a/parts/documentation/plugins/devhelp/Makefile.am b/parts/documentation/plugins/devhelp/Makefile.am index e0682833..fe202ece 100644 --- a/parts/documentation/plugins/devhelp/Makefile.am +++ b/parts/documentation/plugins/devhelp/Makefile.am @@ -10,5 +10,5 @@ kde_services_DATA = docdevhelpplugin.desktop libdocdevhelpplugin_la_LDFLAGS = -module -avoid-version -no-undefined $(all_libraries) libdocdevhelpplugin_la_SOURCES = docdevhelpplugin.cpp -libdocdevhelpplugin_la_LIBADD = $(top_builddir)/lib/libkdevelop.la \ +libdocdevhelpplugin_la_LIBADD = $(top_builddir)/lib/libtdevelop.la \ $(top_builddir)/parts/documentation/interfaces/libdocumentation_interfaces.la diff --git a/parts/documentation/plugins/djvu/Makefile.am b/parts/documentation/plugins/djvu/Makefile.am index 716be5df..2d754dec 100644 --- a/parts/documentation/plugins/djvu/Makefile.am +++ b/parts/documentation/plugins/djvu/Makefile.am @@ -2,7 +2,7 @@ INCLUDES = -I$(top_srcdir)/lib/interfaces $(all_includes) METASOURCES = AUTO kde_module_LTLIBRARIES = libdocdjvuplugin.la libdocdjvuplugin_la_LDFLAGS = $(all_libraries) -libdocdjvuplugin_la_LIBADD = $(top_builddir)/lib/libkdevelop.la +libdocdjvuplugin_la_LIBADD = $(top_builddir)/lib/libtdevelop.la noinst_HEADERS = docdjvuplugin.h libdocdjvuplugin_la_SOURCES = docdjvuplugin.cpp kde_services_DATA = docdjvuplugin.desktop diff --git a/parts/documentation/plugins/doxygen/CMakeLists.txt b/parts/documentation/plugins/doxygen/CMakeLists.txt index 3f54572e..84c54488 100644 --- a/parts/documentation/plugins/doxygen/CMakeLists.txt +++ b/parts/documentation/plugins/doxygen/CMakeLists.txt @@ -34,6 +34,6 @@ install( FILES docdoxygenplugin.desktop DESTINATION ${SERVICES_INSTALL_DIR} ) tde_add_kpart( libdocdoxygenplugin AUTOMOC SOURCES docdoxygenplugin.cpp - LINK documentation_interfaces-shared kdevelop-shared + LINK documentation_interfaces-shared tdevelop-shared DESTINATION ${PLUGIN_INSTALL_DIR} ) diff --git a/parts/documentation/plugins/doxygen/Makefile.am b/parts/documentation/plugins/doxygen/Makefile.am index eb6e2648..0b75252f 100644 --- a/parts/documentation/plugins/doxygen/Makefile.am +++ b/parts/documentation/plugins/doxygen/Makefile.am @@ -9,5 +9,5 @@ noinst_HEADERS = docdoxygenplugin.h libdocdoxygenplugin_la_LDFLAGS = -module -avoid-version -no-undefined $(all_libraries) -libdocdoxygenplugin_la_LIBADD = $(top_builddir)/lib/libkdevelop.la \ +libdocdoxygenplugin_la_LIBADD = $(top_builddir)/lib/libtdevelop.la \ $(top_builddir)/parts/documentation/interfaces/libdocumentation_interfaces.la diff --git a/parts/documentation/plugins/doxygen/docdoxygenplugin.cpp b/parts/documentation/plugins/doxygen/docdoxygenplugin.cpp index 617988e9..09c7310b 100644 --- a/parts/documentation/plugins/doxygen/docdoxygenplugin.cpp +++ b/parts/documentation/plugins/doxygen/docdoxygenplugin.cpp @@ -187,8 +187,8 @@ bool DocDoxygenPlugin::needRefreshIndex(DocumentationCatalogItem* item) void DocDoxygenPlugin::autoSetupPlugin() { - autoSetupDocs(KDELIBS_DOXYDIR, "en/kdelibs-apidocs", "The KDE API Reference (The KDE API Reference)"); - autoSetupDocs("", "en/kdevelop-apidocs", "The KDevelop Platform API Documentation (KDevelop)"); + autoSetupDocs(KDELIBS_DOXYDIR, "en/tdelibs-apidocs", "The KDE API Reference (The KDE API Reference)"); + autoSetupDocs("", "en/tdevelop-apidocs", "The KDevelop Platform API Documentation (KDevelop)"); } diff --git a/parts/documentation/plugins/kdevtoc/CMakeLists.txt b/parts/documentation/plugins/kdevtoc/CMakeLists.txt index 80d66f4f..c12c26e3 100644 --- a/parts/documentation/plugins/kdevtoc/CMakeLists.txt +++ b/parts/documentation/plugins/kdevtoc/CMakeLists.txt @@ -34,6 +34,6 @@ install( FILES dockdevtocplugin.desktop DESTINATION ${SERVICES_INSTALL_DIR} ) tde_add_kpart( libdockdevtocplugin AUTOMOC SOURCES dockdevtocplugin.cpp - LINK documentation_interfaces-shared kdevelop-shared + LINK documentation_interfaces-shared tdevelop-shared DESTINATION ${PLUGIN_INSTALL_DIR} ) diff --git a/parts/documentation/plugins/kdevtoc/Makefile.am b/parts/documentation/plugins/kdevtoc/Makefile.am index a40dd995..22dab380 100644 --- a/parts/documentation/plugins/kdevtoc/Makefile.am +++ b/parts/documentation/plugins/kdevtoc/Makefile.am @@ -6,5 +6,5 @@ libdockdevtocplugin_la_LDFLAGS = -module -avoid-version -no-undefined $(all_libr kde_services_DATA = dockdevtocplugin.desktop noinst_HEADERS = dockdevtocplugin.h libdockdevtocplugin_la_SOURCES = dockdevtocplugin.cpp -libdockdevtocplugin_la_LIBADD = $(top_builddir)/lib/libkdevelop.la \ +libdockdevtocplugin_la_LIBADD = $(top_builddir)/lib/libtdevelop.la \ $(top_builddir)/parts/documentation/interfaces/libdocumentation_interfaces.la diff --git a/parts/documentation/plugins/kdevtoc/dockdevtocplugin.cpp b/parts/documentation/plugins/kdevtoc/dockdevtocplugin.cpp index 6fc8a78e..6513eb90 100644 --- a/parts/documentation/plugins/kdevtoc/dockdevtocplugin.cpp +++ b/parts/documentation/plugins/kdevtoc/dockdevtocplugin.cpp @@ -101,7 +101,7 @@ TQString DocKDevTOCPlugin::catalogTitle(const TQString& url) return TQString(); TQDomDocument doc; - if (!doc.setContent(&f) || (doc.doctype().name() != "kdeveloptoc")) + if (!doc.setContent(&f) || (doc.doctype().name() != "tdeveloptoc")) return TQString(); f.close(); @@ -147,9 +147,9 @@ void DocKDevTOCPlugin::createIndex(IndexBox* index, DocumentationCatalogItem* it return; } TQDomDocument doc; - if (!doc.setContent(&f) || doc.doctype().name() != "kdeveloptoc") + if (!doc.setContent(&f) || doc.doctype().name() != "tdeveloptoc") { - kdDebug(9002) << "Not a valid kdeveloptoc file: " << tocItem->tocFile() << endl; + kdDebug(9002) << "Not a valid tdeveloptoc file: " << tocItem->tocFile() << endl; return; } f.close(); @@ -192,9 +192,9 @@ void DocKDevTOCPlugin::createTOC(DocumentationCatalogItem* item) return; } TQDomDocument doc; - if (!doc.setContent(&f) || doc.doctype().name() != "kdeveloptoc") + if (!doc.setContent(&f) || doc.doctype().name() != "tdeveloptoc") { - kdDebug(9002) << "Not a valid kdeveloptoc file: " << tocItem->tocFile() << endl; + kdDebug(9002) << "Not a valid tdeveloptoc file: " << tocItem->tocFile() << endl; return; } f.close(); @@ -244,9 +244,9 @@ void DocKDevTOCPlugin::setCatalogURL(DocumentationCatalogItem* item) return; } TQDomDocument doc; - if (!doc.setContent(&f) || doc.doctype().name() != "kdeveloptoc") + if (!doc.setContent(&f) || doc.doctype().name() != "tdeveloptoc") { - kdDebug(9002) << "Not a valid kdeveloptoc file: " << tocItem->tocFile() << endl; + kdDebug(9002) << "Not a valid tdeveloptoc file: " << tocItem->tocFile() << endl; return; } f.close(); diff --git a/parts/documentation/plugins/pdb/Makefile.am b/parts/documentation/plugins/pdb/Makefile.am index 4d015e3c..2b4d42b9 100644 --- a/parts/documentation/plugins/pdb/Makefile.am +++ b/parts/documentation/plugins/pdb/Makefile.am @@ -2,7 +2,7 @@ INCLUDES = -I$(top_srcdir)/lib/interfaces $(all_includes) METASOURCES = AUTO kde_module_LTLIBRARIES = libdocpdbplugin.la libdocpdbplugin_la_LDFLAGS = -module -avoid-version -no-undefined $(all_libraries) -libdocpdbplugin_la_LIBADD = $(top_builddir)/lib/libkdevelop.la +libdocpdbplugin_la_LIBADD = $(top_builddir)/lib/libtdevelop.la noinst_HEADERS = docpdbplugin.h libdocpdbplugin_la_SOURCES = docpdbplugin.cpp kde_services_DATA = docpdbplugin.desktop diff --git a/parts/documentation/plugins/pdf/Makefile.am b/parts/documentation/plugins/pdf/Makefile.am index 8d9617d2..14a69171 100644 --- a/parts/documentation/plugins/pdf/Makefile.am +++ b/parts/documentation/plugins/pdf/Makefile.am @@ -2,7 +2,7 @@ INCLUDES = -I$(top_srcdir)/lib/interfaces $(all_includes) METASOURCES = AUTO kde_module_LTLIBRARIES = libdocpdfplugin.la libdocpdfplugin_la_LDFLAGS = $(all_libraries) -libdocpdfplugin_la_LIBADD = $(top_builddir)/lib/libkdevelop.la +libdocpdfplugin_la_LIBADD = $(top_builddir)/lib/libtdevelop.la noinst_HEADERS = docpdfplugin.h libdocpdfplugin_la_SOURCES = docpdfplugin.cpp kde_services_DATA = docpdfplugin.desktop diff --git a/parts/documentation/plugins/qt/CMakeLists.txt b/parts/documentation/plugins/qt/CMakeLists.txt index c0e0c624..b197f93b 100644 --- a/parts/documentation/plugins/qt/CMakeLists.txt +++ b/parts/documentation/plugins/qt/CMakeLists.txt @@ -34,6 +34,6 @@ install( FILES docqtplugin.desktop DESTINATION ${SERVICES_INSTALL_DIR} ) tde_add_kpart( libdocqtplugin AUTOMOC SOURCES docqtplugin.cpp - LINK documentation_interfaces-shared kdevelop-shared + LINK documentation_interfaces-shared tdevelop-shared DESTINATION ${PLUGIN_INSTALL_DIR} ) diff --git a/parts/documentation/plugins/qt/Makefile.am b/parts/documentation/plugins/qt/Makefile.am index a25419e7..f331f417 100644 --- a/parts/documentation/plugins/qt/Makefile.am +++ b/parts/documentation/plugins/qt/Makefile.am @@ -10,5 +10,5 @@ kde_services_DATA = docqtplugin.desktop libdocqtplugin_la_LDFLAGS = -module -avoid-version -no-undefined $(all_libraries) libdocqtplugin_la_SOURCES = docqtplugin.cpp -libdocqtplugin_la_LIBADD = $(top_builddir)/lib/libkdevelop.la \ +libdocqtplugin_la_LIBADD = $(top_builddir)/lib/libtdevelop.la \ $(top_builddir)/parts/documentation/interfaces/libdocumentation_interfaces.la diff --git a/parts/documentation/protocols/chm/Makefile.am b/parts/documentation/protocols/chm/Makefile.am index 59d02cfd..eba29efd 100644 --- a/parts/documentation/protocols/chm/Makefile.am +++ b/parts/documentation/protocols/chm/Makefile.am @@ -1,4 +1,4 @@ -## Makefile.am of kdebase/kioslave/chm +## Makefile.am of tdebase/kioslave/chm INCLUDES = -I$(top_srcdir)/lib/widgets $(all_includes) diff --git a/parts/documentation/searchview.cpp b/parts/documentation/searchview.cpp index 73afd9d0..fd88c6c0 100644 --- a/parts/documentation/searchview.cpp +++ b/parts/documentation/searchview.cpp @@ -2,7 +2,7 @@ * Copyright (C) 1999-2001 by Matthias Hoelzer-Kluepfel * * hoelzer@kde.org * * Copyright (C) 2001 by Bernd Gehrmann * - * bernd@kdevelop.org * + * bernd@tdevelop.org * * Copyright (C) 2004 by Alexander Dymo * * cloudtemple@mksat.net * * * @@ -132,7 +132,7 @@ void SearchView::updateIndex() void SearchView::runHtdig(const TQString &arg) { KProcess proc; - proc << "kdevelop-htdig" << arg; + proc << "tdevelop-htdig" << arg; proc.start(KProcess::DontCare); } @@ -164,10 +164,10 @@ void SearchView::search() TQDir d; if (indexdir.isEmpty() || !TQFile::exists(indexdir + "/htdig.conf")) { - if (TQFile::exists("/var/lib/kdevelop3/helpindex/htdig.conf")) - indexdir = "/var/lib/kdevelop3/helpindex"; - else if (TQFile::exists("/var/lib/kdevelop/helpindex/htdig.conf")) - indexdir = "/var/lib/kdevelop/helpindex"; + if (TQFile::exists("/var/lib/tdevelop3/helpindex/htdig.conf")) + indexdir = "/var/lib/tdevelop3/helpindex"; + else if (TQFile::exists("/var/lib/tdevelop/helpindex/htdig.conf")) + indexdir = "/var/lib/tdevelop/helpindex"; if (!TQFile::exists(indexdir + "/htdig.conf")) { diff --git a/parts/documentation/tools/htdig/CMakeLists.txt b/parts/documentation/tools/htdig/CMakeLists.txt index b42e0d6f..b3a627ac 100644 --- a/parts/documentation/tools/htdig/CMakeLists.txt +++ b/parts/documentation/tools/htdig/CMakeLists.txt @@ -20,9 +20,9 @@ link_directories( ) -##### kdevelop-htdig (executable) ############### +##### tdevelop-htdig (executable) ############### -tde_add_executable( kdevelop-htdig AUTOMOC +tde_add_executable( tdevelop-htdig AUTOMOC SOURCES htdigindex.cpp LINK kio-shared DESTINATION ${BIN_INSTALL_DIR} diff --git a/parts/documentation/tools/htdig/Makefile.am b/parts/documentation/tools/htdig/Makefile.am index f69a7b30..b46c07e7 100644 --- a/parts/documentation/tools/htdig/Makefile.am +++ b/parts/documentation/tools/htdig/Makefile.am @@ -1,6 +1,6 @@ INCLUDES = -I$(top_srcdir)/lib/interfaces -I$(top_srcdir)/lib/util $(all_includes) METASOURCES = AUTO -bin_PROGRAMS = kdevelop-htdig -kdevelop_htdig_LDFLAGS = $(all_libraries) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -lktexteditor -kdevelop_htdig_SOURCES = htdigindex.cpp +bin_PROGRAMS = tdevelop-htdig +tdevelop_htdig_LDFLAGS = $(all_libraries) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -lktexteditor +tdevelop_htdig_SOURCES = htdigindex.cpp noinst_HEADERS = htdigindex.h diff --git a/parts/documentation/tools/htdig/htdigindex.cpp b/parts/documentation/tools/htdig/htdigindex.cpp index 56877315..bd63375c 100644 --- a/parts/documentation/tools/htdig/htdigindex.cpp +++ b/parts/documentation/tools/htdig/htdigindex.cpp @@ -2,7 +2,7 @@ * Copyright (C) 1999-2001 by Matthias Hoelzer-Kluepfel * * hoelzer@kde.org * * Copyright (C) 2001 by Bernd Gehrmann * - * bernd@kdevelop.org * + * bernd@tdevelop.org * * Copyright (C) 2004 by Alexander Dymo * * cloudtemple@mksat.net * * * @@ -34,7 +34,7 @@ #include <kmessagebox.h> #include <kstandarddirs.h> #include <kprocess.h> -#include <kdeversion.h> +#include <tdeversion.h> #include <kprogress.h> #define INDEXER @@ -450,7 +450,7 @@ int main(int argc, char *argv[]) KCmdLineLastOption }; - KAboutData aboutData("kdevelop-htdig", I18N_NOOP("KDevelop ht://Dig Indexer"), + KAboutData aboutData("tdevelop-htdig", I18N_NOOP("KDevelop ht://Dig Indexer"), "0.2", I18N_NOOP("KDE Index generator for documentation files.")); KCmdLineArgs::init(argc, argv, &aboutData); @@ -458,7 +458,7 @@ int main(int argc, char *argv[]) KApplication app; - KGlobal::locale()->setMainCatalogue("kdevelop"); + KGlobal::locale()->setMainCatalogue("tdevelop"); KCmdLineArgs *args = KCmdLineArgs::parsedArgs(); diff --git a/parts/documentation/tools/htdig/htdigindex.h b/parts/documentation/tools/htdig/htdigindex.h index 661eed74..f0df3263 100644 --- a/parts/documentation/tools/htdig/htdigindex.h +++ b/parts/documentation/tools/htdig/htdigindex.h @@ -2,7 +2,7 @@ * Copyright (C) 1999-2001 by Matthias Hoelzer-Kluepfel * * hoelzer@kde.org * * Copyright (C) 2001 by Bernd Gehrmann * - * bernd@kdevelop.org * + * bernd@tdevelop.org * * Copyright (C) 2004 by Alexander Dymo * * cloudtemple@mksat.net * * * diff --git a/parts/doxygen/CMakeLists.txt b/parts/doxygen/CMakeLists.txt index bfd6a178..00a18675 100644 --- a/parts/doxygen/CMakeLists.txt +++ b/parts/doxygen/CMakeLists.txt @@ -38,6 +38,6 @@ tde_add_kpart( libkdevdoxygen AUTOMOC SOURCES doxygenpart.cpp doxygenconfigwidget.cpp input.cpp config.cpp version.cpp messages.cpp - LINK kdevelop-shared + LINK tdevelop-shared DESTINATION ${PLUGIN_INSTALL_DIR} ) diff --git a/parts/doxygen/Makefile.am b/parts/doxygen/Makefile.am index 8682a63d..703760cb 100644 --- a/parts/doxygen/Makefile.am +++ b/parts/doxygen/Makefile.am @@ -6,7 +6,7 @@ INCLUDES = -I$(top_srcdir)/lib/interfaces \ kde_module_LTLIBRARIES = libkdevdoxygen.la libkdevdoxygen_la_LDFLAGS = $(all_libraries) $(KDE_PLUGIN) -libkdevdoxygen_la_LIBADD = $(top_builddir)/lib/libkdevelop.la +libkdevdoxygen_la_LIBADD = $(top_builddir)/lib/libtdevelop.la libkdevdoxygen_la_SOURCES = doxygenpart.cpp doxygenconfigwidget.cpp input.cpp config.cpp version.cpp messages.cpp diff --git a/parts/doxygen/README.dox b/parts/doxygen/README.dox index df791085..976155fb 100644 --- a/parts/doxygen/README.dox +++ b/parts/doxygen/README.dox @@ -20,7 +20,7 @@ configure Doxygen (it reads and writes Doxygen Compatible configuration files). You should also copy config.l if you'd like to do some debugging. <br> -# To do the merge on config.cpp you should use: - <code>\verbatim$ kdiff3 doxygen-location/src/config.cpp kdevelop-location/parts/doxygen/config.cpp\endverbatim</code> + <code>\verbatim$ kdiff3 doxygen-location/src/config.cpp tdevelop-location/parts/doxygen/config.cpp\endverbatim</code> - Be careful because doxygen uses the deprecated QList class while KDevelop uses the new QPtrList so you should not merge certain lines of code!!! - Be careful because doxygen uses the deprecated QRegExp::match() method while @@ -31,13 +31,13 @@ configure Doxygen (it reads and writes Doxygen Compatible configuration files). . <br> -# To do the merge on config.h you should use: - <code>\verbatim$ kdiff3 doxygen-location/src/config.h kdevelop-location/parts/doxygen/config.h\endverbatim</code> + <code>\verbatim$ kdiff3 doxygen-location/src/config.h tdevelop-location/parts/doxygen/config.h\endverbatim</code> - Again, be careful because doxygen uses the deprecated QList class while KDevelop uses the new QPtrList so you should not merge certain lines of code!!! . <br> . - -# Copy over the file <code>doxygen-location/src/lang_cfg.h</code> to the <code>kdevelop-location/parts/doxygen/</code> directory. + -# Copy over the file <code>doxygen-location/src/lang_cfg.h</code> to the <code>tdevelop-location/parts/doxygen/</code> directory. -# Add the new i18n strings to messages.cpp. To do so, run KDevelop and go to Project-> Project Options... -> Doxygen. Take a look at KDevelop' console output, it will warn you about the missing @@ -49,7 +49,7 @@ Everything else we can customize for our look & feel. \authors <a href="mailto:dimitri AT stack.nl">Dimitri van Heesch</a> -\maintainer <a href="mailto:bernd AT kdevelop.org">Bernd Gehrmann</a> +\maintainer <a href="mailto:bernd AT tdevelop.org">Bernd Gehrmann</a> \maintainer <a href="mailto:a.lucas at tu-bs dot de">Amilcar Lucas</a> diff --git a/parts/doxygen/doxygenconfigwidget.cpp b/parts/doxygen/doxygenconfigwidget.cpp index 4bf4a217..c70f5df6 100644 --- a/parts/doxygen/doxygenconfigwidget.cpp +++ b/parts/doxygen/doxygenconfigwidget.cpp @@ -2,7 +2,7 @@ * Copyright (C) 2000 by Dimitri van Heesch * * dimitri@stack.nl * * Copyright (C) 2001 by Bernd Gehrmann * - * bernd@kdevelop.org * + * bernd@tdevelop.org * * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * diff --git a/parts/doxygen/doxygenconfigwidget.h b/parts/doxygen/doxygenconfigwidget.h index d2b15a6d..7c4a31e6 100644 --- a/parts/doxygen/doxygenconfigwidget.h +++ b/parts/doxygen/doxygenconfigwidget.h @@ -2,7 +2,7 @@ * Copyright (C) 2000 by Dimitri van Heesch * * dimitri@stack.nl * * Copyright (C) 2001 by Bernd Gehrmann * - * bernd@kdevelop.org * + * bernd@tdevelop.org * * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * diff --git a/parts/doxygen/doxygenpart.cpp b/parts/doxygen/doxygenpart.cpp index ec01df98..c1a6469b 100644 --- a/parts/doxygen/doxygenpart.cpp +++ b/parts/doxygen/doxygenpart.cpp @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2001 by Bernd Gehrmann * - * bernd@kdevelop.org * + * bernd@tdevelop.org * * Copyright (C) 2004 by Jonas Jacobi * * jonas.jacobi@web.de * * * diff --git a/parts/doxygen/doxygenpart.h b/parts/doxygen/doxygenpart.h index 307ead18..0e2b678d 100644 --- a/parts/doxygen/doxygenpart.h +++ b/parts/doxygen/doxygenpart.h @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2001 by Bernd Gehrmann * - * bernd@kdevelop.org * + * bernd@tdevelop.org * * Copyright (C) 2004 by Jonas Jacobi * * jonas.jacobi@web.de * * * diff --git a/parts/doxygen/input.cpp b/parts/doxygen/input.cpp index 2904ca0a..31a1d4ed 100644 --- a/parts/doxygen/input.cpp +++ b/parts/doxygen/input.cpp @@ -2,7 +2,7 @@ * Copyright (C) 1997-2000 by Dimitri van Heesch * * dimitri@stack.nl * * Copyright (C) 2001 by Bernd Gehrmann * - * bernd@kdevelop.org * + * bernd@tdevelop.org * * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * diff --git a/parts/doxygen/input.h b/parts/doxygen/input.h index 2ce85a3d..9053e731 100644 --- a/parts/doxygen/input.h +++ b/parts/doxygen/input.h @@ -2,7 +2,7 @@ * Copyright (C) 1997-2000 by Dimitri van Heesch * * dimitri@stack.nl * * Copyright (C) 2001 by Bernd Gehrmann * - * bernd@kdevelop.org * + * bernd@tdevelop.org * * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * diff --git a/parts/doxygen/kdevdoxygen.desktop b/parts/doxygen/kdevdoxygen.desktop index d8c05362..fba0b2e0 100644 --- a/parts/doxygen/kdevdoxygen.desktop +++ b/parts/doxygen/kdevdoxygen.desktop @@ -74,7 +74,7 @@ GenericName[tr]=Doxygen Desteği GenericName[zh_CN]=Doxygen 支持 GenericName[zh_TW]=Doxygen 支援 ServiceTypes=KDevelop/Plugin -Icon=kdevelop +Icon=tdevelop X-KDE-Library=libkdevdoxygen X-KDevelop-Version=5 X-KDevelop-Scope=Project diff --git a/parts/filecreate/CMakeLists.txt b/parts/filecreate/CMakeLists.txt index 7cc22d04..a562f8e1 100644 --- a/parts/filecreate/CMakeLists.txt +++ b/parts/filecreate/CMakeLists.txt @@ -44,6 +44,6 @@ tde_add_kpart( libkdevfilecreate AUTOMOC fcconfigwidgetbase.ui fcconfigwidget.cpp fctypeeditbase.ui fctypeedit.cpp fctemplateeditbase.ui fctemplateedit.cpp filecreate_newfile.cpp - LINK kdevelop-shared + LINK tdevelop-shared DESTINATION ${PLUGIN_INSTALL_DIR} ) diff --git a/parts/filecreate/Makefile.am b/parts/filecreate/Makefile.am index 462a8543..efe204d9 100644 --- a/parts/filecreate/Makefile.am +++ b/parts/filecreate/Makefile.am @@ -7,7 +7,7 @@ INCLUDES = -I$(top_srcdir)/lib/interfaces \ kde_module_LTLIBRARIES = libkdevfilecreate.la libkdevfilecreate_la_LDFLAGS = $(all_libraries) $(KDE_PLUGIN) -libkdevfilecreate_la_LIBADD = $(top_builddir)/lib/libkdevelop.la +libkdevfilecreate_la_LIBADD = $(top_builddir)/lib/libtdevelop.la libkdevfilecreate_la_SOURCES = filecreate_part.cpp filecreate_listitem.cpp \ filecreate_filetype.cpp filecreate_filedialog.cpp fcconfigwidgetbase.ui fcconfigwidget.cpp \ diff --git a/parts/filecreate/README b/parts/filecreate/README index 731741e1..7df3c4b5 100644 --- a/parts/filecreate/README +++ b/parts/filecreate/README @@ -1,3 +1,3 @@ Please read the on-line, automaticaly updated KDevelop API documentation at: -http://www.kdevelop.org +http://www.tdevelop.org or read the README.dox file. diff --git a/parts/filecreate/README.dox b/parts/filecreate/README.dox index 50e267e8..34a7882d 100644 --- a/parts/filecreate/README.dox +++ b/parts/filecreate/README.dox @@ -59,7 +59,7 @@ If a type has subtypes, and no subtypes are specified, then all subtypes are ass \endverbatim </code> -Usually, this XML forms part of the base .kdevelop file created by the appwizard. +Usually, this XML forms part of the base .tdevelop file created by the appwizard. \authors <a href="mailto:kde AT jrockey.com">Julian Rockey</a> \authors <a href="mailto:cloudtemple AT mksat.net">Alexander Dymo</a> @@ -69,7 +69,7 @@ Usually, this XML forms part of the base .kdevelop file created by the appwizard \feature friendly sidebar listing the types of new file that can be created for your project \feature configurable per-project file types and global file types -\bug bugs in <a href="http://bugs.kde.org/buglist.cgi?product=kdevelop&component=file+create&bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&order=Bug+Number">file create component at Bugzilla database</a> +\bug bugs in <a href="http://bugs.kde.org/buglist.cgi?product=tdevelop&component=file+create&bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&order=Bug+Number">file create component at Bugzilla database</a> \bug Arrangement of text in sidebar is not always perfect diff --git a/parts/filecreate/fcconfigwidget.cpp b/parts/filecreate/fcconfigwidget.cpp index d670c8e3..8b4ca11a 100644 --- a/parts/filecreate/fcconfigwidget.cpp +++ b/parts/filecreate/fcconfigwidget.cpp @@ -27,7 +27,7 @@ #include <klocale.h> #include <kmessagebox.h> #include <kiconloader.h> -#include <kdeversion.h> +#include <tdeversion.h> #include "fctypeedit.h" #include "fctemplateedit.h" @@ -169,7 +169,7 @@ void FCConfigWidget::loadProjectTemplates(TQListView *view) void FCConfigWidget::saveGlobalConfig() { TQDomDocument globalDom; - TQDomElement element = globalDom.createElement("kdevelop" ); + TQDomElement element = globalDom.createElement("tdevelop" ); globalDom.appendChild(element); TQDomElement apPart = globalDom.createElement("kdevfilecreate"); element.appendChild(apPart); diff --git a/parts/filecreate/filecreate_filedialog.cpp b/parts/filecreate/filecreate_filedialog.cpp index ecc8df42..3aa86c96 100644 --- a/parts/filecreate/filecreate_filedialog.cpp +++ b/parts/filecreate/filecreate_filedialog.cpp @@ -11,7 +11,7 @@ #include "filecreate_filedialog.h" #include <tqfileinfo.h> -#include <kdeversion.h> +#include <tdeversion.h> #include <kurlcombobox.h> #include <kdebug.h> diff --git a/parts/filecreate/filecreate_part.cpp b/parts/filecreate/filecreate_part.cpp index 75523c5d..dc581ac3 100644 --- a/parts/filecreate/filecreate_part.cpp +++ b/parts/filecreate/filecreate_part.cpp @@ -16,7 +16,7 @@ #include <tqvbox.h> #include <tqtimer.h> -#include <kdeversion.h> +#include <tdeversion.h> #include <kiconloader.h> #include <klocale.h> #include <kdevgenericfactory.h> diff --git a/parts/filecreate/filecreate_widget2.h b/parts/filecreate/filecreate_widget2.h index a8a3b38e..bfaf1ada 100644 --- a/parts/filecreate/filecreate_widget2.h +++ b/parts/filecreate/filecreate_widget2.h @@ -11,7 +11,7 @@ #ifndef __FILECREATE_WIDGET2_H__ #define __FILECREATE_WIDGET2_H__ -#include <kdeversion.h> +#include <tdeversion.h> #include <tqtable.h> #include <tqstring.h> #include <tqmap.h> diff --git a/parts/filecreate/template-info.xml b/parts/filecreate/template-info.xml index bddd5d65..664fa376 100644 --- a/parts/filecreate/template-info.xml +++ b/parts/filecreate/template-info.xml @@ -1,5 +1,5 @@ <?xml version = '1.0'?> -<kdevelop version="1"> +<tdevelop version="1"> <kdevfilecreate> <sidetab active="no"> </sidetab> @@ -178,4 +178,4 @@ </type> </filetypes> </kdevfilecreate> -</kdevelop> +</tdevelop> diff --git a/parts/filelist/CMakeLists.txt b/parts/filelist/CMakeLists.txt index 38a8078d..ac227b5e 100644 --- a/parts/filelist/CMakeLists.txt +++ b/parts/filelist/CMakeLists.txt @@ -39,6 +39,6 @@ tde_add_kpart( libkdevfilelist AUTOMOC projectviewprojectconfig.cpp projectviewpart.cpp toolbarguibuilder.cpp projectviewconfigbase.ui projectviewconfig.cpp - LINK kdevelop-shared + LINK tdevelop-shared DESTINATION ${PLUGIN_INSTALL_DIR} ) diff --git a/parts/filelist/Makefile.am b/parts/filelist/Makefile.am index 0d75e942..83e36d19 100644 --- a/parts/filelist/Makefile.am +++ b/parts/filelist/Makefile.am @@ -2,7 +2,7 @@ INCLUDES = -I$(top_srcdir)/lib/interfaces -I$(top_srcdir)/lib/util $(all_include kde_module_LTLIBRARIES = libkdevfilelist.la libkdevfilelist_la_LDFLAGS = $(all_libraries) $(KDE_PLUGIN) -libkdevfilelist_la_LIBADD = $(top_builddir)/lib/libkdevelop.la +libkdevfilelist_la_LIBADD = $(top_builddir)/lib/libtdevelop.la libkdevfilelist_la_SOURCES = filelist_widget.cpp filelist_item.cpp \ projectviewprojectconfigbase.ui projectviewprojectconfig.cpp projectviewpart.cpp toolbarguibuilder.cpp \ diff --git a/parts/filelist/fileinfo.h b/parts/filelist/fileinfo.h index 8c0e06d5..17fd9a7c 100644 --- a/parts/filelist/fileinfo.h +++ b/parts/filelist/fileinfo.h @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2005 by Jens Herden * - * jens@kdewebdev.org * + * jens@tdewebdev.org * * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * diff --git a/parts/filelist/filelist_widget.cpp b/parts/filelist/filelist_widget.cpp index 49fed3bf..223f53b6 100644 --- a/parts/filelist/filelist_widget.cpp +++ b/parts/filelist/filelist_widget.cpp @@ -2,7 +2,7 @@ * Copyright (C) 2004 by Jens Dagerbo * * jens.dagerbo@swipnet.se * * Copyright (C) 2005 by Jens Herden * - * jens@kdewebdev.org * + * jens@tdewebdev.org * * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * diff --git a/parts/filelist/filelist_widget.h b/parts/filelist/filelist_widget.h index 3de67a57..4cafa238 100644 --- a/parts/filelist/filelist_widget.h +++ b/parts/filelist/filelist_widget.h @@ -2,7 +2,7 @@ * Copyright (C) 2004 by Jens Dagerbo * * jens.dagerbo@swipnet.se * * Copyright (C) 2005 by Jens Herden * - * jens@kdewebdev.org * + * jens@tdewebdev.org * * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * diff --git a/parts/filelist/kdevfilelist.desktop b/parts/filelist/kdevfilelist.desktop index c3d097e4..9ab3f5ab 100644 --- a/parts/filelist/kdevfilelist.desktop +++ b/parts/filelist/kdevfilelist.desktop @@ -68,7 +68,7 @@ GenericName[ta]=கோப்புப் பட்டியல் GenericName[tg]=Рӯйхати файлҳо GenericName[zh_CN]=文件列表 GenericName[zh_TW]=檔案列表 -Icon=kdevelop +Icon=tdevelop ServiceTypes=KDevelop/Plugin X-KDevelop-Scope=Global X-KDE-Library=libkdevfilelist diff --git a/parts/filelist/projectviewconfig.cpp b/parts/filelist/projectviewconfig.cpp index 0f138e1a..31149b91 100644 --- a/parts/filelist/projectviewconfig.cpp +++ b/parts/filelist/projectviewconfig.cpp @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2005 by Jens Herden * - * jens.herden@kdewebdev.org * + * jens.herden@tdewebdev.org * * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * diff --git a/parts/filelist/projectviewconfig.h b/parts/filelist/projectviewconfig.h index 6ebf2ef5..9254812e 100644 --- a/parts/filelist/projectviewconfig.h +++ b/parts/filelist/projectviewconfig.h @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2005 by Jens Herden * - * jens.herden@kdewebdev.org * + * jens.herden@tdewebdev.org * * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * diff --git a/parts/filelist/projectviewpart.cpp b/parts/filelist/projectviewpart.cpp index 903f1dd1..1f35c027 100644 --- a/parts/filelist/projectviewpart.cpp +++ b/parts/filelist/projectviewpart.cpp @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2005 by Jens Herden * - * jens@kdewebdev.org * + * jens@tdewebdev.org * * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * diff --git a/parts/filelist/projectviewpart.h b/parts/filelist/projectviewpart.h index dc0287b7..44478e7a 100644 --- a/parts/filelist/projectviewpart.h +++ b/parts/filelist/projectviewpart.h @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2005 by Jens Herden * - * jens@kdewebdev.org * + * jens@tdewebdev.org * * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * diff --git a/parts/filelist/projectviewprojectconfig.cpp b/parts/filelist/projectviewprojectconfig.cpp index b411dbbd..e3d372a1 100644 --- a/parts/filelist/projectviewprojectconfig.cpp +++ b/parts/filelist/projectviewprojectconfig.cpp @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2005 by Jens Herden * - * jens.herden@kdewebdev.org * + * jens.herden@tdewebdev.org * * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * diff --git a/parts/filelist/projectviewprojectconfig.h b/parts/filelist/projectviewprojectconfig.h index f24a3028..a0e51d37 100644 --- a/parts/filelist/projectviewprojectconfig.h +++ b/parts/filelist/projectviewprojectconfig.h @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2005 by Jens Herden * - * jens.herden@kdewebdev.org * + * jens.herden@tdewebdev.org * * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * diff --git a/parts/filelist/toolbarguibuilder.cpp b/parts/filelist/toolbarguibuilder.cpp index b4e1a993..e292d092 100644 --- a/parts/filelist/toolbarguibuilder.cpp +++ b/parts/filelist/toolbarguibuilder.cpp @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2005 by Jens Herden * - * jens@kdewebdev.org * + * jens@tdewebdev.org * * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * diff --git a/parts/filelist/toolbarguibuilder.h b/parts/filelist/toolbarguibuilder.h index ec02c371..e81c300e 100644 --- a/parts/filelist/toolbarguibuilder.h +++ b/parts/filelist/toolbarguibuilder.h @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2005 by Jens Herden * - * jens@kdewebdev.org * + * jens@tdewebdev.org * * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * diff --git a/parts/fileselector/CMakeLists.txt b/parts/fileselector/CMakeLists.txt index 7daf159a..16eaecf3 100644 --- a/parts/fileselector/CMakeLists.txt +++ b/parts/fileselector/CMakeLists.txt @@ -36,6 +36,6 @@ tde_add_kpart( libkdevfileselector AUTOMOC SOURCES fileselector_part.cpp fileselector_widget.cpp kactionselector.cpp kbookmarkhandler.cpp - LINK kdevelop-shared + LINK tdevelop-shared DESTINATION ${PLUGIN_INSTALL_DIR} ) diff --git a/parts/fileselector/Makefile.am b/parts/fileselector/Makefile.am index f459fa79..6d5f7447 100644 --- a/parts/fileselector/Makefile.am +++ b/parts/fileselector/Makefile.am @@ -4,7 +4,7 @@ INCLUDES = -I$(top_srcdir)/lib/interfaces -I$(top_srcdir)/lib/interfaces/extensi kde_module_LTLIBRARIES = libkdevfileselector.la libkdevfileselector_la_LDFLAGS = $(all_libraries) $(KDE_PLUGIN) -libkdevfileselector_la_LIBADD = $(top_builddir)/lib/libkdevelop.la +libkdevfileselector_la_LIBADD = $(top_builddir)/lib/libtdevelop.la libkdevfileselector_la_SOURCES = fileselector_part.cpp fileselector_widget.cpp kactionselector.cpp kbookmarkhandler.cpp diff --git a/parts/fileselector/README.dox b/parts/fileselector/README.dox index 61a0047a..d70a7f8e 100644 --- a/parts/fileselector/README.dox +++ b/parts/fileselector/README.dox @@ -5,7 +5,7 @@ Powerful network transparent file browser utility \maintainer <a href="mailto:jowenn AT kde.org">Joseph Wenninger</a> Copyright (C) 2001 \maintainer <a href="mailto:cullmann AT kde.org">Christoph Cullmann</a> Copyright (C) 2001 -\maintainer <a href="mailto:roberto AT kdevelop.org">Roberto Raggi</a> Copyright (C) 2003 +\maintainer <a href="mailto:roberto AT tdevelop.org">Roberto Raggi</a> Copyright (C) 2003 \maintainer <a href="mailto:cloudtemple AT mksat.net">Alexander Dymo</a> Copyright (C) 2003 \feature Powerful network transparent file browser utility diff --git a/parts/fileselector/fileselector_widget.cpp b/parts/fileselector/fileselector_widget.cpp index d2646cc4..04e09af1 100644 --- a/parts/fileselector/fileselector_widget.cpp +++ b/parts/fileselector/fileselector_widget.cpp @@ -1,6 +1,6 @@ /* This file is part of the KDE project Copyright (C) 2003 Alexander Dymo <cloudtemple@mksat.net> - Copyright (C) 2003 Roberto Raggi <roberto@kdevelop.org> + Copyright (C) 2003 Roberto Raggi <roberto@tdevelop.org> Copyright (C) 2001 Christoph Cullmann <cullmann@kde.org> Copyright (C) 2001 Joseph Wenninger <jowenn@kde.org> Copyright (C) 2001 Anders Lund <anders.lund@lund.tdcadsl.dk> diff --git a/parts/fileselector/fileselector_widget.h b/parts/fileselector/fileselector_widget.h index 6fbc3d6a..2692d389 100644 --- a/parts/fileselector/fileselector_widget.h +++ b/parts/fileselector/fileselector_widget.h @@ -1,5 +1,5 @@ /* This file is part of the KDE project - Copyright (C) 2003 Roberto Raggi <roberto@kdevelop.org> + Copyright (C) 2003 Roberto Raggi <roberto@tdevelop.org> Copyright (C) 2001 Christoph Cullmann <cullmann@kde.org> Copyright (C) 2001 Joseph Wenninger <jowenn@kde.org> Copyright (C) 2001 Anders Lund <anders.lund@lund.tdcadsl.dk> diff --git a/parts/fileview/CMakeLists.txt b/parts/fileview/CMakeLists.txt index 9f228a18..4f5f87dc 100644 --- a/parts/fileview/CMakeLists.txt +++ b/parts/fileview/CMakeLists.txt @@ -40,7 +40,7 @@ tde_add_kpart( libkdevfileview AUTOMOC vcscolorsconfigwidgetbase.ui vcscolorsconfigwidget.cpp stdfiletreewidgetimpl.cpp filetreeviewwidgetimpl.cpp vcsfiletreewidgetimpl.cpp fileitemfactory.cpp - LINK kdevelop-shared + LINK tdevelop-shared DESTINATION ${PLUGIN_INSTALL_DIR} ) @@ -52,6 +52,6 @@ tde_add_kpart( libkdevfilegroups AUTOMOC filegroupswidget.cpp addfilegroupdlg.cpp filegroupsconfigwidget.cpp filegroupsconfigwidgetbase.ui filegroupspart.cpp - LINK kdevelop-shared + LINK tdevelop-shared DESTINATION ${PLUGIN_INSTALL_DIR} ) diff --git a/parts/fileview/Makefile.am b/parts/fileview/Makefile.am index 7cc33aa6..3211d736 100644 --- a/parts/fileview/Makefile.am +++ b/parts/fileview/Makefile.am @@ -6,10 +6,10 @@ INCLUDES = -I$(top_srcdir)/lib/compat -I$(top_srcdir)/lib/interfaces \ kde_module_LTLIBRARIES = libkdevfileview.la libkdevfilegroups.la libkdevfileview_la_LDFLAGS = $(all_libraries) $(KDE_PLUGIN) -libkdevfileview_la_LIBADD = $(top_builddir)/lib/libkdevelop.la +libkdevfileview_la_LIBADD = $(top_builddir)/lib/libtdevelop.la libkdevfilegroups_la_LDFLAGS = $(all_libraries) $(KDE_PLUGIN) -libkdevfilegroups_la_LIBADD = $(top_builddir)/lib/libkdevelop.la +libkdevfilegroups_la_LIBADD = $(top_builddir)/lib/libtdevelop.la libkdevfileview_la_SOURCES = fileviewpart.cpp filetreewidget.cpp partwidget.cpp vcscolorsconfigwidgetbase.ui vcscolorsconfigwidget.cpp stdfiletreewidgetimpl.cpp filetreeviewwidgetimpl.cpp vcsfiletreewidgetimpl.cpp fileitemfactory.cpp diff --git a/parts/fileview/README.dox b/parts/fileview/README.dox index d8143dd1..7eb838e6 100644 --- a/parts/fileview/README.dox +++ b/parts/fileview/README.dox @@ -1,13 +1,13 @@ /** \class FileViewPart The file tree list view for displaying files within project dir. -\authors <a href="mailto:bernd AT kdevelop.org">Bernd Gehrmann</a> +\authors <a href="mailto:bernd AT tdevelop.org">Bernd Gehrmann</a> \maintainer <a href="mailto:mario.scalas AT libero.it">Mario Scalas</a> \feature Provides a way of navigating and interacting with the source files of the current project. -\bug bugs in <a href="http://bugs.kde.org/buglist.cgi?product=kdevelop&component=file+tree&bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&order=Bug+Number">file tree component at Bugzilla database</a> +\bug bugs in <a href="http://bugs.kde.org/buglist.cgi?product=tdevelop&component=file+tree&bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&order=Bug+Number">file tree component at Bugzilla database</a> \bug Describe a the 1st bug that you know of, but probably hasn't been reported yet. .. \bug Describe a the nth bug that you know of, but probably hasn't been reported yet. @@ -42,12 +42,12 @@ The file tree list view for displaying files within project dir. /** \class FileGroupsPart Allows grouping of project files according to filename patterns. -\authors <a href="mailto:bernd AT kdevelop.org">Bernd Gehrmann</a> +\authors <a href="mailto:bernd AT tdevelop.org">Bernd Gehrmann</a> \maintainer <a href="mailto:mario.scalas AT libero.it">Mario Scalas</a> \feature Provides a way of navigating and interacting with the source files (grouped by extension type) of the current project. -\bug bugs in <a href="http://bugs.kde.org/buglist.cgi?product=kdevelop&component=File+Groups&bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&order=Bug+Number">file groups component at Bugzilla database</a> +\bug bugs in <a href="http://bugs.kde.org/buglist.cgi?product=tdevelop&component=File+Groups&bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&order=Bug+Number">file groups component at Bugzilla database</a> */ diff --git a/parts/fileview/addfilegroupdlg.cpp b/parts/fileview/addfilegroupdlg.cpp index 9e45d1ae..98eec46d 100644 --- a/parts/fileview/addfilegroupdlg.cpp +++ b/parts/fileview/addfilegroupdlg.cpp @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2001 by Bernd Gehrmann * - * bernd@kdevelop.org * + * bernd@tdevelop.org * * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * @@ -15,7 +15,7 @@ #include <kbuttonbox.h> #include <klocale.h> #include <kstdguiitem.h> -#include <kdeversion.h> +#include <tdeversion.h> #include "addfilegroupdlg.h" diff --git a/parts/fileview/addfilegroupdlg.h b/parts/fileview/addfilegroupdlg.h index f531d1a3..cd96a448 100644 --- a/parts/fileview/addfilegroupdlg.h +++ b/parts/fileview/addfilegroupdlg.h @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2001 by Bernd Gehrmann * - * bernd@kdevelop.org * + * bernd@tdevelop.org * * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * diff --git a/parts/fileview/filegroupsconfigwidget.cpp b/parts/fileview/filegroupsconfigwidget.cpp index c1a4f5bc..17f58f9a 100644 --- a/parts/fileview/filegroupsconfigwidget.cpp +++ b/parts/fileview/filegroupsconfigwidget.cpp @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2001-2002 by Bernd Gehrmann * - * bernd@kdevelop.org * + * bernd@tdevelop.org * * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * diff --git a/parts/fileview/filegroupsconfigwidget.h b/parts/fileview/filegroupsconfigwidget.h index f3f530ad..409c449f 100644 --- a/parts/fileview/filegroupsconfigwidget.h +++ b/parts/fileview/filegroupsconfigwidget.h @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2001-2002 by Bernd Gehrmann * - * bernd@kdevelop.org * + * bernd@tdevelop.org * * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * diff --git a/parts/fileview/filegroupspart.cpp b/parts/fileview/filegroupspart.cpp index 4451ff2a..92200d03 100644 --- a/parts/fileview/filegroupspart.cpp +++ b/parts/fileview/filegroupspart.cpp @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2001-2002 by Bernd Gehrmann * - * bernd@kdevelop.org * + * bernd@tdevelop.org * * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * diff --git a/parts/fileview/filegroupspart.h b/parts/fileview/filegroupspart.h index 3a1207ec..7c5a1ba6 100644 --- a/parts/fileview/filegroupspart.h +++ b/parts/fileview/filegroupspart.h @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2001-2002 by Bernd Gehrmann * - * bernd@kdevelop.org * + * bernd@tdevelop.org * * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * diff --git a/parts/fileview/filegroupswidget.cpp b/parts/fileview/filegroupswidget.cpp index 0c498e98..7efefd96 100644 --- a/parts/fileview/filegroupswidget.cpp +++ b/parts/fileview/filegroupswidget.cpp @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2001-2002 by Bernd Gehrmann * - * bernd@kdevelop.org * + * bernd@tdevelop.org * * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * @@ -25,7 +25,7 @@ #include <kpopupmenu.h> #include <kxmlguiclient.h> #include <kaction.h> -#include <kdeversion.h> +#include <tdeversion.h> #include "kdevcore.h" #include "kdevproject.h" diff --git a/parts/fileview/filegroupswidget.h b/parts/fileview/filegroupswidget.h index b77bbf8d..a1b60af1 100644 --- a/parts/fileview/filegroupswidget.h +++ b/parts/fileview/filegroupswidget.h @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2001-2002 by Bernd Gehrmann * - * bernd@kdevelop.org * + * bernd@tdevelop.org * * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * diff --git a/parts/fileview/filetreeviewwidgetimpl.cpp b/parts/fileview/filetreeviewwidgetimpl.cpp index 7ca52b17..2793a52b 100644 --- a/parts/fileview/filetreeviewwidgetimpl.cpp +++ b/parts/fileview/filetreeviewwidgetimpl.cpp @@ -14,7 +14,7 @@ #include <kdebug.h> #include <kaction.h> #include <klocale.h> -#include <kdeversion.h> +#include <tdeversion.h> #include <kdevproject.h> diff --git a/parts/fileview/filetreewidget.cpp b/parts/fileview/filetreewidget.cpp index f5aa0ff4..fb4560fc 100644 --- a/parts/fileview/filetreewidget.cpp +++ b/parts/fileview/filetreewidget.cpp @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2001-2002 by Bernd Gehrmann * - * bernd@kdevelop.org * + * bernd@tdevelop.org * * Copyright (C) 2003 by Mario Scalas (VCS Support) * * mario.scalas@libero.it * * * @@ -45,7 +45,7 @@ using namespace filetreeview; // class FileTreeViewItem /////////////////////////////////////////////////////////////////////////////// -#include <kdeversion.h> +#include <tdeversion.h> /////////////////////////////////////////////////////////////////////////////// // class FileTreeWidget @@ -164,7 +164,7 @@ void FileTreeWidget::hideOrShow() return; // Need to skip the root item (which is the sub-directory) - // i.e. "/home/devmario/src/kdevelop/parts/cvsservice" + // i.e. "/home/devmario/src/tdevelop/parts/cvsservice" item = static_cast<FileTreeViewItem*>( item->firstChild() ); // Now fill the sub-tree while (item) diff --git a/parts/fileview/filetreewidget.h b/parts/fileview/filetreewidget.h index 84d45e6d..dfd3bd9e 100644 --- a/parts/fileview/filetreewidget.h +++ b/parts/fileview/filetreewidget.h @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2001-2002 by Bernd Gehrmann * - * bernd@kdevelop.org * + * bernd@tdevelop.org * * Copyright (C) 2003 by Mario Scalas (VCS Support) * * mario.scalas@libero.it * * * diff --git a/parts/fileview/fileviewpart.cpp b/parts/fileview/fileviewpart.cpp index 0e3758c9..0c7ab17d 100644 --- a/parts/fileview/fileviewpart.cpp +++ b/parts/fileview/fileviewpart.cpp @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2001-2002 by Bernd Gehrmann * - * bernd@kdevelop.org * + * bernd@tdevelop.org * * Copyright (C) 2003 by Mario Scalas * * mario.scalas@libero.it * * * diff --git a/parts/fileview/fileviewpart.h b/parts/fileview/fileviewpart.h index 0dfd4796..c8cbd854 100644 --- a/parts/fileview/fileviewpart.h +++ b/parts/fileview/fileviewpart.h @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2001-2002 by Bernd Gehrmann * - * bernd@kdevelop.org * + * bernd@tdevelop.org * * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * diff --git a/parts/fileview/partwidget.cpp b/parts/fileview/partwidget.cpp index 6b06647c..39177191 100644 --- a/parts/fileview/partwidget.cpp +++ b/parts/fileview/partwidget.cpp @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2003 by KDevelop authors * - * kdevelop-devel@kde.org * + * tdevelop-devel@kde.org * * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * diff --git a/parts/fileview/partwidget.h b/parts/fileview/partwidget.h index 3dfa18a6..c3ad85b1 100644 --- a/parts/fileview/partwidget.h +++ b/parts/fileview/partwidget.h @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2003 by KDevelop authors * - * kdevelop-devel@kde.org * + * tdevelop-devel@kde.org * * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * diff --git a/parts/fileview/vcscolorsconfigwidget.cpp b/parts/fileview/vcscolorsconfigwidget.cpp index 63067c04..cfbca285 100644 --- a/parts/fileview/vcscolorsconfigwidget.cpp +++ b/parts/fileview/vcscolorsconfigwidget.cpp @@ -4,7 +4,7 @@ // Description: // // -// Author: KDevelop Authors <kdevelop-devel@kdevelop.org>, (C) 2003 +// Author: KDevelop Authors <tdevelop-devel@tdevelop.org>, (C) 2003 // // Copyright: See COPYING file that comes with this distribution // diff --git a/parts/fileview/vcsfiletreewidgetimpl.cpp b/parts/fileview/vcsfiletreewidgetimpl.cpp index 79486ec0..0e102cd9 100644 --- a/parts/fileview/vcsfiletreewidgetimpl.cpp +++ b/parts/fileview/vcsfiletreewidgetimpl.cpp @@ -16,7 +16,7 @@ #include <kaction.h> #include <klocale.h> #include <kdebug.h> -#include <kdeversion.h> +#include <tdeversion.h> //#include <kdevproject.h> #include <urlutil.h> diff --git a/parts/filter/CMakeLists.txt b/parts/filter/CMakeLists.txt index 3fb4b4aa..095144d3 100644 --- a/parts/filter/CMakeLists.txt +++ b/parts/filter/CMakeLists.txt @@ -36,6 +36,6 @@ tde_add_kpart( libkdevfilter AUTOMOC SOURCES filterpart.cpp shellfilterdlg.cpp shellinsertdlg.cpp kdevfilterIface.cpp kdevfilterIface.skel - LINK kdevelop-shared + LINK tdevelop-shared DESTINATION ${PLUGIN_INSTALL_DIR} ) diff --git a/parts/filter/Makefile.am b/parts/filter/Makefile.am index 5a447405..f68b0cf6 100644 --- a/parts/filter/Makefile.am +++ b/parts/filter/Makefile.am @@ -4,7 +4,7 @@ INCLUDES = -I$(top_srcdir)/lib/interfaces -I$(top_srcdir)/lib/util $(all kde_module_LTLIBRARIES = libkdevfilter.la libkdevfilter_la_LDFLAGS = $(all_libraries) $(KDE_PLUGIN) -libkdevfilter_la_LIBADD = $(top_builddir)/lib/libkdevelop.la +libkdevfilter_la_LIBADD = $(top_builddir)/lib/libtdevelop.la libkdevfilter_la_SOURCES = filterpart.cpp shellfilterdlg.cpp shellinsertdlg.cpp kdevfilterIface.cpp kdevfilterIface.skel diff --git a/parts/filter/filterpart.cpp b/parts/filter/filterpart.cpp index dbb0dfc6..496dc197 100644 --- a/parts/filter/filterpart.cpp +++ b/parts/filter/filterpart.cpp @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2002 by Bernd Gehrmann * - * bernd@kdevelop.org * + * bernd@tdevelop.org * * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * diff --git a/parts/filter/filterpart.h b/parts/filter/filterpart.h index e845adcf..5404cebc 100644 --- a/parts/filter/filterpart.h +++ b/parts/filter/filterpart.h @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2002 by Bernd Gehrmann * - * bernd@kdevelop.org * + * bernd@tdevelop.org * * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * diff --git a/parts/filter/kdevfilterIface.cpp b/parts/filter/kdevfilterIface.cpp index 3df749a4..30ec395c 100644 --- a/parts/filter/kdevfilterIface.cpp +++ b/parts/filter/kdevfilterIface.cpp @@ -5,7 +5,7 @@ // Description: // // -// Author: KDevelop Authors <kdevelop-devel@kdevelop.org>, (C) 2003 +// Author: KDevelop Authors <tdevelop-devel@tdevelop.org>, (C) 2003 // // Copyright: See COPYING file that comes with this distribution // diff --git a/parts/filter/shellfilterdlg.cpp b/parts/filter/shellfilterdlg.cpp index 740762d2..6de74381 100644 --- a/parts/filter/shellfilterdlg.cpp +++ b/parts/filter/shellfilterdlg.cpp @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2002 by Bernd Gehrmann * - * bernd@kdevelop.org * + * bernd@tdevelop.org * * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * @@ -21,7 +21,7 @@ #include <kmessagebox.h> #include <kprocess.h> #include <kstdguiitem.h> -#include <kdeversion.h> +#include <tdeversion.h> #include "kdevplugin.h" #include "domutil.h" diff --git a/parts/filter/shellfilterdlg.h b/parts/filter/shellfilterdlg.h index 842ea928..559beb0d 100644 --- a/parts/filter/shellfilterdlg.h +++ b/parts/filter/shellfilterdlg.h @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2002 by Bernd Gehrmann * - * bernd@kdevelop.org * + * bernd@tdevelop.org * * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * diff --git a/parts/filter/shellinsertdlg.cpp b/parts/filter/shellinsertdlg.cpp index 17e740b6..353dd7de 100644 --- a/parts/filter/shellinsertdlg.cpp +++ b/parts/filter/shellinsertdlg.cpp @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2002 by Bernd Gehrmann * - * bernd@kdevelop.org * + * bernd@tdevelop.org * * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * @@ -22,7 +22,7 @@ #include <kprocess.h> #include <klineedit.h> #include <kstdguiitem.h> -#include <kdeversion.h> +#include <tdeversion.h> #include "kdevplugin.h" #include "domutil.h" diff --git a/parts/filter/shellinsertdlg.h b/parts/filter/shellinsertdlg.h index b6954ade..cd846d45 100644 --- a/parts/filter/shellinsertdlg.h +++ b/parts/filter/shellinsertdlg.h @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2002 by Bernd Gehrmann * - * bernd@kdevelop.org * + * bernd@tdevelop.org * * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * diff --git a/parts/fullscreen/CMakeLists.txt b/parts/fullscreen/CMakeLists.txt index c998cff2..84b45df9 100644 --- a/parts/fullscreen/CMakeLists.txt +++ b/parts/fullscreen/CMakeLists.txt @@ -34,6 +34,6 @@ install( FILES kdevpart_fullscreen.rc DESTINATION ${DATA_INSTALL_DIR}/kdevfullsc tde_add_kpart( libkdevfullscreen AUTOMOC SOURCES fullscreen_part.cpp - LINK kdevelop-shared + LINK tdevelop-shared DESTINATION ${PLUGIN_INSTALL_DIR} ) diff --git a/parts/fullscreen/Makefile.am b/parts/fullscreen/Makefile.am index 3fecf8e5..3f039ef6 100644 --- a/parts/fullscreen/Makefile.am +++ b/parts/fullscreen/Makefile.am @@ -2,7 +2,7 @@ INCLUDES = -I$(top_srcdir)/lib/interfaces -I$(top_srcdir)/lib/util $(all_include kde_module_LTLIBRARIES = libkdevfullscreen.la libkdevfullscreen_la_LDFLAGS = $(all_libraries) $(KDE_PLUGIN) -libkdevfullscreen_la_LIBADD = $(top_builddir)/lib/libkdevelop.la +libkdevfullscreen_la_LIBADD = $(top_builddir)/lib/libtdevelop.la libkdevfullscreen_la_SOURCES = fullscreen_part.cpp diff --git a/parts/fullscreen/README.dox b/parts/fullscreen/README.dox index 10f74509..c7747fb5 100644 --- a/parts/fullscreen/README.dox +++ b/parts/fullscreen/README.dox @@ -1,9 +1,9 @@ /** \class FullScreenPart Displays KDevelop in full screen -\authors <a href="mailto:roberto AT kdevelop.org">Roberto Raggi</a> +\authors <a href="mailto:roberto AT tdevelop.org">Roberto Raggi</a> -\maintainer <a href="mailto:roberto AT kdevelop.org">Roberto Raggi</a> +\maintainer <a href="mailto:roberto AT tdevelop.org">Roberto Raggi</a> \feature Displays KDevelop in full screen diff --git a/parts/fullscreen/fullscreen_part.cpp b/parts/fullscreen/fullscreen_part.cpp index b3c2240f..7311cb62 100644 --- a/parts/fullscreen/fullscreen_part.cpp +++ b/parts/fullscreen/fullscreen_part.cpp @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2003 by Roberto Raggi * - * roberto@kdevelop.org * + * roberto@tdevelop.org * * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * diff --git a/parts/fullscreen/fullscreen_part.h b/parts/fullscreen/fullscreen_part.h index 0b5edd6e..786f2e31 100644 --- a/parts/fullscreen/fullscreen_part.h +++ b/parts/fullscreen/fullscreen_part.h @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2003 by Roberto Raggi * - * roberto@kdevelop.org * + * roberto@tdevelop.org * * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * diff --git a/parts/fullscreen/kdevfullscreen.desktop b/parts/fullscreen/kdevfullscreen.desktop index e9cf55f0..c95f47d4 100644 --- a/parts/fullscreen/kdevfullscreen.desktop +++ b/parts/fullscreen/kdevfullscreen.desktop @@ -78,7 +78,7 @@ GenericName[tg]=Тартиботи экрани пурра GenericName[tr]=Tam Ekran GenericName[zh_CN]=全屏 GenericName[zh_TW]=全螢幕 -Icon=kdevelop +Icon=tdevelop ServiceTypes=KDevelop/Plugin X-KDevelop-Scope=Core X-KDE-Library=libkdevfullscreen diff --git a/parts/grepview/CMakeLists.txt b/parts/grepview/CMakeLists.txt index 88f421a0..5ad23e4f 100644 --- a/parts/grepview/CMakeLists.txt +++ b/parts/grepview/CMakeLists.txt @@ -37,6 +37,6 @@ tde_add_kpart( libkdevgrepview AUTOMOC SOURCES grepviewpart.cpp grepviewwidget.cpp grepdlg.cpp LINK - kdevwidgets-shared kdevelop-shared + kdevwidgets-shared tdevelop-shared DESTINATION ${PLUGIN_INSTALL_DIR} ) diff --git a/parts/grepview/Makefile.am b/parts/grepview/Makefile.am index 49f3c202..c282e75a 100644 --- a/parts/grepview/Makefile.am +++ b/parts/grepview/Makefile.am @@ -5,7 +5,7 @@ INCLUDES = -I$(top_srcdir)/lib/interfaces -I$(top_srcdir)/lib/util \ kde_module_LTLIBRARIES = libkdevgrepview.la libkdevgrepview_la_LDFLAGS = $(all_libraries) $(KDE_PLUGIN) -libkdevgrepview_la_LIBADD = $(top_builddir)/lib/libkdevelop.la \ +libkdevgrepview_la_LIBADD = $(top_builddir)/lib/libtdevelop.la \ $(top_builddir)/lib/widgets/libkdevwidgets.la $(LIB_KHTML) libkdevgrepview_la_SOURCES = grepviewpart.cpp grepviewwidget.cpp grepdlg.cpp diff --git a/parts/grepview/README.dox b/parts/grepview/README.dox index d5e9130a..d0f7fbed 100644 --- a/parts/grepview/README.dox +++ b/parts/grepview/README.dox @@ -1,12 +1,12 @@ /** \class GrepViewPart Integrates "find|grep" in KDevelop - allows fast searching of multiple files using patterns or regular expressions. -\authors <a href="mailto:bernd AT kdevelop.org">Bernd Gehrmann</a> +\authors <a href="mailto:bernd AT tdevelop.org">Bernd Gehrmann</a> \maintainer <a href="mailto:jens.dagerbo AT swipnet.se">Jens Dagerbo</a> aka teatime \feature grep works on editor context menu -\bug bugs in <a href="http://bugs.kde.org/buglist.cgi?product=kdevelop&component=grep%20frontend&bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&order=Bug+Number">Grep Frontend component at Bugzilla database</a> +\bug bugs in <a href="http://bugs.kde.org/buglist.cgi?product=tdevelop&component=grep%20frontend&bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&order=Bug+Number">Grep Frontend component at Bugzilla database</a> */ diff --git a/parts/grepview/grepdlg.cpp b/parts/grepview/grepdlg.cpp index db81ff76..18849f40 100644 --- a/parts/grepview/grepdlg.cpp +++ b/parts/grepview/grepdlg.cpp @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 1999-2001 by Bernd Gehrmann and the KDevelop Team * - * bernd@kdevelop.org * + * bernd@tdevelop.org * * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * @@ -27,7 +27,7 @@ #include <kconfig.h> #include <kmessagebox.h> #include <kdebug.h> -#include <kdeversion.h> +#include <tdeversion.h> #include <tqlabel.h> #include <kcombobox.h> #include <kurlcompletion.h> diff --git a/parts/grepview/grepdlg.h b/parts/grepview/grepdlg.h index 08931890..3ddcfd68 100644 --- a/parts/grepview/grepdlg.h +++ b/parts/grepview/grepdlg.h @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 1999-2001 by Bernd Gehrmann and the KDevelop Team * - * bernd@kdevelop.org * + * bernd@tdevelop.org * * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * diff --git a/parts/grepview/grepviewpart.cpp b/parts/grepview/grepviewpart.cpp index 741f3c43..997723c1 100644 --- a/parts/grepview/grepviewpart.cpp +++ b/parts/grepview/grepviewpart.cpp @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 1999-2001 by Bernd Gehrmann * - * bernd@kdevelop.org * + * bernd@tdevelop.org * * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * diff --git a/parts/grepview/grepviewpart.h b/parts/grepview/grepviewpart.h index f318de75..2a05c5d6 100644 --- a/parts/grepview/grepviewpart.h +++ b/parts/grepview/grepviewpart.h @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 1999-2001 by Bernd Gehrmann * - * bernd@kdevelop.org * + * bernd@tdevelop.org * * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * diff --git a/parts/grepview/grepviewwidget.cpp b/parts/grepview/grepviewwidget.cpp index be31174f..b0cd9968 100644 --- a/parts/grepview/grepviewwidget.cpp +++ b/parts/grepview/grepviewwidget.cpp @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 1999-2001 by Bernd Gehrmann * - * bernd@kdevelop.org * + * bernd@tdevelop.org * * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * diff --git a/parts/grepview/grepviewwidget.h b/parts/grepview/grepviewwidget.h index cb517c81..430a4794 100644 --- a/parts/grepview/grepviewwidget.h +++ b/parts/grepview/grepviewwidget.h @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 1999-2001 by Bernd Gehrmann * - * bernd@kdevelop.org * + * bernd@tdevelop.org * * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * diff --git a/parts/konsole/CMakeLists.txt b/parts/konsole/CMakeLists.txt index 5b5a53aa..e6b51296 100644 --- a/parts/konsole/CMakeLists.txt +++ b/parts/konsole/CMakeLists.txt @@ -33,6 +33,6 @@ install( FILES kdevkonsoleview.desktop DESTINATION ${SERVICES_INSTALL_DIR} ) tde_add_kpart( libkdevkonsoleview AUTOMOC SOURCES konsoleviewpart.cpp - LINK kdevelop-shared + LINK tdevelop-shared DESTINATION ${PLUGIN_INSTALL_DIR} ) diff --git a/parts/konsole/Makefile.am b/parts/konsole/Makefile.am index b0faabf9..085f8e7a 100644 --- a/parts/konsole/Makefile.am +++ b/parts/konsole/Makefile.am @@ -4,7 +4,7 @@ INCLUDES = -I$(top_srcdir)/lib/interfaces -I$(top_srcdir)/lib/util $(all_include kde_module_LTLIBRARIES = libkdevkonsoleview.la libkdevkonsoleview_la_LDFLAGS = $(all_libraries) $(KDE_PLUGIN) -libkdevkonsoleview_la_LIBADD = $(top_builddir)/lib/libkdevelop.la \ +libkdevkonsoleview_la_LIBADD = $(top_builddir)/lib/libtdevelop.la \ $(top_builddir)/lib/util/libkdevutil.la libkdevkonsoleview_la_SOURCES = konsoleviewpart.cpp diff --git a/parts/konsole/README.dox b/parts/konsole/README.dox index 67641ebb..933a74a0 100644 --- a/parts/konsole/README.dox +++ b/parts/konsole/README.dox @@ -5,7 +5,7 @@ over several lines. You can even use some html commands in these lines like: <code>This is code</code>, html links <a href="http://somelocation">link text</a>, and images. -\authors <a href="mailto:bernd AT kdevelop.org">Bernd Gehrmann</a> +\authors <a href="mailto:bernd AT tdevelop.org">Bernd Gehrmann</a> \maintainer <a href="mailto:$EMAIL$">$AUTHOR$</a> \maintainer <a href="mailto:2nd maintainer AT provider.com">2nd maintainer full name</a> diff --git a/parts/konsole/konsoleviewpart.cpp b/parts/konsole/konsoleviewpart.cpp index c103a3a8..f7dc8956 100644 --- a/parts/konsole/konsoleviewpart.cpp +++ b/parts/konsole/konsoleviewpart.cpp @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2003 by KDevelop Authors * - * kdevelop-devel@kde.org * + * tdevelop-devel@kde.org * * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * diff --git a/parts/konsole/konsoleviewpart.h b/parts/konsole/konsoleviewpart.h index 2906daa7..f52cafce 100644 --- a/parts/konsole/konsoleviewpart.h +++ b/parts/konsole/konsoleviewpart.h @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2003 by KDevelop Authors * - * kdevelop-devel@kde.org * + * tdevelop-devel@kde.org * * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * diff --git a/parts/konsole/konsoleviewwidget.cpp b/parts/konsole/konsoleviewwidget.cpp index ef34f3f3..62a10d86 100644 --- a/parts/konsole/konsoleviewwidget.cpp +++ b/parts/konsole/konsoleviewwidget.cpp @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2003 by KDevelop Authors * - * kdevelop-devel@kde.org * + * tdevelop-devel@kde.org * * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * diff --git a/parts/konsole/konsoleviewwidget.h b/parts/konsole/konsoleviewwidget.h index 53bfdb94..32ba21e8 100644 --- a/parts/konsole/konsoleviewwidget.h +++ b/parts/konsole/konsoleviewwidget.h @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2003 by KDevelop Authors * - * kdevelop-devel@kde.org * + * tdevelop-devel@kde.org * * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * diff --git a/parts/openwith/CMakeLists.txt b/parts/openwith/CMakeLists.txt index e5c4a707..8384bdaa 100644 --- a/parts/openwith/CMakeLists.txt +++ b/parts/openwith/CMakeLists.txt @@ -33,6 +33,6 @@ install( FILES kdevopenwith.desktop DESTINATION ${SERVICES_INSTALL_DIR} ) tde_add_kpart( libkdevopenwith AUTOMOC SOURCES openwithpart.cpp - LINK kdevelop-shared + LINK tdevelop-shared DESTINATION ${PLUGIN_INSTALL_DIR} ) diff --git a/parts/openwith/Makefile.am b/parts/openwith/Makefile.am index 59bf6185..57503a0e 100644 --- a/parts/openwith/Makefile.am +++ b/parts/openwith/Makefile.am @@ -4,7 +4,7 @@ INCLUDES = -I$(top_srcdir)/lib/interfaces -I$(top_srcdir)/lib/util $(all_include kde_module_LTLIBRARIES = libkdevopenwith.la libkdevopenwith_la_LDFLAGS = $(all_libraries) $(KDE_PLUGIN) -libkdevopenwith_la_LIBADD = $(top_builddir)/lib/libkdevelop.la +libkdevopenwith_la_LIBADD = $(top_builddir)/lib/libtdevelop.la libkdevopenwith_la_SOURCES = openwithpart.cpp diff --git a/parts/openwith/kdevopenwith.desktop b/parts/openwith/kdevopenwith.desktop index fcc7134c..373cac27 100644 --- a/parts/openwith/kdevopenwith.desktop +++ b/parts/openwith/kdevopenwith.desktop @@ -24,8 +24,8 @@ Comment[pt]=Este 'plugin' oferece várias alternativas adicionais e "abertas" pa Comment[pt_BR]=Este plug-in fornece alternativas adicionais de "abrir" para vários menus de contetxo do KDevelop. Comment[ru]=Этот модуль предоставляет различные возможности открытия файлов, используя контекстные меню KDevelop. Comment[sk]=Modul poskytuje dodatočné "Otvoriť pomocou" alternatívy pre rôzne kontextové menu v KDevelop. -Comment[sr]=Овај прикључак обезбеђује додатне алтернативе за „отвори“ за различите контекстне меније у kdevelop-у. -Comment[sr@Latn]=Ovaj priključak obezbeđuje dodatne alternative za „otvori“ za različite kontekstne menije u kdevelop-u. +Comment[sr]=Овај прикључак обезбеђује додатне алтернативе за „отвори“ за различите контекстне меније у tdevelop-у. +Comment[sr@Latn]=Ovaj priključak obezbeđuje dodatne alternative za „otvori“ za različite kontekstne menije u tdevelop-u. Comment[sv]=Insticksprogrammet tillhandahåller ytterligare "öppna" alternativ i diverse sammanhangsberoende menyer i KDevelop. Comment[ta]=இந்த சொருகி Kஉருவாக்கியில் உள்ள வெவ்வேறு சூழுல் பட்டியலிற்கு பதில் "open" என்ற கூடுதல் வசதி தரும். Comment[tg]=Ин модул як чанд хел кушодани файлҳоро имкон медиҳад, ҳангоми истифода намудани KDevelop. @@ -74,7 +74,7 @@ GenericName[tg]=Менюи иловагӣ "Кушодан бо фармони Ё GenericName[tr]="Birlikte Aç" Menü Eki GenericName[zh_CN]=“打开方式”菜单项 GenericName[zh_TW]="開啟方式"選單 -Icon=kdevelop +Icon=tdevelop ServiceTypes=KDevelop/Plugin X-KDE-Library=libkdevopenwith X-KDevelop-Version=5 diff --git a/parts/outputviews/CMakeLists.txt b/parts/outputviews/CMakeLists.txt index 1c676d9a..48cf38ec 100644 --- a/parts/outputviews/CMakeLists.txt +++ b/parts/outputviews/CMakeLists.txt @@ -52,7 +52,7 @@ tde_add_kpart( libkdevmakeview AUTOMOC makeitem.cpp makeactionfilter.cpp otherfilter.cpp LINK kdevdcopextensions-static kdevextensions-static - kdevwidgets-shared kdevelop-shared + kdevwidgets-shared tdevelop-shared DESTINATION ${PLUGIN_INSTALL_DIR} ) @@ -64,6 +64,6 @@ tde_add_kpart( libkdevappview AUTOMOC appoutputviewpart.cpp appoutputwidget.cpp filterdlg.ui LINK kdevdcopextensions-static kdevextensions-static - kdevwidgets-shared kdevelop-shared + kdevwidgets-shared tdevelop-shared DESTINATION ${PLUGIN_INSTALL_DIR} ) diff --git a/parts/outputviews/Makefile.am b/parts/outputviews/Makefile.am index 81b7ca4e..803d51c2 100644 --- a/parts/outputviews/Makefile.am +++ b/parts/outputviews/Makefile.am @@ -21,7 +21,7 @@ noinst_HEADERS = filterdlg.h libkdevmakeview_la_LDFLAGS = $(all_libraries) $(KDE_PLUGIN) libkdevmakeview_la_LIBADD = $(top_builddir)/lib/widgets/libkdevwidgets.la \ - $(top_builddir)/lib/interfaces/extensions/dcop/libkdevdcopextensions.la $(top_builddir)/lib/libkdevelop.la \ + $(top_builddir)/lib/interfaces/extensions/dcop/libkdevdcopextensions.la $(top_builddir)/lib/libtdevelop.la \ $(LIB_KHTML) $(top_builddir)/lib/interfaces/extensions/libkdevextensions.la libkdevmakeview_la_SOURCES = makeviewpart.cpp makewidget.cpp \ directorystatusmessagefilter.cpp outputfilter.cpp compileerrorfilter.cpp commandcontinuationfilter.cpp \ @@ -29,7 +29,7 @@ libkdevmakeview_la_SOURCES = makeviewpart.cpp makewidget.cpp \ libkdevappview_la_LDFLAGS = $(all_libraries) $(KDE_PLUGIN) libkdevappview_la_LIBADD = $(top_builddir)/lib/widgets/libkdevwidgets.la \ - $(top_builddir)/lib/interfaces/extensions/dcop/libkdevdcopextensions.la $(top_builddir)/lib/libkdevelop.la \ + $(top_builddir)/lib/interfaces/extensions/dcop/libkdevdcopextensions.la $(top_builddir)/lib/libtdevelop.la \ $(LIB_KHTML) $(top_builddir)/lib/interfaces/extensions/libkdevextensions.la libkdevappview_la_SOURCES = appoutputviewpart.cpp appoutputwidget.cpp \ filterdlg.ui diff --git a/parts/outputviews/README.dox b/parts/outputviews/README.dox index 6e17bea3..c5877c6a 100644 --- a/parts/outputviews/README.dox +++ b/parts/outputviews/README.dox @@ -1,13 +1,13 @@ /** \class MakeViewPart Two output views: one displays compiler output, the other displays the application output. -\authors <a href="mailto:bernd AT kdevelop.org">Bernd Gehrmann</a> +\authors <a href="mailto:bernd AT tdevelop.org">Bernd Gehrmann</a> \feature Auto scroll down \feature Auto hide when it's not needed \feature Jump to error when clicked -\bug bugs in <a href="http://bugs.kde.org/buglist.cgi?product=kdevelop&component=outputviews&bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&order=Bug+Number">outputviews component at Bugzilla database</a> +\bug bugs in <a href="http://bugs.kde.org/buglist.cgi?product=tdevelop&component=outputviews&bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&order=Bug+Number">outputviews component at Bugzilla database</a> \todo Make the contents of the application output copyable. diff --git a/parts/outputviews/appoutputviewpart.cpp b/parts/outputviews/appoutputviewpart.cpp index 4267a85e..2413a88a 100644 --- a/parts/outputviews/appoutputviewpart.cpp +++ b/parts/outputviews/appoutputviewpart.cpp @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 1999-2002 by Bernd Gehrmann * - * bernd@kdevelop.org * + * bernd@tdevelop.org * * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * diff --git a/parts/outputviews/appoutputviewpart.h b/parts/outputviews/appoutputviewpart.h index afcbeb77..59011180 100644 --- a/parts/outputviews/appoutputviewpart.h +++ b/parts/outputviews/appoutputviewpart.h @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 1999-2002 by Bernd Gehrmann * - * bernd@kdevelop.org * + * bernd@tdevelop.org * * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * diff --git a/parts/outputviews/appoutputwidget.cpp b/parts/outputviews/appoutputwidget.cpp index 48b25db3..824a3f9e 100644 --- a/parts/outputviews/appoutputwidget.cpp +++ b/parts/outputviews/appoutputwidget.cpp @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 1999-2001 by Bernd Gehrmann * - * bernd@kdevelop.org * + * bernd@tdevelop.org * * * * Copyright (C) 2003 by Hamish Rodda * * meddie@yoyo.its.monash.edu.au * diff --git a/parts/outputviews/appoutputwidget.h b/parts/outputviews/appoutputwidget.h index 7fbe35be..415b02e9 100644 --- a/parts/outputviews/appoutputwidget.h +++ b/parts/outputviews/appoutputwidget.h @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 1999-2001 by Bernd Gehrmann * - * bernd@kdevelop.org * + * bernd@tdevelop.org * * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * diff --git a/parts/outputviews/commandcontinuationfilter.cpp b/parts/outputviews/commandcontinuationfilter.cpp index e33a7a6a..062519fd 100644 --- a/parts/outputviews/commandcontinuationfilter.cpp +++ b/parts/outputviews/commandcontinuationfilter.cpp @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 1999-2001 by Bernd Gehrmann and the KDevelop Team * - * bernd@kdevelop.org * + * bernd@tdevelop.org * * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * diff --git a/parts/outputviews/commandcontinuationfilter.h b/parts/outputviews/commandcontinuationfilter.h index fff8e5aa..dd48e7cd 100644 --- a/parts/outputviews/commandcontinuationfilter.h +++ b/parts/outputviews/commandcontinuationfilter.h @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 1999-2001 by Bernd Gehrmann and the KDevelop Team * - * bernd@kdevelop.org * + * bernd@tdevelop.org * * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * diff --git a/parts/outputviews/compileerrorfilter.cpp b/parts/outputviews/compileerrorfilter.cpp index a17ba71b..626187ca 100644 --- a/parts/outputviews/compileerrorfilter.cpp +++ b/parts/outputviews/compileerrorfilter.cpp @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 1999-2001 by Bernd Gehrmann and the KDevelop Team * - * bernd@kdevelop.org * + * bernd@tdevelop.org * * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * diff --git a/parts/outputviews/compileerrorfilter.h b/parts/outputviews/compileerrorfilter.h index 7a2fe1dc..4bc38dfe 100644 --- a/parts/outputviews/compileerrorfilter.h +++ b/parts/outputviews/compileerrorfilter.h @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 1999-2001 by Bernd Gehrmann and the KDevelop Team * - * bernd@kdevelop.org * + * bernd@tdevelop.org * * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * diff --git a/parts/outputviews/directorystatusmessagefilter.cpp b/parts/outputviews/directorystatusmessagefilter.cpp index 64945ad5..cde1d552 100644 --- a/parts/outputviews/directorystatusmessagefilter.cpp +++ b/parts/outputviews/directorystatusmessagefilter.cpp @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 1999-2001 by Bernd Gehrmann and the KDevelop Team * - * bernd@kdevelop.org * + * bernd@tdevelop.org * * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * diff --git a/parts/outputviews/directorystatusmessagefilter.h b/parts/outputviews/directorystatusmessagefilter.h index 4abaa23e..3d78a0df 100644 --- a/parts/outputviews/directorystatusmessagefilter.h +++ b/parts/outputviews/directorystatusmessagefilter.h @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 1999-2001 by Bernd Gehrmann * - * bernd@kdevelop.org * + * bernd@tdevelop.org * * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * diff --git a/parts/outputviews/makeactionfilter.cpp b/parts/outputviews/makeactionfilter.cpp index 51e288bd..0058b2e9 100644 --- a/parts/outputviews/makeactionfilter.cpp +++ b/parts/outputviews/makeactionfilter.cpp @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 1999-2001 by Bernd Gehrmann and the KDevelop Team * - * bernd@kdevelop.org * + * bernd@tdevelop.org * * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * @@ -180,25 +180,25 @@ void MakeActionFilter::test() "linking", "g++", "../bin/test" ) << TestItem( // automake 1.7, srcdir != builddir "if /bin/sh ../../libtool --silent --mode=compile --tag=CXX g++ -DHAVE_CONFIG_H -I. " - "-I/home/john/src/kde/kdevelop/lib/interfaces -I../.. -I/usr/local/kde/include -I/home/john/src/kde/qt-copy/include " + "-I/home/john/src/kde/tdevelop/lib/interfaces -I../.. -I/usr/local/kde/include -I/home/john/src/kde/qt-copy/include " "-I/usr/X11R6/include -DTQT_THREAD_SUPPORT -D_REENTRANT -Wnon-virtual-dtor -Wno-long-long -Wundef -Wall -pedantic -W " "-Wpointer-arith -Wmissing-prototypes -Wwrite-strings -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion " "-Wchar-subscripts -fno-builtin -g3 -Wformat-security -Wmissing-format-attribute -fno-exceptions -fno-check-new " "-fno-common -MT kdevcore.lo -MD -MP -MF \".deps/kdevcore.Tpo\" -c -o kdevcore.lo `test -f " - "'/home/john/src/kde/kdevelop/lib/interfaces/kdevcore.cpp' || echo " - "'/home/john/src/kde/kdevelop/lib/interfaces/'`/home/john/src/kde/kdevelop/lib/interfaces/kdevcore.cpp; then mv " + "'/home/john/src/kde/tdevelop/lib/interfaces/kdevcore.cpp' || echo " + "'/home/john/src/kde/tdevelop/lib/interfaces/'`/home/john/src/kde/tdevelop/lib/interfaces/kdevcore.cpp; then mv " "\".deps/kdevcore.Tpo\" \".deps/kdevcore.Plo\"; else rm -f \".deps/kdevcore.Tpo\"; exit 1; fi", "compiling", "g++", "kdevcore.cpp" ) << TestItem( // automake 1.7, srcdir != builddir - "if g++ -DHAVE_CONFIG_H -I. -I/home/john/src/kde/kdevelop/src -I.. -I/home/john/src/kde/kdevelop/lib/interfaces " - "-I/home/john/src/kde/kdevelop/lib/sourceinfo -I/home/john/src/kde/kdevelop/lib/util -I/home/john/src/kde/kdevelop/lib " - "-I/home/john/src/kde/kdevelop/lib/qextmdi/include -I/home/john/src/kde/kdevelop/lib/structure -I/usr/local/kde/include " + "if g++ -DHAVE_CONFIG_H -I. -I/home/john/src/kde/tdevelop/src -I.. -I/home/john/src/kde/tdevelop/lib/interfaces " + "-I/home/john/src/kde/tdevelop/lib/sourceinfo -I/home/john/src/kde/tdevelop/lib/util -I/home/john/src/kde/tdevelop/lib " + "-I/home/john/src/kde/tdevelop/lib/qextmdi/include -I/home/john/src/kde/tdevelop/lib/structure -I/usr/local/kde/include " "-I/home/john/src/kde/qt-copy/include -I/usr/X11R6/include -DTQT_THREAD_SUPPORT -D_REENTRANT -Wnon-virtual-dtor " "-Wno-long-long -Wundef -Wall -pedantic -W -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -ansi " "-D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -fno-builtin -g3 -Wformat-security " "-Wmissing-format-attribute -fno-exceptions -fno-check-new -fno-common -MT mainwindowideal.o -MD -MP -MF " - "\".deps/mainwindowideal.Tpo\" -c -o mainwindowideal.o `test -f '/home/john/src/kde/kdevelop/src/mainwindowideal.cpp' " - "|| echo '/home/john/src/kde/kdevelop/src/'`/home/john/src/kde/kdevelop/src/mainwindowideal.cpp; then mv " + "\".deps/mainwindowideal.Tpo\" -c -o mainwindowideal.o `test -f '/home/john/src/kde/tdevelop/src/mainwindowideal.cpp' " + "|| echo '/home/john/src/kde/tdevelop/src/'`/home/john/src/kde/tdevelop/src/mainwindowideal.cpp; then mv " "\".deps/mainwindowideal.Tpo\" \".deps/mainwindowideal.Po\"; else rm -f \".deps/mainwindowideal.Tpo\"; exit 1; fi", "compiling", "g++", "mainwindowideal.cpp" ) << TestItem( // automake and libtool compiling *.c files @@ -226,7 +226,7 @@ void MakeActionFilter::test() "-L/home/john/src/kde/qt-copy/lib -L/usr/local/kde/lib -avoid-version -module -no-undefined -R /usr/local/kde/lib " "-R /home/john/src/kde/qt-copy/lib -R /usr/X11R6/lib outputviewsfactory.lo makeviewpart.lo makewidget.lo " "appoutputviewpart.lo appoutputwidget.lo directorystatusmessagefilter.lo outputfilter.lo compileerrorfilter.lo " - "commandcontinuationfilter.lo makeitem.lo makeactionfilter.lo otherfilter.lo ../../lib/libkdevelop.la", + "commandcontinuationfilter.lo makeitem.lo makeactionfilter.lo otherfilter.lo ../../lib/libtdevelop.la", "linking", "libtool", "libkdevoutputviews.la.closure" ) << TestItem( //libtool, linking 2 "/bin/sh ../libtool --silent --mode=link --tag=CXX g++ -Wnon-virtual-dtor -Wno-long-long -Wundef -Wall -pedantic " @@ -254,7 +254,7 @@ void MakeActionFilter::test() "echo '/home/andris/cvs-developement/head/quanta/quanta/project/'`/home/andris/cvs-developement/head/quanta/quanta/project/project.cpp ", "compiling", "g++", "project.cpp") << TestItem( - "/usr/local/kde/bin/dcopidl /home/john/src/kde/kdevelop/lib/interfaces/KDevAppFrontendIface.h > KDevAppFrontendIface.kidl " + "/usr/local/kde/bin/dcopidl /home/john/src/kde/tdevelop/lib/interfaces/KDevAppFrontendIface.h > KDevAppFrontendIface.kidl " "|| ( rm -f KDevAppFrontendIface.kidl ; /bin/false )", "generating", "dcopidl", "KDevAppFrontendIface.kidl" ) << TestItem( diff --git a/parts/outputviews/makeactionfilter.h b/parts/outputviews/makeactionfilter.h index 1809c74d..92fdda36 100644 --- a/parts/outputviews/makeactionfilter.h +++ b/parts/outputviews/makeactionfilter.h @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 1999-2001 by Bernd Gehrmann and the KDevelop Team * - * bernd@kdevelop.org * + * bernd@tdevelop.org * * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * diff --git a/parts/outputviews/makeitem.cpp b/parts/outputviews/makeitem.cpp index fe1f8424..9686f035 100644 --- a/parts/outputviews/makeitem.cpp +++ b/parts/outputviews/makeitem.cpp @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 1999-2001 by Bernd Gehrmann * - * bernd@kdevelop.org * + * bernd@tdevelop.org * * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * diff --git a/parts/outputviews/makeitem.h b/parts/outputviews/makeitem.h index 94acc3e2..94097ce9 100644 --- a/parts/outputviews/makeitem.h +++ b/parts/outputviews/makeitem.h @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 1999-2001 by Bernd Gehrmann * - * bernd@kdevelop.org * + * bernd@tdevelop.org * * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * diff --git a/parts/outputviews/makeviewpart.cpp b/parts/outputviews/makeviewpart.cpp index 3e75a4d7..9185e5fd 100644 --- a/parts/outputviews/makeviewpart.cpp +++ b/parts/outputviews/makeviewpart.cpp @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 1999-2001 by Bernd Gehrmann * - * bernd@kdevelop.org * + * bernd@tdevelop.org * * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * diff --git a/parts/outputviews/makeviewpart.h b/parts/outputviews/makeviewpart.h index 4694233f..473e54ff 100644 --- a/parts/outputviews/makeviewpart.h +++ b/parts/outputviews/makeviewpart.h @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 1999-2001 by Bernd Gehrmann * - * bernd@kdevelop.org * + * bernd@tdevelop.org * * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * diff --git a/parts/outputviews/makewidget.cpp b/parts/outputviews/makewidget.cpp index a35a3d3c..34618a97 100644 --- a/parts/outputviews/makewidget.cpp +++ b/parts/outputviews/makewidget.cpp @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 1999-2001 by Bernd Gehrmann and the KDevelop Team * - * bernd@kdevelop.org * + * bernd@tdevelop.org * * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * diff --git a/parts/outputviews/makewidget.h b/parts/outputviews/makewidget.h index dd8b2b63..b97b16bb 100644 --- a/parts/outputviews/makewidget.h +++ b/parts/outputviews/makewidget.h @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 1999-2001 by Bernd Gehrmann * - * bernd@kdevelop.org * + * bernd@tdevelop.org * * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * diff --git a/parts/outputviews/otherfilter.cpp b/parts/outputviews/otherfilter.cpp index cd3287c3..2324b0f5 100644 --- a/parts/outputviews/otherfilter.cpp +++ b/parts/outputviews/otherfilter.cpp @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 1999-2001 by Bernd Gehrmann and the KDevelop Team * - * bernd@kdevelop.org * + * bernd@tdevelop.org * * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * diff --git a/parts/outputviews/otherfilter.h b/parts/outputviews/otherfilter.h index 57b8f643..509aadb2 100644 --- a/parts/outputviews/otherfilter.h +++ b/parts/outputviews/otherfilter.h @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 1999-2001 by Bernd Gehrmann * - * bernd@kdevelop.org * + * bernd@tdevelop.org * * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * diff --git a/parts/outputviews/outputfilter.cpp b/parts/outputviews/outputfilter.cpp index 1ea92c5f..383d56d5 100644 --- a/parts/outputviews/outputfilter.cpp +++ b/parts/outputviews/outputfilter.cpp @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 1999-2001 by Bernd Gehrmann and the KDevelop Team * - * bernd@kdevelop.org * + * bernd@tdevelop.org * * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * diff --git a/parts/outputviews/outputfilter.h b/parts/outputviews/outputfilter.h index 227f793d..095fcc0e 100644 --- a/parts/outputviews/outputfilter.h +++ b/parts/outputviews/outputfilter.h @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 1999-2001 by Bernd Gehrmann * - * bernd@kdevelop.org * + * bernd@tdevelop.org * * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * diff --git a/parts/outputviews/outputviewsfactory.cpp b/parts/outputviews/outputviewsfactory.cpp index 55e5bf55..27d13555 100644 --- a/parts/outputviews/outputviewsfactory.cpp +++ b/parts/outputviews/outputviewsfactory.cpp @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2000-2001 by Bernd Gehrmann * - * bernd@kdevelop.org * + * bernd@tdevelop.org * * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * diff --git a/parts/outputviews/outputviewsfactory.h b/parts/outputviews/outputviewsfactory.h index 4bcba666..14610580 100644 --- a/parts/outputviews/outputviewsfactory.h +++ b/parts/outputviews/outputviewsfactory.h @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2000-2001 by Bernd Gehrmann * - * bernd@kdevelop.org * + * bernd@tdevelop.org * * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * diff --git a/parts/partexplorer/CMakeLists.txt b/parts/partexplorer/CMakeLists.txt index 0b3e6a3a..7fe5080f 100644 --- a/parts/partexplorer/CMakeLists.txt +++ b/parts/partexplorer/CMakeLists.txt @@ -35,6 +35,6 @@ tde_add_kpart( libkdevpartexplorer AUTOMOC SOURCES partexplorerformbase.ui partexplorerform.cpp partexplorer_plugin.cpp - LINK kdevelop-shared + LINK tdevelop-shared DESTINATION ${PLUGIN_INSTALL_DIR} ) diff --git a/parts/partexplorer/Makefile.am b/parts/partexplorer/Makefile.am index 459c6778..fcb6caff 100644 --- a/parts/partexplorer/Makefile.am +++ b/parts/partexplorer/Makefile.am @@ -4,7 +4,7 @@ INCLUDES = -I$(top_srcdir)/lib/interfaces $(all_includes) kde_module_LTLIBRARIES = libkdevpartexplorer.la libkdevpartexplorer_la_LDFLAGS = $(all_libraries) $(KDE_PLUGIN) -libkdevpartexplorer_la_LIBADD = $(top_builddir)/lib/libkdevelop.la +libkdevpartexplorer_la_LIBADD = $(top_builddir)/lib/libtdevelop.la libkdevpartexplorer_la_SOURCES = partexplorerformbase.ui partexplorerform.cpp partexplorer_plugin.cpp diff --git a/parts/partexplorer/README b/parts/partexplorer/README index 731741e1..7df3c4b5 100644 --- a/parts/partexplorer/README +++ b/parts/partexplorer/README @@ -1,3 +1,3 @@ Please read the on-line, automaticaly updated KDevelop API documentation at: -http://www.kdevelop.org +http://www.tdevelop.org or read the README.dox file. diff --git a/parts/partexplorer/README.dox b/parts/partexplorer/README.dox index 08afdd92..0b95d89c 100644 --- a/parts/partexplorer/README.dox +++ b/parts/partexplorer/README.dox @@ -19,6 +19,6 @@ Last updated on 28.07.2003 by Mario Scalas \feature Performs KTrader-like queries about registered services -\bug bugs in <a href="http://bugs.kde.org/buglist.cgi?product=kdevelop&component=partexplorer&bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&order=Bug+Number">partexplorer component at Bugzilla database</a> +\bug bugs in <a href="http://bugs.kde.org/buglist.cgi?product=tdevelop&component=partexplorer&bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&order=Bug+Number">partexplorer component at Bugzilla database</a> */ diff --git a/parts/quickopen/CMakeLists.txt b/parts/quickopen/CMakeLists.txt index b67f2c4f..cb82433f 100644 --- a/parts/quickopen/CMakeLists.txt +++ b/parts/quickopen/CMakeLists.txt @@ -41,6 +41,6 @@ tde_add_kpart( libkdevquickopen AUTOMOC quickopenfiledialog.cpp quickopenfunctiondialog.cpp quickopenfunctionchooseformbase.ui quickopenfunctionchooseform.cpp - LINK kdevelop-shared + LINK tdevelop-shared DESTINATION ${PLUGIN_INSTALL_DIR} ) diff --git a/parts/quickopen/Makefile.am b/parts/quickopen/Makefile.am index be12b32f..2b9fafe0 100644 --- a/parts/quickopen/Makefile.am +++ b/parts/quickopen/Makefile.am @@ -3,7 +3,7 @@ INCLUDES = -I$(top_srcdir)/lib/interfaces -I$(top_srcdir)/lib/interfaces/extensi kde_module_LTLIBRARIES = libkdevquickopen.la libkdevquickopen_la_LDFLAGS = $(all_libraries) $(KDE_PLUGIN) -libkdevquickopen_la_LIBADD = $(top_builddir)/lib/libkdevelop.la $(top_builddir)/lib/widgets/libkdevwidgets.la $(LIB_KHTML) +libkdevquickopen_la_LIBADD = $(top_builddir)/lib/libtdevelop.la $(top_builddir)/lib/widgets/libkdevwidgets.la $(LIB_KHTML) libkdevquickopen_la_SOURCES = quickopen_part.cpp quickopendialog.cpp quickopenclassdialog.cpp quickopenbase.ui quickopenfiledialog.cpp quickopenfunctiondialog.cpp quickopenfunctionchooseformbase.ui quickopenfunctionchooseform.cpp diff --git a/parts/quickopen/kdevquickopen.desktop b/parts/quickopen/kdevquickopen.desktop index 1f497292..42d91a8f 100644 --- a/parts/quickopen/kdevquickopen.desktop +++ b/parts/quickopen/kdevquickopen.desktop @@ -72,7 +72,7 @@ GenericName[tg]=Ба зуди кушодан GenericName[tr]=HızlıAç GenericName[zh_CN]=快速打开 GenericName[zh_TW]=快速開啟 -Icon=kdevelop +Icon=tdevelop ServiceTypes=KDevelop/QuickOpen X-KDevelop-Scope=Project X-KDE-Library=libkdevquickopen diff --git a/parts/quickopen/quickopen_part.cpp b/parts/quickopen/quickopen_part.cpp index 2c1de0ce..04f19c8d 100644 --- a/parts/quickopen/quickopen_part.cpp +++ b/parts/quickopen/quickopen_part.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2003 Roberto Raggi (roberto@kdevelop.org) + * Copyright (C) 2003 Roberto Raggi (roberto@tdevelop.org) * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/parts/quickopen/quickopen_part.h b/parts/quickopen/quickopen_part.h index a651f39c..c697aaa2 100644 --- a/parts/quickopen/quickopen_part.h +++ b/parts/quickopen/quickopen_part.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2003 Roberto Raggi (roberto@kdevelop.org) + * Copyright (C) 2003 Roberto Raggi (roberto@tdevelop.org) * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/parts/quickopen/quickopenclassdialog.cpp b/parts/quickopen/quickopenclassdialog.cpp index df0f6023..e0e38b70 100644 --- a/parts/quickopen/quickopenclassdialog.cpp +++ b/parts/quickopen/quickopenclassdialog.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2003 Roberto Raggi (roberto@kdevelop.org) + * Copyright (C) 2003 Roberto Raggi (roberto@tdevelop.org) * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/parts/quickopen/quickopenclassdialog.h b/parts/quickopen/quickopenclassdialog.h index c3bf7597..d1153c36 100644 --- a/parts/quickopen/quickopenclassdialog.h +++ b/parts/quickopen/quickopenclassdialog.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2003 Roberto Raggi (roberto@kdevelop.org) + * Copyright (C) 2003 Roberto Raggi (roberto@tdevelop.org) * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/parts/quickopen/quickopendialog.cpp b/parts/quickopen/quickopendialog.cpp index ee7884a9..b29af671 100644 --- a/parts/quickopen/quickopendialog.cpp +++ b/parts/quickopen/quickopendialog.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) KDevelop Authors <kdevelop-devel@kdevelop.org>, (C) 2004 + * Copyright (C) KDevelop Authors <tdevelop-devel@tdevelop.org>, (C) 2004 * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/parts/quickopen/quickopendialog.h b/parts/quickopen/quickopendialog.h index 5e3f7a1f..c1df17b1 100644 --- a/parts/quickopen/quickopendialog.h +++ b/parts/quickopen/quickopendialog.h @@ -1,5 +1,5 @@ /* - * Copyright (C) KDevelop Authors <kdevelop-devel@kdevelop.org>, (C) 2004 + * Copyright (C) KDevelop Authors <tdevelop-devel@tdevelop.org>, (C) 2004 * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/parts/quickopen/quickopenfiledialog.cpp b/parts/quickopen/quickopenfiledialog.cpp index 04735816..38dbd387 100644 --- a/parts/quickopen/quickopenfiledialog.cpp +++ b/parts/quickopen/quickopenfiledialog.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2003 Roberto Raggi (roberto@kdevelop.org) + * Copyright (C) 2003 Roberto Raggi (roberto@tdevelop.org) * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/parts/quickopen/quickopenfiledialog.h b/parts/quickopen/quickopenfiledialog.h index 268139a6..2cc524e2 100644 --- a/parts/quickopen/quickopenfiledialog.h +++ b/parts/quickopen/quickopenfiledialog.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2003 Roberto Raggi (roberto@kdevelop.org) + * Copyright (C) 2003 Roberto Raggi (roberto@tdevelop.org) * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/parts/regexptest/CMakeLists.txt b/parts/regexptest/CMakeLists.txt index 4fb0909a..608f053c 100644 --- a/parts/regexptest/CMakeLists.txt +++ b/parts/regexptest/CMakeLists.txt @@ -34,6 +34,6 @@ install( FILES kdevregexptest.rc DESTINATION ${DATA_INSTALL_DIR}/kdevregexptest tde_add_kpart( libkdevregexptest AUTOMOC SOURCES regexptestpart.cpp regexptestdlg.cpp regexptestdlgbase.ui - LINK kdevelop-shared + LINK tdevelop-shared DESTINATION ${PLUGIN_INSTALL_DIR} ) diff --git a/parts/regexptest/Makefile.am b/parts/regexptest/Makefile.am index 43edb690..df99989f 100644 --- a/parts/regexptest/Makefile.am +++ b/parts/regexptest/Makefile.am @@ -4,7 +4,7 @@ INCLUDES = -I$(top_srcdir)/lib/interfaces $(all_includes) kde_module_LTLIBRARIES = libkdevregexptest.la libkdevregexptest_la_LDFLAGS = $(all_libraries) $(KDE_PLUGIN) -libkdevregexptest_la_LIBADD = $(top_builddir)/lib/libkdevelop.la +libkdevregexptest_la_LIBADD = $(top_builddir)/lib/libtdevelop.la libkdevregexptest_la_SOURCES = regexptestpart.cpp regexptestdlg.cpp regexptestdlgbase.ui diff --git a/parts/regexptest/README.dox b/parts/regexptest/README.dox index d145ae76..991b26e9 100644 --- a/parts/regexptest/README.dox +++ b/parts/regexptest/README.dox @@ -5,7 +5,7 @@ over several lines. You can even use some html commands in these lines like: <code>This is code</code>, html links <a href="http://somelocation">link text</a>, and images. -\authors <a href="mailto:bernd AT kdevelop.org">Bernd Gehrmann</a> +\authors <a href="mailto:bernd AT tdevelop.org">Bernd Gehrmann</a> \maintainer <a href="mailto:$EMAIL$">$AUTHOR$</a> \maintainer <a href="mailto:2nd maintainer AT provider.com">2nd maintainer full name</a> diff --git a/parts/regexptest/regexptestdlg.cpp b/parts/regexptest/regexptestdlg.cpp index e8c26e29..0f761ed9 100644 --- a/parts/regexptest/regexptestdlg.cpp +++ b/parts/regexptest/regexptestdlg.cpp @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2001 by Bernd Gehrmann * - * bernd@kdevelop.org * + * bernd@tdevelop.org * * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * @@ -21,7 +21,7 @@ #include <tqpushbutton.h> #include <tqregexp.h> #include <klineedit.h> -#include <kdeversion.h> +#include <tdeversion.h> #include <kregexp.h> #include <kdebug.h> #include <kglobalsettings.h> diff --git a/parts/regexptest/regexptestdlg.h b/parts/regexptest/regexptestdlg.h index 457e53fb..d3f467d9 100644 --- a/parts/regexptest/regexptestdlg.h +++ b/parts/regexptest/regexptestdlg.h @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2001 by Bernd Gehrmann * - * bernd@kdevelop.org * + * bernd@tdevelop.org * * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * diff --git a/parts/regexptest/regexptestpart.cpp b/parts/regexptest/regexptestpart.cpp index 8a3c8bd5..511e6be0 100644 --- a/parts/regexptest/regexptestpart.cpp +++ b/parts/regexptest/regexptestpart.cpp @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2001 by Bernd Gehrmann * - * bernd@kdevelop.org * + * bernd@tdevelop.org * * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * diff --git a/parts/regexptest/regexptestpart.h b/parts/regexptest/regexptestpart.h index 61dbe9e3..585d4230 100644 --- a/parts/regexptest/regexptestpart.h +++ b/parts/regexptest/regexptestpart.h @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2001 by Bernd Gehrmann * - * bernd@kdevelop.org * + * bernd@tdevelop.org * * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * diff --git a/parts/replace/CMakeLists.txt b/parts/replace/CMakeLists.txt index ee643391..4779e553 100644 --- a/parts/replace/CMakeLists.txt +++ b/parts/replace/CMakeLists.txt @@ -36,6 +36,6 @@ tde_add_kpart( libkdevreplace AUTOMOC SOURCES replace_part.cpp replace_widget.cpp replacedlg.ui replaceitem.cpp replaceview.cpp replacedlgimpl.cpp - LINK kdevelop-shared + LINK tdevelop-shared DESTINATION ${PLUGIN_INSTALL_DIR} ) diff --git a/parts/replace/Makefile.am b/parts/replace/Makefile.am index 78a7ab4b..8d75f0e8 100644 --- a/parts/replace/Makefile.am +++ b/parts/replace/Makefile.am @@ -4,7 +4,7 @@ INCLUDES = -I$(top_srcdir)/lib/interfaces -I$(top_srcdir)/lib/util $(all_include kde_module_LTLIBRARIES = libkdevreplace.la libkdevreplace_la_LDFLAGS = $(all_libraries) $(KDE_PLUGIN) -libkdevreplace_la_LIBADD = $(top_builddir)/lib/libkdevelop.la +libkdevreplace_la_LIBADD = $(top_builddir)/lib/libtdevelop.la libkdevreplace_la_SOURCES = replace_part.cpp replace_widget.cpp replacedlg.ui replaceitem.cpp replaceview.cpp replacedlgimpl.cpp METASOURCES = AUTO diff --git a/parts/replace/README b/parts/replace/README index 731741e1..7df3c4b5 100644 --- a/parts/replace/README +++ b/parts/replace/README @@ -1,3 +1,3 @@ Please read the on-line, automaticaly updated KDevelop API documentation at: -http://www.kdevelop.org +http://www.tdevelop.org or read the README.dox file. diff --git a/parts/replace/kdevreplace.desktop b/parts/replace/kdevreplace.desktop index 13caf5b6..c2b1bcf6 100644 --- a/parts/replace/kdevreplace.desktop +++ b/parts/replace/kdevreplace.desktop @@ -72,7 +72,7 @@ GenericName[tg]=Ҷой иваз намудан бо лоиҳа GenericName[tr]=Değiştirme Bileşeni GenericName[zh_CN]=替换模块 GenericName[zh_TW]=取代元件 -Icon=kdevelop +Icon=tdevelop ServiceTypes=KDevelop/Plugin X-KDevelop-Scope=Global X-KDE-Library=libkdevreplace diff --git a/parts/replace/replaceitem.h b/parts/replace/replaceitem.h index aa8f1700..cc80164f 100644 --- a/parts/replace/replaceitem.h +++ b/parts/replace/replaceitem.h @@ -13,7 +13,7 @@ #define __REPLACEITEM_H__ -#include <kdeversion.h> +#include <tdeversion.h> #include <kdebug.h> #include "replaceview.h" diff --git a/parts/scripting/CMakeLists.txt b/parts/scripting/CMakeLists.txt index c4ea4ea2..f906bd02 100644 --- a/parts/scripting/CMakeLists.txt +++ b/parts/scripting/CMakeLists.txt @@ -36,6 +36,6 @@ tde_add_kpart( libkdevscripting AUTOMOC SOURCES scriptingpart.cpp scriptingglobalconfigbase.ui scriptingglobalconfig.cpp - LINK kdevelop-shared + LINK tdevelop-shared DESTINATION ${PLUGIN_INSTALL_DIR} ) diff --git a/parts/scripting/Makefile.am b/parts/scripting/Makefile.am index 3613afd2..7262dac9 100644 --- a/parts/scripting/Makefile.am +++ b/parts/scripting/Makefile.am @@ -2,7 +2,7 @@ INCLUDES = -I$(top_srcdir)/lib/interfaces -I$(top_srcdir)/lib/util $(all_include kde_module_LTLIBRARIES = libkdevscripting.la libkdevscripting_la_LDFLAGS = $(all_libraries) $(KDE_PLUGIN) -libkdevscripting_la_LIBADD = $(top_builddir)/lib/libkdevelop.la +libkdevscripting_la_LIBADD = $(top_builddir)/lib/libtdevelop.la libkdevscripting_la_SOURCES = scriptingpart.cpp scriptingglobalconfigbase.ui \ scriptingglobalconfig.cpp diff --git a/parts/scripting/kdevscripting.desktop b/parts/scripting/kdevscripting.desktop index f2ba27ed..69d7894c 100644 --- a/parts/scripting/kdevscripting.desktop +++ b/parts/scripting/kdevscripting.desktop @@ -65,7 +65,7 @@ Icon=shellscript ServiceTypes=KDevelop/Plugin X-KDevelop-Plugin-Version=1 -X-KDevelop-Plugin-Homepage=http://www.sourcextreme.com/projects/kdevelop +X-KDevelop-Plugin-Homepage=http://www.sourcextreme.com/projects/tdevelop X-KDevelop-Plugin-BugsEmailAddress=geiseri@sourcextreme.com X-KDevelop-Plugin-Copyright=(C) by ian reinhart geiser diff --git a/parts/snippet/CMakeLists.txt b/parts/snippet/CMakeLists.txt index 5eead63d..704ec3e9 100644 --- a/parts/snippet/CMakeLists.txt +++ b/parts/snippet/CMakeLists.txt @@ -37,6 +37,6 @@ tde_add_kpart( libkdevsnippet AUTOMOC snippet_part.cpp snippet_widget.cpp snippetdlg.ui snippetitem.cpp snippetsettingsbase.ui snippetsettings.cpp snippetconfig.cpp - LINK kdevelop-shared + LINK tdevelop-shared DESTINATION ${PLUGIN_INSTALL_DIR} ) diff --git a/parts/snippet/Makefile.am b/parts/snippet/Makefile.am index 10ad8b0d..e2c207a4 100644 --- a/parts/snippet/Makefile.am +++ b/parts/snippet/Makefile.am @@ -2,7 +2,7 @@ INCLUDES = -I$(top_srcdir)/lib/interfaces -I$(top_srcdir)/lib/util $(all_include kde_module_LTLIBRARIES = libkdevsnippet.la libkdevsnippet_la_LDFLAGS = $(all_libraries) $(KDE_PLUGIN) -libkdevsnippet_la_LIBADD = $(top_builddir)/lib/libkdevelop.la +libkdevsnippet_la_LIBADD = $(top_builddir)/lib/libtdevelop.la libkdevsnippet_la_SOURCES = snippet_part.cpp snippet_widget.cpp snippetdlg.ui snippetitem.cpp snippetsettingsbase.ui snippetsettings.cpp snippetconfig.cpp diff --git a/parts/snippet/README b/parts/snippet/README index 731741e1..7df3c4b5 100644 --- a/parts/snippet/README +++ b/parts/snippet/README @@ -1,3 +1,3 @@ Please read the on-line, automaticaly updated KDevelop API documentation at: -http://www.kdevelop.org +http://www.tdevelop.org or read the README.dox file. diff --git a/parts/snippet/snippet_part.cpp b/parts/snippet/snippet_part.cpp index 3224a891..4d847f01 100644 --- a/parts/snippet/snippet_part.cpp +++ b/parts/snippet/snippet_part.cpp @@ -84,7 +84,7 @@ KAboutData* SnippetPart::aboutData() KAboutData *data = new KAboutData ("snippetpart", I18N_NOOP("SnippetPart"), "1.1", I18N_NOOP( "SnippetPart for KDevelop" ), KAboutData::License_LGPL_V2, - I18N_NOOP( "(c) 2003" ), 0, "http://www.kdevelop.org"); + I18N_NOOP( "(c) 2003" ), 0, "http://www.tdevelop.org"); data->addAuthor ("Robert Gruber", I18N_NOOP("Author"), "rgruber@users.sourceforge.net", "http://kmp3indexer.sf.net"); diff --git a/parts/snippet/snippet_widget.cpp b/parts/snippet/snippet_widget.cpp index 9bcfa55c..8b7796e8 100644 --- a/parts/snippet/snippet_widget.cpp +++ b/parts/snippet/snippet_widget.cpp @@ -34,7 +34,7 @@ #include <tqdragobject.h> #include <tqtimer.h> #include <kcombobox.h> -#include <kdeversion.h> +#include <tdeversion.h> #include <kdevcore.h> #include <kdevproject.h> diff --git a/parts/texttools/CMakeLists.txt b/parts/texttools/CMakeLists.txt index 7ffd1777..2ed4221c 100644 --- a/parts/texttools/CMakeLists.txt +++ b/parts/texttools/CMakeLists.txt @@ -33,6 +33,6 @@ install( FILES kdevtexttools.desktop DESTINATION ${SERVICES_INSTALL_DIR} ) tde_add_kpart( libkdevtexttools AUTOMOC SOURCES texttoolspart.cpp texttoolswidget.cpp - LINK kdevelop-shared + LINK tdevelop-shared DESTINATION ${PLUGIN_INSTALL_DIR} ) diff --git a/parts/texttools/Makefile.am b/parts/texttools/Makefile.am index 8ebbc6b5..725133be 100644 --- a/parts/texttools/Makefile.am +++ b/parts/texttools/Makefile.am @@ -4,7 +4,7 @@ INCLUDES = -I$(top_srcdir)/lib/interfaces -I$(top_srcdir)/lib/sourceinfo kde_module_LTLIBRARIES = libkdevtexttools.la libkdevtexttools_la_LDFLAGS = $(all_libraries) $(KDE_PLUGIN) -libkdevtexttools_la_LIBADD = $(top_builddir)/lib/libkdevelop.la +libkdevtexttools_la_LIBADD = $(top_builddir)/lib/libtdevelop.la libkdevtexttools_la_SOURCES = texttoolspart.cpp texttoolswidget.cpp diff --git a/parts/texttools/README.dox b/parts/texttools/README.dox index 3fd5180b..6a93ff2e 100644 --- a/parts/texttools/README.dox +++ b/parts/texttools/README.dox @@ -5,7 +5,7 @@ over several lines. You can even use some html commands in these lines like: <code>This is code</code>, html links <a href="http://somelocation">link text</a>, and images. -\authors <a href="mailto:bernd AT kdevelop.org">Bernd Gehrmann</a> +\authors <a href="mailto:bernd AT tdevelop.org">Bernd Gehrmann</a> \maintainer <a href="mailto:$EMAIL$">$AUTHOR$</a> \maintainer <a href="mailto:2nd maintainer AT provider.com">2nd maintainer full name</a> diff --git a/parts/texttools/texttoolspart.cpp b/parts/texttools/texttoolspart.cpp index 332d97e3..deb88ff3 100644 --- a/parts/texttools/texttoolspart.cpp +++ b/parts/texttools/texttoolspart.cpp @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2002 by Bernd Gehrmann * - * bernd@kdevelop.org * + * bernd@tdevelop.org * * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * diff --git a/parts/texttools/texttoolspart.h b/parts/texttools/texttoolspart.h index 2f2768ab..c7b49b09 100644 --- a/parts/texttools/texttoolspart.h +++ b/parts/texttools/texttoolspart.h @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2002 by Bernd Gehrmann * - * bernd@kdevelop.org * + * bernd@tdevelop.org * * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * diff --git a/parts/texttools/texttoolswidget.cpp b/parts/texttools/texttoolswidget.cpp index a6815959..1133621d 100644 --- a/parts/texttools/texttoolswidget.cpp +++ b/parts/texttools/texttoolswidget.cpp @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2002 by Bernd Gehrmann * - * bernd@kdevelop.org * + * bernd@tdevelop.org * * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * diff --git a/parts/texttools/texttoolswidget.h b/parts/texttools/texttoolswidget.h index 0d5593a2..3bfc9ea8 100644 --- a/parts/texttools/texttoolswidget.h +++ b/parts/texttools/texttoolswidget.h @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2002 by Bernd Gehrmann * - * bernd@kdevelop.org * + * bernd@tdevelop.org * * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * diff --git a/parts/tipofday/CMakeLists.txt b/parts/tipofday/CMakeLists.txt index fa563205..753f65e1 100644 --- a/parts/tipofday/CMakeLists.txt +++ b/parts/tipofday/CMakeLists.txt @@ -36,6 +36,6 @@ install( FILES kdevpart_tipofday.rc DESTINATION ${DATA_INSTALL_DIR}/kdevtipofday tde_add_kpart( libkdevtipofday AUTOMOC SOURCES tipofday_part.cpp - LINK kdevelop-shared + LINK tdevelop-shared DESTINATION ${PLUGIN_INSTALL_DIR} ) diff --git a/parts/tipofday/Makefile.am b/parts/tipofday/Makefile.am index 14e3a349..4ec54292 100644 --- a/parts/tipofday/Makefile.am +++ b/parts/tipofday/Makefile.am @@ -2,7 +2,7 @@ INCLUDES = -I$(top_srcdir)/lib/interfaces -I$(top_srcdir)/lib/util $(all_include kde_module_LTLIBRARIES = libkdevtipofday.la libkdevtipofday_la_LDFLAGS = $(all_libraries) $(KDE_PLUGIN) -libkdevtipofday_la_LIBADD = $(top_builddir)/lib/libkdevelop.la +libkdevtipofday_la_LIBADD = $(top_builddir)/lib/libtdevelop.la libkdevtipofday_la_SOURCES = tipofday_part.cpp diff --git a/parts/tipofday/README.dox b/parts/tipofday/README.dox index f953e258..cd1b17e7 100644 --- a/parts/tipofday/README.dox +++ b/parts/tipofday/README.dox @@ -1,7 +1,7 @@ /** \class TipOfDayPart Shows a random "tip of the day" at KDevelop startup. -\authors <a href="mailto:bernd AT kdevelop.org">Bernd Gehrmann</a> +\authors <a href="mailto:bernd AT tdevelop.org">Bernd Gehrmann</a> \feature Shows a random "tip of the day" at KDevelop startup diff --git a/parts/tipofday/kdevtipofday.desktop b/parts/tipofday/kdevtipofday.desktop index 4c4f9ba2..b3b34bac 100644 --- a/parts/tipofday/kdevtipofday.desktop +++ b/parts/tipofday/kdevtipofday.desktop @@ -86,7 +86,7 @@ GenericName[tg]=Маслиҳати фоиданок GenericName[tr]=Günün İpucu GenericName[zh_CN]=日积月累 GenericName[zh_TW]=本日小提示 -Icon=kdevelop +Icon=tdevelop ServiceTypes=KDevelop/Plugin X-KDE-Library=libkdevtipofday X-KDevelop-Version=5 diff --git a/parts/tools/CMakeLists.txt b/parts/tools/CMakeLists.txt index b95191aa..7bd64c81 100644 --- a/parts/tools/CMakeLists.txt +++ b/parts/tools/CMakeLists.txt @@ -38,6 +38,6 @@ tde_add_kpart( libkdevtools AUTOMOC SOURCES tools_part.cpp toolsconfig.cpp toolsconfigwidgetbase.ui toolsconfigwidget.cpp kapplicationtree.cpp addtooldlg.ui - LINK kdevelop-shared + LINK tdevelop-shared DESTINATION ${PLUGIN_INSTALL_DIR} ) diff --git a/parts/tools/Makefile.am b/parts/tools/Makefile.am index 887ccdd5..a61da964 100644 --- a/parts/tools/Makefile.am +++ b/parts/tools/Makefile.am @@ -3,7 +3,7 @@ INCLUDES = -I$(top_srcdir)/lib/interfaces \ kde_module_LTLIBRARIES = libkdevtools.la libkdevtools_la_LDFLAGS = $(all_libraries) $(KDE_PLUGIN) -libkdevtools_la_LIBADD = $(top_builddir)/lib/libkdevelop.la +libkdevtools_la_LIBADD = $(top_builddir)/lib/libtdevelop.la libkdevtools_la_SOURCES = tools_part.cpp toolsconfig.cpp toolsconfigwidgetbase.ui toolsconfigwidget.cpp kapplicationtree.cpp addtooldlg.ui diff --git a/parts/tools/README.dox b/parts/tools/README.dox index 00eab3bf..cef66daa 100644 --- a/parts/tools/README.dox +++ b/parts/tools/README.dox @@ -1,7 +1,7 @@ /** \class ToolsPart This plugin provides an easy way to add external applications to the Tools menu and toolbar. -\authors <a href="mailto:bernd AT kdevelop.org">Bernd Gehrmann</a> +\authors <a href="mailto:bernd AT tdevelop.org">Bernd Gehrmann</a> \unmaintained This part is currently un-maintained. diff --git a/parts/tools/toolsconfigwidget.cpp b/parts/tools/toolsconfigwidget.cpp index b4643b26..fefef501 100644 --- a/parts/tools/toolsconfigwidget.cpp +++ b/parts/tools/toolsconfigwidget.cpp @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2002 by Bernd Gehrmann * - * bernd@kdevelop.org * + * bernd@tdevelop.org * * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * @@ -17,7 +17,7 @@ #include <klineedit.h> #include <kconfig.h> -#include <kdeversion.h> +#include <tdeversion.h> #include <kdebug.h> #include <kdesktopfile.h> #include <kiconloader.h> diff --git a/parts/tools/toolsconfigwidget.h b/parts/tools/toolsconfigwidget.h index 37812bac..bb349b26 100644 --- a/parts/tools/toolsconfigwidget.h +++ b/parts/tools/toolsconfigwidget.h @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2002 by Bernd Gehrmann * - * bernd@kdevelop.org * + * bernd@tdevelop.org * * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * diff --git a/parts/uimode/CMakeLists.txt b/parts/uimode/CMakeLists.txt index d09115b8..478a4103 100644 --- a/parts/uimode/CMakeLists.txt +++ b/parts/uimode/CMakeLists.txt @@ -34,6 +34,6 @@ install( FILES kdevuichooser.desktop DESTINATION ${SERVICES_INSTALL_DIR} ) tde_add_kpart( libkdevuichooser AUTOMOC SOURCES uichooser_part.cpp uichooser.ui uichooser_widget.cpp - LINK kdevelop-shared + LINK tdevelop-shared DESTINATION ${PLUGIN_INSTALL_DIR} ) diff --git a/parts/uimode/Makefile.am b/parts/uimode/Makefile.am index 50fe5f5a..00792790 100644 --- a/parts/uimode/Makefile.am +++ b/parts/uimode/Makefile.am @@ -2,7 +2,7 @@ INCLUDES = -I$(top_srcdir)/lib/interfaces -I$(top_srcdir)/lib/util $(all_include kde_module_LTLIBRARIES = libkdevuichooser.la libkdevuichooser_la_LDFLAGS = $(all_libraries) $(KDE_PLUGIN) -libkdevuichooser_la_LIBADD = $(top_builddir)/lib/libkdevelop.la +libkdevuichooser_la_LIBADD = $(top_builddir)/lib/libtdevelop.la libkdevuichooser_la_SOURCES = uichooser_part.cpp uichooser.ui uichooser_widget.cpp diff --git a/parts/uimode/uichooser_widget.cpp b/parts/uimode/uichooser_widget.cpp index 2fe6b919..721118c3 100644 --- a/parts/uimode/uichooser_widget.cpp +++ b/parts/uimode/uichooser_widget.cpp @@ -3,7 +3,7 @@ ------------------- begin : ? copyright : (C) 2003 by the KDevelop team - email : team@kdevelop.org + email : team@tdevelop.org ***************************************************************************/ /*************************************************************************** @@ -21,7 +21,7 @@ #include <kapplication.h> #include <kconfig.h> #include <kdebug.h> -#include <kdeversion.h> +#include <tdeversion.h> #include "uichooser_part.h" #include "kdevmainwindow.h" diff --git a/parts/valgrind/CMakeLists.txt b/parts/valgrind/CMakeLists.txt index 082c44ad..9c32760f 100644 --- a/parts/valgrind/CMakeLists.txt +++ b/parts/valgrind/CMakeLists.txt @@ -36,6 +36,6 @@ tde_add_kpart( libkdevvalgrind AUTOMOC SOURCES dialog_widget.ui valgrind_part.cpp valgrind_widget.cpp valgrind_dialog.cpp valgrinditem.cpp - LINK kdevelop-shared + LINK tdevelop-shared DESTINATION ${PLUGIN_INSTALL_DIR} ) diff --git a/parts/valgrind/Makefile.am b/parts/valgrind/Makefile.am index 07550df6..e0cd6536 100644 --- a/parts/valgrind/Makefile.am +++ b/parts/valgrind/Makefile.am @@ -2,7 +2,7 @@ INCLUDES = -I$(top_srcdir)/lib/interfaces -I$(top_srcdir)/lib/util $(all_include kde_module_LTLIBRARIES = libkdevvalgrind.la libkdevvalgrind_la_LDFLAGS = $(all_libraries) $(KDE_PLUGIN) -libkdevvalgrind_la_LIBADD = $(top_builddir)/lib/libkdevelop.la +libkdevvalgrind_la_LIBADD = $(top_builddir)/lib/libtdevelop.la libkdevvalgrind_la_SOURCES = dialog_widget.ui valgrind_part.cpp valgrind_widget.cpp valgrind_dialog.cpp valgrinditem.cpp diff --git a/parts/valgrind/kdevvalgrind.desktop b/parts/valgrind/kdevvalgrind.desktop index 23b5cf4f..a5573e1f 100644 --- a/parts/valgrind/kdevvalgrind.desktop +++ b/parts/valgrind/kdevvalgrind.desktop @@ -66,7 +66,7 @@ GenericName[tg]=Интерфейс дар Valgrind GenericName[tr]=Valgrind Önucu GenericName[zh_CN]=Valgrind 前端 GenericName[zh_TW]=Valgrind 前端介面 -Icon=kdevelop +Icon=tdevelop ServiceTypes=KDevelop/Plugin X-KDevelop-Scope=Global X-KDE-Library=libkdevvalgrind diff --git a/parts/valgrind/valgrind_part.h b/parts/valgrind/valgrind_part.h index 4c5ab785..928a4b04 100644 --- a/parts/valgrind/valgrind_part.h +++ b/parts/valgrind/valgrind_part.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2002 Harald Fernengel <harry@kdevelop.org> + * Copyright (C) 2002 Harald Fernengel <harry@tdevelop.org> */ #ifndef __KDEVPART_VALGRIND_H__ diff --git a/parts/vcsmanager/CMakeLists.txt b/parts/vcsmanager/CMakeLists.txt index 48d5a6d9..de236f81 100644 --- a/parts/vcsmanager/CMakeLists.txt +++ b/parts/vcsmanager/CMakeLists.txt @@ -35,6 +35,6 @@ tde_add_kpart( libkdevvcsmanager AUTOMOC SOURCES vcsmanagerpart.cpp vcsmanagerprojectconfigbase.ui vcsmanagerprojectconfig.cpp - LINK kdevelop-shared + LINK tdevelop-shared DESTINATION ${PLUGIN_INSTALL_DIR} ) diff --git a/parts/vcsmanager/Makefile.am b/parts/vcsmanager/Makefile.am index c3d19403..5f7534ee 100644 --- a/parts/vcsmanager/Makefile.am +++ b/parts/vcsmanager/Makefile.am @@ -2,7 +2,7 @@ INCLUDES = -I$(top_srcdir)/lib/interfaces -I$(top_srcdir)/lib/util $(all_include kde_module_LTLIBRARIES = libkdevvcsmanager.la libkdevvcsmanager_la_LDFLAGS = $(all_libraries) $(KDE_PLUGIN) -libkdevvcsmanager_la_LIBADD = $(top_builddir)/lib/libkdevelop.la +libkdevvcsmanager_la_LIBADD = $(top_builddir)/lib/libtdevelop.la libkdevvcsmanager_la_SOURCES = vcsmanagerpart.cpp \ vcsmanagerprojectconfigbase.ui vcsmanagerprojectconfig.cpp diff --git a/parts/vcsmanager/README.dox b/parts/vcsmanager/README.dox index 1e6c6327..71d288ea 100644 --- a/parts/vcsmanager/README.dox +++ b/parts/vcsmanager/README.dox @@ -20,7 +20,7 @@ and images. ... \feature Describe the last feature -\bug bugs in <a href="http://bugs.kde.org/buglist.cgi?product=kdevelop&component=YOUR_COMPONENT_NAME& +\bug bugs in <a href="http://bugs.kde.org/buglist.cgi?product=tdevelop&component=YOUR_COMPONENT_NAME& bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&order=Bug+Number"> YOUR_COMPONENT_NAME at Bugzilla database</a> \bug Describe a the 1st bug that you know of, but probably hasn't been reported yet. diff --git a/parts/vcsmanager/kdevvcsmanager.desktop b/parts/vcsmanager/kdevvcsmanager.desktop index ca647ba3..23d86268 100644 --- a/parts/vcsmanager/kdevvcsmanager.desktop +++ b/parts/vcsmanager/kdevvcsmanager.desktop @@ -49,7 +49,7 @@ Comment[sv]=Hantering av versionskontrollsystem Comment[tr]=Sürüm Kontrol Sistemi Yöneticisi Comment[zh_CN]=版本控制系统管理器 Comment[zh_TW]=版本控制系統管理員 -Icon=kdevelop +Icon=tdevelop ServiceTypes=KDevelop/Plugin X-KDevelop-Plugin-Version=1 |