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 /languages/fortran | |
parent | 549fec618f0b15c9316fc0a5ebe93c2829bc0b1b (diff) | |
download | tdevelop-2ecab1a194b0dc551b478820e1aaa3b8713354cc.tar.gz tdevelop-2ecab1a194b0dc551b478820e1aaa3b8713354cc.zip |
Additional renaming of kde to tde
Diffstat (limited to 'languages/fortran')
21 files changed, 28 insertions, 28 deletions
diff --git a/languages/fortran/CMakeLists.txt b/languages/fortran/CMakeLists.txt index 14705d83..507795aa 100644 --- a/languages/fortran/CMakeLists.txt +++ b/languages/fortran/CMakeLists.txt @@ -41,6 +41,6 @@ tde_add_kpart( libkdevfortransupport AUTOMOC SOURCES fortransupportpart.cpp fixedformparser.cpp ftnchekconfigwidget.cpp ftnchekconfigwidgetbase.ui - LINK kdevelop-shared + LINK tdevelop-shared DESTINATION ${PLUGIN_INSTALL_DIR} ) diff --git a/languages/fortran/Makefile.am b/languages/fortran/Makefile.am index ac6f5be2..73f4582c 100644 --- a/languages/fortran/Makefile.am +++ b/languages/fortran/Makefile.am @@ -7,7 +7,7 @@ SUBDIRS = file_templates app_templates compiler doc kde_module_LTLIBRARIES = libkdevfortransupport.la libkdevfortransupport_la_LDFLAGS = $(all_libraries) $(KDE_PLUGIN) -libkdevfortransupport_la_LIBADD = $(top_builddir)/lib/libkdevelop.la +libkdevfortransupport_la_LIBADD = $(top_builddir)/lib/libtdevelop.la libkdevfortransupport_la_SOURCES = fortransupportpart.cpp fixedformparser.cpp ftnchekconfigwidget.cpp ftnchekconfigwidgetbase.ui diff --git a/languages/fortran/README.dox b/languages/fortran/README.dox index d0a5e953..5eeb52a4 100644 --- a/languages/fortran/README.dox +++ b/languages/fortran/README.dox @@ -6,7 +6,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/languages/fortran/app_templates/CMakeLists.txt b/languages/fortran/app_templates/CMakeLists.txt index d34e1f05..67504f40 100644 --- a/languages/fortran/app_templates/CMakeLists.txt +++ b/languages/fortran/app_templates/CMakeLists.txt @@ -13,4 +13,4 @@ add_subdirectory( fortranhello ) install( FILES fortran.appwizard - DESTINATION ${DATA_INSTALL_DIR}/kdevelop/profiles/IDE/CompiledLanguageIDE/FortranIDE ) + DESTINATION ${DATA_INSTALL_DIR}/tdevelop/profiles/IDE/CompiledLanguageIDE/FortranIDE ) diff --git a/languages/fortran/app_templates/Makefile.am b/languages/fortran/app_templates/Makefile.am index 056dc759..9d88626a 100644 --- a/languages/fortran/app_templates/Makefile.am +++ b/languages/fortran/app_templates/Makefile.am @@ -1,3 +1,3 @@ SUBDIRS = fortranhello -profilesdir = $(kde_datadir)/kdevelop/profiles/IDE/CompiledLanguageIDE/FortranIDE +profilesdir = $(kde_datadir)/tdevelop/profiles/IDE/CompiledLanguageIDE/FortranIDE profiles_DATA = fortran.appwizard diff --git a/languages/fortran/app_templates/fortranhello/CMakeLists.txt b/languages/fortran/app_templates/fortranhello/CMakeLists.txt index f0b40cf6..74709631 100644 --- a/languages/fortran/app_templates/fortranhello/CMakeLists.txt +++ b/languages/fortran/app_templates/fortranhello/CMakeLists.txt @@ -13,7 +13,7 @@ add_custom_target( fortranhello.tar.gz ALL COMMAND tar zcf fortranhello.tar.gz -C ${CMAKE_CURRENT_SOURCE_DIR} main.f src-Makefile.am fortran-Makefile.am fortran-Makefile.cvs configure.in fortranhello.png - app.kdevelop + app.tdevelop ) diff --git a/languages/fortran/app_templates/fortranhello/Makefile.am b/languages/fortran/app_templates/fortranhello/Makefile.am index ba97453d..3bf32575 100644 --- a/languages/fortran/app_templates/fortranhello/Makefile.am +++ b/languages/fortran/app_templates/fortranhello/Makefile.am @@ -1,5 +1,5 @@ dataFiles = main.f src-Makefile.am fortran-Makefile.am fortran-Makefile.cvs \ - configure.in fortranhello.png app.kdevelop + configure.in fortranhello.png app.tdevelop templateName = fortranhello ### no need to change below: diff --git a/languages/fortran/app_templates/fortranhello/app.kdevelop b/languages/fortran/app_templates/fortranhello/app.kdevelop index b4abc5ae..f97fd76a 100644 --- a/languages/fortran/app_templates/fortranhello/app.kdevelop +++ b/languages/fortran/app_templates/fortranhello/app.kdevelop @@ -1,5 +1,5 @@ <?xml version="1.0"?> -<kdevelop> +<tdevelop> <general> <author>%{AUTHOR}</author> <email>%{EMAIL}</email> @@ -110,4 +110,4 @@ <group pattern="*.F;*.fpp;*.FPP" name="Fortran77 source files" /> </groups> </kdevfileview> -</kdevelop> +</tdevelop> diff --git a/languages/fortran/app_templates/fortranhello/fortranhello.kdevtemplate b/languages/fortran/app_templates/fortranhello/fortranhello.kdevtemplate index b6580853..e4c5cb33 100644 --- a/languages/fortran/app_templates/fortranhello/fortranhello.kdevtemplate +++ b/languages/fortran/app_templates/fortranhello/fortranhello.kdevtemplate @@ -67,17 +67,17 @@ Archive=fortranhello.tar.gz [INCADMIN] Type=include -File=%{kdevelop}/template-common/incadmin.kdevtemplate +File=%{tdevelop}/template-common/incadmin.kdevtemplate [GNU] Type=include -File=%{kdevelop}/template-common/gnu.kdevtemplate +File=%{tdevelop}/template-common/gnu.kdevtemplate [FILE1] Type=install EscapeXML=true -Source=%{src}/app.kdevelop -Dest=%{dest}/%{APPNAMELC}.kdevelop +Source=%{src}/app.tdevelop +Dest=%{dest}/%{APPNAMELC}.tdevelop [FILE2] Type=install diff --git a/languages/fortran/compiler/pgioptions/Makefile.am b/languages/fortran/compiler/pgioptions/Makefile.am index 3c3dd54e..893b7950 100644 --- a/languages/fortran/compiler/pgioptions/Makefile.am +++ b/languages/fortran/compiler/pgioptions/Makefile.am @@ -6,7 +6,7 @@ INCLUDES = -I$(top_srcdir)/lib/interfaces -I$(top_srcdir)/lib/interfaces/extras kde_module_LTLIBRARIES = libkdevpgioptions.la libkdevpgioptions_la_LDFLAGS = -module $(all_libraries) $(KDE_PLUGIN) -libkdevpgioptions_la_LIBADD = $(top_builddir)/lib/libkdevelop.la \ +libkdevpgioptions_la_LIBADD = $(top_builddir)/lib/libtdevelop.la \ $(top_builddir)/lib/interfaces/extras/libkdevextras.la libkdevpgioptions_la_SOURCES = pgioptionsfactory.cpp pgioptionsplugin.cpp diff --git a/languages/fortran/compiler/pgioptions/pgioptionsfactory.cpp b/languages/fortran/compiler/pgioptions/pgioptionsfactory.cpp index 66a12fbb..e6d58fb3 100644 --- a/languages/fortran/compiler/pgioptions/pgioptionsfactory.cpp +++ b/languages/fortran/compiler/pgioptions/pgioptionsfactory.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/languages/fortran/compiler/pgioptions/pgioptionsfactory.h b/languages/fortran/compiler/pgioptions/pgioptionsfactory.h index 88030b72..8b568587 100644 --- a/languages/fortran/compiler/pgioptions/pgioptionsfactory.h +++ b/languages/fortran/compiler/pgioptions/pgioptionsfactory.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/languages/fortran/compiler/pgioptions/pgioptionsplugin.cpp b/languages/fortran/compiler/pgioptions/pgioptionsplugin.cpp index c8137575..305288ab 100644 --- a/languages/fortran/compiler/pgioptions/pgioptionsplugin.cpp +++ b/languages/fortran/compiler/pgioptions/pgioptionsplugin.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/languages/fortran/compiler/pgioptions/pgioptionsplugin.h b/languages/fortran/compiler/pgioptions/pgioptionsplugin.h index 5022f929..e7b07655 100644 --- a/languages/fortran/compiler/pgioptions/pgioptionsplugin.h +++ b/languages/fortran/compiler/pgioptions/pgioptionsplugin.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/languages/fortran/doc/fortran_bugs_gcc.toc b/languages/fortran/doc/fortran_bugs_gcc.toc index 444a2a05..b53ae1f8 100644 --- a/languages/fortran/doc/fortran_bugs_gcc.toc +++ b/languages/fortran/doc/fortran_bugs_gcc.toc @@ -1,7 +1,7 @@ -<!DOCTYPE kdeveloptoc> -<kdeveloptoc> +<!DOCTYPE tdeveloptoc> +<tdeveloptoc> <title>Fortran bugs (GCC)</title> <base href="http://gcc.gnu.org/bugzilla/"/> <tocsect1 name="Query" url="query.cgi"> </tocsect1> -</kdeveloptoc> +</tdeveloptoc> diff --git a/languages/fortran/fixedformparser.cpp b/languages/fortran/fixedformparser.cpp index 312d811e..3ae94319 100644 --- a/languages/fortran/fixedformparser.cpp +++ b/languages/fortran/fixedformparser.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/languages/fortran/fixedformparser.h b/languages/fortran/fixedformparser.h index f219e5ca..84d1e16b 100644 --- a/languages/fortran/fixedformparser.h +++ b/languages/fortran/fixedformparser.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/languages/fortran/fortransupportpart.cpp b/languages/fortran/fortransupportpart.cpp index f60e9049..180a3965 100644 --- a/languages/fortran/fortransupportpart.cpp +++ b/languages/fortran/fortransupportpart.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 * @@ -157,7 +157,7 @@ void FortranSupportPart::slotFtnchek() void FortranSupportPart::projectConfigWidget(KDialogBase *dlg) { - TQVBox *vbox = dlg->addVBoxPage(i18n("Ftnchek"), i18n("Ftnchek"), BarIcon("kdevelop", KIcon::SizeMedium)); + TQVBox *vbox = dlg->addVBoxPage(i18n("Ftnchek"), i18n("Ftnchek"), BarIcon("tdevelop", KIcon::SizeMedium)); FtnchekConfigWidget *w = new FtnchekConfigWidget(*projectDom(), vbox, "ftnchek config widget"); connect( dlg, TQT_SIGNAL(okClicked()), w, TQT_SLOT(accept()) ); } diff --git a/languages/fortran/fortransupportpart.h b/languages/fortran/fortransupportpart.h index bf927a7d..cade03d8 100644 --- a/languages/fortran/fortransupportpart.h +++ b/languages/fortran/fortransupportpart.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/languages/fortran/ftnchekconfigwidget.cpp b/languages/fortran/ftnchekconfigwidget.cpp index 286293aa..c7b9ccb4 100644 --- a/languages/fortran/ftnchekconfigwidget.cpp +++ b/languages/fortran/ftnchekconfigwidget.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/languages/fortran/ftnchekconfigwidget.h b/languages/fortran/ftnchekconfigwidget.h index ac4afcc0..bb6cebd9 100644 --- a/languages/fortran/ftnchekconfigwidget.h +++ b/languages/fortran/ftnchekconfigwidget.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 * |