diff options
Diffstat (limited to 'languages')
237 files changed, 313 insertions, 313 deletions
diff --git a/languages/ada/README.dox b/languages/ada/README.dox index d4bd3352..e71e6d45 100644 --- a/languages/ada/README.dox +++ b/languages/ada/README.dox @@ -21,7 +21,7 @@ with the one from <a href="ftp://fara.cs.uni-potsdam.de/incoming/CppCodeGenerato \unmaintained This part is currently un-maintained. \authors <a href="mailto:okellogg AT users.sourceforge.net">Oliver Kellogg</a> -\authors <a href="mailto:roberto AT tdevelop.org">Roberto Raggi</a> +\authors <a href="mailto:roberto AT kdevelop.org">Roberto Raggi</a> \authors <a href="mailto:cloudtemple AT mksat.net">Alexander Dymo</a> \feature Consult \ref LangSupportStatus for a up to date features/status of this programming language support part. diff --git a/languages/ada/backgroundparser.cpp b/languages/ada/backgroundparser.cpp index 22d959b0..68607851 100644 --- a/languages/ada/backgroundparser.cpp +++ b/languages/ada/backgroundparser.cpp @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2002 by Roberto Raggi * - * roberto@tdevelop.org * + * roberto@kdevelop.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/ada/backgroundparser.h b/languages/ada/backgroundparser.h index 0285ebb6..e07ff55f 100644 --- a/languages/ada/backgroundparser.h +++ b/languages/ada/backgroundparser.h @@ -1,6 +1,6 @@ /* * Copyright (C) 2002 by Roberto Raggi - * roberto@tdevelop.org + * roberto@kdevelop.org * Copyright (C) 2003 Oliver Kellogg * okellogg@users.sourceforge.net * diff --git a/languages/ada/problemreporter.cpp b/languages/ada/problemreporter.cpp index 1f2d984e..6bac0253 100644 --- a/languages/ada/problemreporter.cpp +++ b/languages/ada/problemreporter.cpp @@ -1,5 +1,5 @@ /* - Copyright (C) 2002 by Roberto Raggi <roberto@tdevelop.org> + Copyright (C) 2002 by Roberto Raggi <roberto@kdevelop.org> Copyright (C) 2003 Oliver Kellogg <okellogg@users.sourceforge.net> This library is free software; you can redistribute it and/or diff --git a/languages/ada/problemreporter.h b/languages/ada/problemreporter.h index ed9a6efc..3f23cbfd 100644 --- a/languages/ada/problemreporter.h +++ b/languages/ada/problemreporter.h @@ -1,5 +1,5 @@ /* - Copyright (C) 2002 by Roberto Raggi <roberto@tdevelop.org> + Copyright (C) 2002 by Roberto Raggi <roberto@kdevelop.org> Copyright (C) 2003 Oliver Kellogg <okellogg@users.sourceforge.net> This library is free software; you can redistribute it and/or diff --git a/languages/cpp/README.dox b/languages/cpp/README.dox index 4ac19153..460c4cc7 100644 --- a/languages/cpp/README.dox +++ b/languages/cpp/README.dox @@ -8,9 +8,9 @@ then you can play with KDevPCSImporter the code of the dialog is in languages/cp and of course lib/interfaces/kdevpcsimporter.* and if you want play with the c++ parser go to lib/cppparser/, the best is to start to read driver.* -\authors <a href="mailto:roberto AT tdevelop.org">Roberto Raggi</a> +\authors <a href="mailto:roberto AT kdevelop.org">Roberto Raggi</a> -\maintainer <a href="mailto:roberto AT tdevelop.org">Roberto Raggi</a> +\maintainer <a href="mailto:roberto AT kdevelop.org">Roberto Raggi</a> \feature supports C/C++ language \feature can do code completion diff --git a/languages/cpp/addattributedialog.cpp b/languages/cpp/addattributedialog.cpp index 78c9dc84..6a9a1fbc 100644 --- a/languages/cpp/addattributedialog.cpp +++ b/languages/cpp/addattributedialog.cpp @@ -1,5 +1,5 @@ /* -* Copyright (C) 2003 Roberto Raggi (roberto@tdevelop.org) +* Copyright (C) 2003 Roberto Raggi (roberto@kdevelop.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/languages/cpp/addattributedialog.h b/languages/cpp/addattributedialog.h index 0c8f1397..e3070291 100644 --- a/languages/cpp/addattributedialog.h +++ b/languages/cpp/addattributedialog.h @@ -1,5 +1,5 @@ /* -* Copyright (C) 2003 Roberto Raggi (roberto@tdevelop.org) +* Copyright (C) 2003 Roberto Raggi (roberto@kdevelop.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/languages/cpp/addmethoddialog.cpp b/languages/cpp/addmethoddialog.cpp index e004d0f3..c9593844 100644 --- a/languages/cpp/addmethoddialog.cpp +++ b/languages/cpp/addmethoddialog.cpp @@ -1,5 +1,5 @@ /* -* Copyright (C) 2003 Roberto Raggi (roberto@tdevelop.org) +* Copyright (C) 2003 Roberto Raggi (roberto@kdevelop.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/languages/cpp/addmethoddialog.h b/languages/cpp/addmethoddialog.h index 9acfd5f4..e4cde58e 100644 --- a/languages/cpp/addmethoddialog.h +++ b/languages/cpp/addmethoddialog.h @@ -1,5 +1,5 @@ /* -* Copyright (C) 2003 Roberto Raggi (roberto@tdevelop.org) +* Copyright (C) 2003 Roberto Raggi (roberto@kdevelop.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/languages/cpp/app_templates/chello_gba/README.devel b/languages/cpp/app_templates/chello_gba/README.devel index 8fbc0285..a7cdcc75 100644 --- a/languages/cpp/app_templates/chello_gba/README.devel +++ b/languages/cpp/app_templates/chello_gba/README.devel @@ -26,5 +26,5 @@ You can download the emulator from: http://vboy.emuhq.com/ Have fun! -Please report bugs,wishes,problems.. to smeier@tdevelop.org (Sandy Meier) +Please report bugs,wishes,problems.. to smeier@kdevelop.org (Sandy Meier) diff --git a/languages/cpp/app_templates/dcopservice/src-Makefile.am b/languages/cpp/app_templates/dcopservice/src-Makefile.am index 63b5b8ed..14c7ca72 100644 --- a/languages/cpp/app_templates/dcopservice/src-Makefile.am +++ b/languages/cpp/app_templates/dcopservice/src-Makefile.am @@ -1,7 +1,7 @@ bin_PROGRAMS = %{APPNAMELC} INCLUDES = $(all_includes) %{APPNAMELC}_LDFLAGS = $(all_libraries) $(KDE_RPATH) -%{APPNAMELC}_LDADD = $(LIB_KIO) +%{APPNAMELC}_LDADD = $(LIB_TDEIO) %{APPNAMELC}_SOURCES = main.cpp %{APPNAMELC}.cpp %{APPNAMELC}.skel diff --git a/languages/cpp/app_templates/kapp/src-Makefile.am b/languages/cpp/app_templates/kapp/src-Makefile.am index 9ed90e5d..8125665b 100644 --- a/languages/cpp/app_templates/kapp/src-Makefile.am +++ b/languages/cpp/app_templates/kapp/src-Makefile.am @@ -8,7 +8,7 @@ bin_PROGRAMS = %{APPNAMELC} %{APPNAMELC}_client INCLUDES = $(all_includes) # the library search path. -%{APPNAMELC}_LDFLAGS = $(KDE_RPATH) $(all_libraries) $(LIB_QT) $(LIB_TDECORE) $(LIB_TDEUI) $(LIB_KPARTS) $(LIB_KIO) +%{APPNAMELC}_LDFLAGS = $(KDE_RPATH) $(all_libraries) $(LIB_QT) $(LIB_TDECORE) $(LIB_TDEUI) $(LIB_TDEPARTS) $(LIB_TDEIO) # the libraries to link against. %{APPNAMELC}_LDADD = $(LIB_TDEFILE) $(LIB_TDEPRINT) @@ -21,7 +21,7 @@ INCLUDES = $(all_includes) noinst_HEADERS = %{APPNAMELC}.h %{APPNAMELC}view.h pref.h # client stuff -%{APPNAMELC}_client_LDFLAGS = $(KDE_RPATH) $(all_libraries) $(LIB_QT) $(LIB_TDECORE) $(LIB_TDEUI) $(LIB_KPARTS) $(LIB_KIO) +%{APPNAMELC}_client_LDFLAGS = $(KDE_RPATH) $(all_libraries) $(LIB_QT) $(LIB_TDECORE) $(LIB_TDEUI) $(LIB_TDEPARTS) $(LIB_TDEIO) %{APPNAMELC}_client_LDADD = $(LIB_TDECORE) %{APPNAMELC}_client_SOURCES = %{APPNAMELC}_client.cpp diff --git a/languages/cpp/app_templates/kateplugin/src-Makefile.am b/languages/cpp/app_templates/kateplugin/src-Makefile.am index d0f30fe5..ef4450c1 100644 --- a/languages/cpp/app_templates/kateplugin/src-Makefile.am +++ b/languages/cpp/app_templates/kateplugin/src-Makefile.am @@ -8,7 +8,7 @@ kde_module_LTLIBRARIES = lib%{APPNAMELC}plugin.la lib%{APPNAMELC}plugin_la_SOURCES = plugin_%{APPNAMELC}.cpp lib%{APPNAMELC}plugin_la_LIBADD = -lkateinterfaces -lib%{APPNAMELC}plugin_la_LDFLAGS = -module $(KDE_PLUGIN) $(all_libraries) $(LIB_QT) $(LIB_TDECORE) $(LIB_TDEUI) $(LIB_KPARTS) +lib%{APPNAMELC}plugin_la_LDFLAGS = -module $(KDE_PLUGIN) $(all_libraries) $(LIB_QT) $(LIB_TDECORE) $(LIB_TDEUI) $(LIB_TDEPARTS) pluginsdir = $(kde_datadir)/kate/plugins/%{APPNAMELC} plugins_DATA = plugin_%{APPNAMELC}.rc diff --git a/languages/cpp/app_templates/kateplugin2/src-Makefile.am b/languages/cpp/app_templates/kateplugin2/src-Makefile.am index b0cc8f4e..1cc61110 100644 --- a/languages/cpp/app_templates/kateplugin2/src-Makefile.am +++ b/languages/cpp/app_templates/kateplugin2/src-Makefile.am @@ -8,7 +8,7 @@ kde_module_LTLIBRARIES = lib%{APPNAMELC}plugin.la lib%{APPNAMELC}plugin_la_SOURCES = plugin_%{APPNAMELC}.cpp lib%{APPNAMELC}plugin_la_LIBADD = -lkateinterfaces -lib%{APPNAMELC}plugin_la_LDFLAGS = -module $(KDE_PLUGIN) $(all_libraries) $(LIB_QT) $(LIB_TDECORE) $(LIB_TDEUI) $(LIB_KPARTS) +lib%{APPNAMELC}plugin_la_LDFLAGS = -module $(KDE_PLUGIN) $(all_libraries) $(LIB_QT) $(LIB_TDECORE) $(LIB_TDEUI) $(LIB_TDEPARTS) pluginsdir = $(kde_datadir)/kate/plugins/%{APPNAMELC} plugins_DATA = plugin_%{APPNAMELC}.rc diff --git a/languages/cpp/app_templates/kde4app/kde4app-CMakeLists.txt b/languages/cpp/app_templates/kde4app/kde4app-CMakeLists.txt index 2544a271..db1f4bab 100644 --- a/languages/cpp/app_templates/kde4app/kde4app-CMakeLists.txt +++ b/languages/cpp/app_templates/kde4app/kde4app-CMakeLists.txt @@ -17,7 +17,7 @@ kde4_add_kcfg_files(%{APPNAMELC}_SRCS settings.kcfgc ) kde4_add_executable(%{APPNAMELC} ${%{APPNAMELC}_SRCS}) -target_link_libraries(%{APPNAMELC} ${KDE4_KDEUI_LIBS} ) +target_link_libraries(%{APPNAMELC} ${KDE4_TDEUI_LIBS} ) install(TARGETS %{APPNAMELC} DESTINATION ${BIN_INSTALL_DIR} ) diff --git a/languages/cpp/app_templates/kdedcop/src-Makefile.am b/languages/cpp/app_templates/kdedcop/src-Makefile.am index 1b1bc620..19ddf2fb 100644 --- a/languages/cpp/app_templates/kdedcop/src-Makefile.am +++ b/languages/cpp/app_templates/kdedcop/src-Makefile.am @@ -19,5 +19,5 @@ bin_PROGRAMS = %{APPNAMELC} # the application source, library search path, and link libraries %{APPNAMELC}_SOURCES = main.cpp %{APPNAMELC}.cpp %{APPNAMELC}_iface.skel mainclass.cpp -%{APPNAMELC}_LDFLAGS = $(KDE_RPATH) $(all_libraries) $(LIB_QT) $(LIB_TDECORE) $(LIB_TDEUI) $(LIB_KPARTS) +%{APPNAMELC}_LDFLAGS = $(KDE_RPATH) $(all_libraries) $(LIB_QT) $(LIB_TDECORE) $(LIB_TDEUI) $(LIB_TDEPARTS) %{APPNAMELC}_LDADD = $(LIB_TDEUI) diff --git a/languages/cpp/app_templates/kdevlang/src-Makefile.am b/languages/cpp/app_templates/kdevlang/src-Makefile.am index b2175a02..18b7a21a 100644 --- a/languages/cpp/app_templates/kdevlang/src-Makefile.am +++ b/languages/cpp/app_templates/kdevlang/src-Makefile.am @@ -1,7 +1,7 @@ AM_CPPFLAGS = -I$(kde_includes)/tdevelop/interfaces -I$(kde_includes)/tdevelop/util -I$(kde_includes)/kinterfacedesigner $(all_includes) kde_module_LTLIBRARIES = libkdev%{APPNAMELC}.la -libkdev%{APPNAMELC}_la_LDFLAGS = $(all_libraries) $(KDE_PLUGIN) $(LIB_QT) $(LIB_TDECORE) $(LIB_TDEUI) $(LIB_KPARTS) +libkdev%{APPNAMELC}_la_LDFLAGS = $(all_libraries) $(KDE_PLUGIN) $(LIB_QT) $(LIB_TDECORE) $(LIB_TDEUI) $(LIB_TDEPARTS) libkdev%{APPNAMELC}_la_LIBADD = -ltdevelop libkdev%{APPNAMELC}_la_SOURCES = %{APPNAMELC}_part.cpp diff --git a/languages/cpp/app_templates/kdevpart/src-Makefile.am b/languages/cpp/app_templates/kdevpart/src-Makefile.am index 46dd918e..5fe18f43 100644 --- a/languages/cpp/app_templates/kdevpart/src-Makefile.am +++ b/languages/cpp/app_templates/kdevpart/src-Makefile.am @@ -1,7 +1,7 @@ INCLUDES = -I$(top_srcdir)/lib/interfaces -I$(top_srcdir)/lib/util $(all_includes) kde_module_LTLIBRARIES = libkdev%{APPNAMELC}.la -libkdev%{APPNAMELC}_la_LDFLAGS = -module -avoid-version -no-undefined $(all_libraries) $(KDE_PLUGIN) $(LIB_QT) $(LIB_TDECORE) $(LIB_TDEUI) $(LIB_KPARTS) +libkdev%{APPNAMELC}_la_LDFLAGS = -module -avoid-version -no-undefined $(all_libraries) $(KDE_PLUGIN) $(LIB_QT) $(LIB_TDECORE) $(LIB_TDEUI) $(LIB_TDEPARTS) libkdev%{APPNAMELC}_la_LIBADD = $(top_builddir)/lib/libtdevelop.la libkdev%{APPNAMELC}_la_SOURCES = %{APPNAMELC}part.cpp %{APPNAMELC}widget.cpp \ diff --git a/languages/cpp/app_templates/khello/src-Makefile.am b/languages/cpp/app_templates/khello/src-Makefile.am index 49959e2f..5eed38b6 100644 --- a/languages/cpp/app_templates/khello/src-Makefile.am +++ b/languages/cpp/app_templates/khello/src-Makefile.am @@ -22,7 +22,7 @@ bin_PROGRAMS = %{APPNAMELC} # the application source, library search path, and link libraries %{APPNAMELC}_SOURCES = main.cpp %{APPNAMELC}.cpp -%{APPNAMELC}_LDFLAGS = $(KDE_RPATH) $(all_libraries) $(LIB_QT) $(LIB_TDECORE) $(LIB_TDEUI) $(LIB_KPARTS) +%{APPNAMELC}_LDFLAGS = $(KDE_RPATH) $(all_libraries) $(LIB_QT) $(LIB_TDECORE) $(LIB_TDEUI) $(LIB_TDEPARTS) %{APPNAMELC}_LDADD = $(LIB_TDEUI) # this is where the desktop file will go diff --git a/languages/cpp/app_templates/khello2/src-Makefile.am b/languages/cpp/app_templates/khello2/src-Makefile.am index 13bc8d57..453bfd55 100644 --- a/languages/cpp/app_templates/khello2/src-Makefile.am +++ b/languages/cpp/app_templates/khello2/src-Makefile.am @@ -22,7 +22,7 @@ bin_PROGRAMS = %{APPNAMELC} # the application source, library search path, and link libraries %{APPNAMELC}_SOURCES = main.cpp %{APPNAMELC}.cpp %{APPNAMELC}widget.cpp %{APPNAMELC}widgetbase.ui -%{APPNAMELC}_LDFLAGS = $(KDE_RPATH) $(all_libraries) $(LIB_QT) $(LIB_TDECORE) $(LIB_TDEUI) $(LIB_KPARTS) +%{APPNAMELC}_LDFLAGS = $(KDE_RPATH) $(all_libraries) $(LIB_QT) $(LIB_TDECORE) $(LIB_TDEUI) $(LIB_TDEPARTS) %{APPNAMELC}_LDADD = $(LIB_TDEUI) # this is where the desktop file will go diff --git a/languages/cpp/app_templates/kicker/src-Makefile.am b/languages/cpp/app_templates/kicker/src-Makefile.am index f595c26f..296282f5 100644 --- a/languages/cpp/app_templates/kicker/src-Makefile.am +++ b/languages/cpp/app_templates/kicker/src-Makefile.am @@ -4,7 +4,7 @@ METASOURCES = AUTO kde_module_LTLIBRARIES = %{APPNAMELC}_panelapplet.la %{APPNAMELC}_panelapplet_la_SOURCES = %{APPNAMELC}.cpp -%{APPNAMELC}_panelapplet_la_LDFLAGS = -module -avoid-version $(all_libraries) $(LIB_QT) $(LIB_TDECORE) $(LIB_TDEUI) $(LIB_KPARTS) +%{APPNAMELC}_panelapplet_la_LDFLAGS = -module -avoid-version $(all_libraries) $(LIB_QT) $(LIB_TDECORE) $(LIB_TDEUI) $(LIB_TDEPARTS) %{APPNAMELC}_panelapplet_la_LIBADD = $(LIB_TDEUI) %{APPNAMELC}_DATA = %{APPNAMELC}.desktop diff --git a/languages/cpp/app_templates/kofficepart/src-Makefile.am b/languages/cpp/app_templates/kofficepart/src-Makefile.am index f4405b57..dbe77db5 100644 --- a/languages/cpp/app_templates/kofficepart/src-Makefile.am +++ b/languages/cpp/app_templates/kofficepart/src-Makefile.am @@ -5,19 +5,19 @@ INCLUDES = $(KOFFICE_INCLUDES) $(all_includes) kde_module_LTLIBRARIES = lib%{APPNAMELC}part.la lib%{APPNAMELC}part_la_SOURCES = %{APPNAMELC}_part.cpp \ %{APPNAMELC}_view.cpp %{APPNAMELC}_factory.cpp -lib%{APPNAMELC}part_la_LDFLAGS = $(KDE_PLUGIN) $(LIB_QT) $(LIB_TDECORE) $(LIB_TDEUI) $(LIB_KPARTS) +lib%{APPNAMELC}part_la_LDFLAGS = $(KDE_PLUGIN) $(LIB_QT) $(LIB_TDECORE) $(LIB_TDEUI) $(LIB_TDEPARTS) lib%{APPNAMELC}part_la_LIBADD = -lkofficeui ## The tdeinit loadable module lib_LTLIBRARIES = %{APPNAMELC}.la %{APPNAMELC}_la_SOURCES = %{APPNAMELC}.cpp -%{APPNAMELC}_la_LDFLAGS = -module -avoid-version -no-undefined $(all_libraries) $(LIB_QT) $(LIB_TDECORE) $(LIB_TDEUI) $(LIB_KPARTS) +%{APPNAMELC}_la_LDFLAGS = -module -avoid-version -no-undefined $(all_libraries) $(LIB_QT) $(LIB_TDECORE) $(LIB_TDEUI) $(LIB_TDEPARTS) %{APPNAMELC}_la_LIBADD = -lkofficecore ## The executable bin_PROGRAMS = %{APPNAMELC} %{APPNAMELC}_SOURCES = dummy.cpp -%{APPNAMELC}_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) $(LIB_TDECORE) $(LIB_TDEUI) $(LIB_KPARTS) +%{APPNAMELC}_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) $(LIB_TDECORE) $(LIB_TDEUI) $(LIB_TDEPARTS) %{APPNAMELC}_LDADD = %{APPNAMELC}.la dummy.cpp: diff --git a/languages/cpp/app_templates/konqnavpanel/src-Makefile.am b/languages/cpp/app_templates/konqnavpanel/src-Makefile.am index 2e87715e..18790bd3 100644 --- a/languages/cpp/app_templates/konqnavpanel/src-Makefile.am +++ b/languages/cpp/app_templates/konqnavpanel/src-Makefile.am @@ -4,8 +4,8 @@ METASOURCES = AUTO kde_module_LTLIBRARIES=konqsidebar_%{APPNAMELC}.la konqsidebar_%{APPNAMELC}_la_SOURCES = %{APPNAMELC}.cpp -konqsidebar_%{APPNAMELC}_la_LDFLAGS = -module $(KDE_PLUGIN) $(all_libraries) $(LIB_QT) $(LIB_TDECORE) $(LIB_TDEUI) $(LIB_KPARTS) -lkonqsidebarplugin -konqsidebar_%{APPNAMELC}_la_LIBADD = $(LIB_KPARTS) $(LIB_TDEFILE) +konqsidebar_%{APPNAMELC}_la_LDFLAGS = -module $(KDE_PLUGIN) $(all_libraries) $(LIB_QT) $(LIB_TDECORE) $(LIB_TDEUI) $(LIB_TDEPARTS) -lkonqsidebarplugin +konqsidebar_%{APPNAMELC}_la_LIBADD = $(LIB_TDEPARTS) $(LIB_TDEFILE) %{APPNAMELC}_entry_DATA = %{APPNAMELC}.desktop %{APPNAMELC}_entrydir = $(kde_datadir)/konqsidebartng/entries diff --git a/languages/cpp/app_templates/kpartapp/src-Makefile.am b/languages/cpp/app_templates/kpartapp/src-Makefile.am index 3864442d..3fe0f319 100644 --- a/languages/cpp/app_templates/kpartapp/src-Makefile.am +++ b/languages/cpp/app_templates/kpartapp/src-Makefile.am @@ -23,8 +23,8 @@ bin_PROGRAMS = %{APPNAMELC} # the application source, library search path, and link libraries %{APPNAMELC}_SOURCES = main.cpp %{APPNAMELC}.cpp -%{APPNAMELC}_LDFLAGS = $(KDE_RPATH) $(all_libraries) $(LIB_QT) $(LIB_TDECORE) $(LIB_TDEUI) $(LIB_KPARTS) $(LIB_KIO) -%{APPNAMELC}_LDADD = $(LIB_KPARTS) +%{APPNAMELC}_LDFLAGS = $(KDE_RPATH) $(all_libraries) $(LIB_QT) $(LIB_TDECORE) $(LIB_TDEUI) $(LIB_TDEPARTS) $(LIB_TDEIO) +%{APPNAMELC}_LDADD = $(LIB_TDEPARTS) # this is where the desktop file will go shelldesktopdir = $(kde_appsdir)/Utilities @@ -41,8 +41,8 @@ kde_module_LTLIBRARIES = lib%{APPNAMELC}part.la # the Part's source, library search path, and link libraries lib%{APPNAMELC}part_la_SOURCES = %{APPNAMELC}_part.cpp -lib%{APPNAMELC}part_la_LDFLAGS = -module -avoid-version -no-undefined $(KDE_PLUGIN) $(all_libraries) $(LIB_QT) $(LIB_TDECORE) $(LIB_TDEUI) $(LIB_KPARTS) $(LIB_KIO) -lib%{APPNAMELC}part_la_LIBADD = $(LIB_KPARTS) $(LIB_TDEFILE) +lib%{APPNAMELC}part_la_LDFLAGS = -module -avoid-version -no-undefined $(KDE_PLUGIN) $(all_libraries) $(LIB_QT) $(LIB_TDECORE) $(LIB_TDEUI) $(LIB_TDEPARTS) $(LIB_TDEIO) +lib%{APPNAMELC}part_la_LIBADD = $(LIB_TDEPARTS) $(LIB_TDEFILE) # this is where the desktop file will go partdesktopdir = $(kde_servicesdir) diff --git a/languages/cpp/app_templates/kpartplugin/src-Makefile.am b/languages/cpp/app_templates/kpartplugin/src-Makefile.am index 6043b380..d74389bd 100644 --- a/languages/cpp/app_templates/kpartplugin/src-Makefile.am +++ b/languages/cpp/app_templates/kpartplugin/src-Makefile.am @@ -9,8 +9,8 @@ kde_module_LTLIBRARIES = lib%{APPNAMELC}plugin.la # This is all standard. Remove the LIB_TDEHTML reference if you are not # using the TDEHTML Part lib%{APPNAMELC}plugin_la_SOURCES = plugin_%{APPNAMELC}.cpp -lib%{APPNAMELC}plugin_la_LIBADD = $(LIB_KPARTS) $(LIB_TDEHTML) -lib%{APPNAMELC}plugin_la_LDFLAGS = -module -avoid-version -no-undefined $(KDE_PLUGIN) $(all_libraries) $(LIB_QT) $(LIB_TDECORE) $(LIB_TDEUI) $(LIB_KPARTS) +lib%{APPNAMELC}plugin_la_LIBADD = $(LIB_TDEPARTS) $(LIB_TDEHTML) +lib%{APPNAMELC}plugin_la_LDFLAGS = -module -avoid-version -no-undefined $(KDE_PLUGIN) $(all_libraries) $(LIB_QT) $(LIB_TDECORE) $(LIB_TDEUI) $(LIB_TDEPARTS) # Install the .rc file in the Part's directory (in this case, the part # is TDEHTMLPart) diff --git a/languages/cpp/app_templates/kscons_tdemdi/tdemdikonsole.h b/languages/cpp/app_templates/kscons_tdemdi/tdemdikonsole.h index db4a4323..d84cd961 100644 --- a/languages/cpp/app_templates/kscons_tdemdi/tdemdikonsole.h +++ b/languages/cpp/app_templates/kscons_tdemdi/tdemdikonsole.h @@ -1,7 +1,7 @@ %{H_TEMPLATE} -#ifndef KMDIKONSOLE_H -#define KMDIKONSOLE_H +#ifndef TDEMDIKONSOLE_H +#define TDEMDIKONSOLE_H #include <tqvbox.h> @@ -30,4 +30,4 @@ class tdemdikonsole : public TQVBox bool m_haskonsole; }; -#endif // KMDIKONSOLE_H +#endif // TDEMDIKONSOLE_H diff --git a/languages/cpp/app_templates/kxt/src-Makefile.am b/languages/cpp/app_templates/kxt/src-Makefile.am index 64436465..253c2517 100644 --- a/languages/cpp/app_templates/kxt/src-Makefile.am +++ b/languages/cpp/app_templates/kxt/src-Makefile.am @@ -11,7 +11,7 @@ INCLUDES = $(all_includes) METASOURCES = AUTO # the library search path. -%{APPNAMELC}_LDFLAGS = $(KDE_RPATH) $(all_libraries) $(LIB_QT) $(LIB_TDECORE) $(LIB_TDEUI) $(LIB_KPARTS) +%{APPNAMELC}_LDFLAGS = $(KDE_RPATH) $(all_libraries) $(LIB_QT) $(LIB_TDECORE) $(LIB_TDEUI) $(LIB_TDEPARTS) # the libraries to link against. %{APPNAMELC}_LDADD = $(LIB_TDEFILE) $(LIB_TDEPRINT) diff --git a/languages/cpp/app_templates/noatunui/src-Makefile.am b/languages/cpp/app_templates/noatunui/src-Makefile.am index 5086cbe5..6043abc5 100644 --- a/languages/cpp/app_templates/noatunui/src-Makefile.am +++ b/languages/cpp/app_templates/noatunui/src-Makefile.am @@ -5,7 +5,7 @@ METASOURCES = AUTO kde_module_LTLIBRARIES = noatun_%{APPNAMELC}plugin.la noatun_%{APPNAMELC}plugin_la_SOURCES = plugin_%{APPNAMELC}.cpp plugin_%{APPNAMELC}_impl.cpp -noatun_%{APPNAMELC}plugin_la_LDFLAGS = $(all_libraries) -module -avoid-version -no-undefined $(LIB_QT) $(LIB_TDECORE) $(LIB_TDEUI) $(LIB_KPARTS) +noatun_%{APPNAMELC}plugin_la_LDFLAGS = $(all_libraries) -module -avoid-version -no-undefined $(LIB_QT) $(LIB_TDECORE) $(LIB_TDEUI) $(LIB_TDEPARTS) noatun_%{APPNAMELC}plugin_la_LIBADD = $(LIB_TDEFILE) -lnoatun -lnoatuncontrols \ -lqtmcop -lkmedia2_idl -lsoundserver_idl diff --git a/languages/cpp/app_templates/noatunvisual/src-Makefile.am b/languages/cpp/app_templates/noatunvisual/src-Makefile.am index 9820cd35..023712e0 100644 --- a/languages/cpp/app_templates/noatunvisual/src-Makefile.am +++ b/languages/cpp/app_templates/noatunvisual/src-Makefile.am @@ -5,7 +5,7 @@ METASOURCES = AUTO kde_module_LTLIBRARIES = noatun_%{APPNAMELC}plugin.la noatun_%{APPNAMELC}plugin_la_SOURCES = plugin_%{APPNAMELC}.cpp plugin_%{APPNAMELC}_impl.cpp -noatun_%{APPNAMELC}plugin_la_LDFLAGS = $(all_libraries) -module -avoid-version -no-undefined $(LIBSDL_RPATH) $(LIB_QT) $(LIB_TDECORE) $(LIB_TDEUI) $(LIB_KPARTS) +noatun_%{APPNAMELC}plugin_la_LDFLAGS = $(all_libraries) -module -avoid-version -no-undefined $(LIBSDL_RPATH) $(LIB_QT) $(LIB_TDECORE) $(LIB_TDEUI) $(LIB_TDEPARTS) noatun_%{APPNAMELC}plugin_la_CXXFLAGS = $(LIBSDL_CFLAGS) noatun_%{APPNAMELC}plugin_la_LIBADD = $(LIB_TDEFILE) $(LIBSDL_LIBS) -lnoatun -lm diff --git a/languages/cpp/app_templates/tdefileplugin/src-Makefile.am b/languages/cpp/app_templates/tdefileplugin/src-Makefile.am index c96817d5..31078c93 100644 --- a/languages/cpp/app_templates/tdefileplugin/src-Makefile.am +++ b/languages/cpp/app_templates/tdefileplugin/src-Makefile.am @@ -8,8 +8,8 @@ noinst_HEADERS = tdefile_%{APPNAMELC}.h kde_module_LTLIBRARIES = tdefile_%{APPNAMELC}.la tdefile_%{APPNAMELC}_la_SOURCES = tdefile_%{APPNAMELC}.cpp -tdefile_%{APPNAMELC}_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN) $(LIB_QT) $(LIB_TDECORE) $(LIB_TDEUI) $(LIB_KPARTS) $(LIB_KIO) -tdefile_%{APPNAMELC}_la_LIBADD = $(LIB_KIO) +tdefile_%{APPNAMELC}_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN) $(LIB_QT) $(LIB_TDECORE) $(LIB_TDEUI) $(LIB_TDEPARTS) $(LIB_TDEIO) +tdefile_%{APPNAMELC}_la_LIBADD = $(LIB_TDEIO) # let automoc handle all of the meta source files ((moc)) METASOURCES = AUTO diff --git a/languages/cpp/app_templates/tdeioslave/slave.protocol b/languages/cpp/app_templates/tdeioslave/slave.protocol index c9347839..c0ba2fe9 100644 --- a/languages/cpp/app_templates/tdeioslave/slave.protocol +++ b/languages/cpp/app_templates/tdeioslave/slave.protocol @@ -11,7 +11,7 @@ Description[br]=Ur c'hioslave evit %{APPNAMELC} Description[ca]=Un tdeioslave per a %{APPNAMELC} Description[da]=En tdeioslave til %{APPNAMELC} Description[de]=Ein Ein-/Ausgabemodul für %{APPNAMELC} -Description[el]=Ένα υπηρέτης kio για %{APPNAMELC} +Description[el]=Ένα υπηρέτης tdeio για %{APPNAMELC} Description[es]=Un tdeioslave para %{APPNAMELC} Description[et]=%{APPNAMELC} IO-moodul Description[eu]=tdeioslave bat honentzat: %{APPNAMELC} diff --git a/languages/cpp/app_templates/tdeioslave/src-Makefile.am b/languages/cpp/app_templates/tdeioslave/src-Makefile.am index c7ed36ea..90e6cdfc 100644 --- a/languages/cpp/app_templates/tdeioslave/src-Makefile.am +++ b/languages/cpp/app_templates/tdeioslave/src-Makefile.am @@ -4,7 +4,7 @@ kde_module_LTLIBRARIES = tdeio_%{APPNAMELC}.la tdeio_%{APPNAMELC}_la_SOURCES = %{APPNAMELC}.cpp tdeio_%{APPNAMELC}_la_LIBADD = -ltdeio -tdeio_%{APPNAMELC}_la_LDFLAGS = -module -avoid-version $(all_libraries) $(KDE_PLUGIN) $(LIB_QT) $(LIB_TDECORE) $(LIB_TDEUI) $(LIB_KPARTS) +tdeio_%{APPNAMELC}_la_LDFLAGS = -module -avoid-version $(all_libraries) $(KDE_PLUGIN) $(LIB_QT) $(LIB_TDECORE) $(LIB_TDEUI) $(LIB_TDEPARTS) protocol_DATA = %{APPNAMELC}.protocol protocoldir = $(kde_servicesdir) diff --git a/languages/cpp/app_templates/tdeioslave/tdeioslave.kdevtemplate b/languages/cpp/app_templates/tdeioslave/tdeioslave.kdevtemplate index 27279fd2..984fb179 100644 --- a/languages/cpp/app_templates/tdeioslave/tdeioslave.kdevtemplate +++ b/languages/cpp/app_templates/tdeioslave/tdeioslave.kdevtemplate @@ -1,24 +1,24 @@ # TDE Config File [General] -Name=KIO slave -Name[br]=Sklav KIO -Name[ca]=Esclau KIO -Name[da]=KIO-slave +Name=TDEIO slave +Name[br]=Sklav TDEIO +Name[ca]=Esclau TDEIO +Name[da]=TDEIO-slave Name[de]=Ein-/Ausgabemodul -Name[el]=Υπηρέτης KIO -Name[es]=Esclavo KIO -Name[et]=KIO-moodul -Name[eu]=KIO morroia -Name[fr]=Esclave KIO -Name[ga]=Sclábhaí KIO -Name[gl]=Escravo KIO +Name[el]=Υπηρέτης TDEIO +Name[es]=Esclavo TDEIO +Name[et]=TDEIO-moodul +Name[eu]=TDEIO morroia +Name[fr]=Esclave TDEIO +Name[ga]=Sclábhaí TDEIO +Name[gl]=Escravo TDEIO Name[hu]=TDE-protokoll (KIOslave) -Name[it]=Slave KIO +Name[it]=Slave TDEIO Name[nds]=In-/Utgaavmoduul -Name[ne]=KIO स्लेभ -Name[nl]=KIO-slave -Name[pt]=KIO Slave -Name[sk]=KIO otrok +Name[ne]=TDEIO स्लेभ +Name[nl]=TDEIO-slave +Name[pt]=TDEIO Slave +Name[sk]=TDEIO otrok Name[sv]=I/O-slav Icon=tdeioslave.png Category=C++/TDE @@ -152,32 +152,32 @@ Dest=%{dest}/src/%{APPNAMELC}.protocol [MSG] Type=message -Comment=A KIO slave was created in %{dest} -Comment[ca]=Un esclau KIO ha estat creat en %{dest} -Comment[da]=En KIO-slave blev oprettet i %{dest} +Comment=A TDEIO slave was created in %{dest} +Comment[ca]=Un esclau TDEIO ha estat creat en %{dest} +Comment[da]=En TDEIO-slave blev oprettet i %{dest} Comment[de]=Ein Ein-/Ausgabemodul wurde in %{dest} erstellt. -Comment[el]=Ένας υπηρέτης KIO δημιουργήθηκε στο %{dest} -Comment[es]=Un esclavo KIO ha sido creado en %{dest} -Comment[et]=KIO-moodul loodi asukohta %{dest} -Comment[eu]=KIO morroi bat sortu da hemen: %{dest} -Comment[fa]=یک KIO slave در %{dest} ایجاد شد +Comment[el]=Ένας υπηρέτης TDEIO δημιουργήθηκε στο %{dest} +Comment[es]=Un esclavo TDEIO ha sido creado en %{dest} +Comment[et]=TDEIO-moodul loodi asukohta %{dest} +Comment[eu]=TDEIO morroi bat sortu da hemen: %{dest} +Comment[fa]=یک TDEIO slave در %{dest} ایجاد شد Comment[fr]=Un esclave d'entrée / sortie a été créé dans %{dest} -Comment[ga]=Cruthaíodh sclábhaí KIO i %{dest} -Comment[gl]=Creouse un escravo KIO en %{dest} +Comment[ga]=Cruthaíodh sclábhaí TDEIO i %{dest} +Comment[gl]=Creouse un escravo TDEIO en %{dest} Comment[hu]=Létrejött egy KIOslave itt: %{dest} -Comment[it]=È stato generato un slave KIO in %{dest} -Comment[ja]=KIO slave を %{dest} に作成しました。 +Comment[it]=È stato generato un slave TDEIO in %{dest} +Comment[ja]=TDEIO slave を %{dest} に作成しました。 Comment[nds]=In %{dest} wöör en In-/Utgaavmoduul opstellt -Comment[ne]=KIO स्लेभ %{dest} मा सिर्जना गरियो -Comment[nl]=Een KIO-slave is aangemaakt in %{dest} -Comment[pl]=KIO slave został utworzony w %{dest} -Comment[pt]=Foi criado um 'KIO slave' em %{dest} -Comment[pt_BR]=Foi criado um 'KIO slave' em %{dest} -Comment[ru]=Канал KIO slave создан в %{dest} -Comment[sk]=KIO otrok bol vytvorený v %{dest} -Comment[sr]=KIO slave је направљен у %{dest} -Comment[sr@Latn]=KIO slave je napravljen u %{dest} +Comment[ne]=TDEIO स्लेभ %{dest} मा सिर्जना गरियो +Comment[nl]=Een TDEIO-slave is aangemaakt in %{dest} +Comment[pl]=TDEIO slave został utworzony w %{dest} +Comment[pt]=Foi criado um 'TDEIO slave' em %{dest} +Comment[pt_BR]=Foi criado um 'TDEIO slave' em %{dest} +Comment[ru]=Канал TDEIO slave создан в %{dest} +Comment[sk]=TDEIO otrok bol vytvorený v %{dest} +Comment[sr]=TDEIO slave је направљен у %{dest} +Comment[sr@Latn]=TDEIO slave je napravljen u %{dest} Comment[sv]=En I/O-slav skapades i %{dest} -Comment[tr]=Bir KIO slave'i %{dest} içinde yaratıldı. -Comment[zh_CN]=在 %{dest} 中创建了一个 KIO slave -Comment[zh_TW]=一個 KIO slave 已建立於 %{dest} +Comment[tr]=Bir TDEIO slave'i %{dest} içinde yaratıldı. +Comment[zh_CN]=在 %{dest} 中创建了一个 TDEIO slave +Comment[zh_TW]=一個 TDEIO slave 已建立於 %{dest} diff --git a/languages/cpp/app_templates/tdescreensaver/src-Makefile.am b/languages/cpp/app_templates/tdescreensaver/src-Makefile.am index 5e2caf20..b0cc8d33 100644 --- a/languages/cpp/app_templates/tdescreensaver/src-Makefile.am +++ b/languages/cpp/app_templates/tdescreensaver/src-Makefile.am @@ -5,12 +5,12 @@ AM_CPPFLAGS = -UQT_NO_ASCII_CAST METASOURCES = AUTO INCLUDES = $(all_includes) -LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) $(LIB_TDECORE) $(LIB_TDEUI) $(LIB_KPARTS) +LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) $(LIB_TDECORE) $(LIB_TDEUI) $(LIB_TDEPARTS) LDADD = $(LIB_TDEUI) -ltdescreensaver -lm bin_PROGRAMS = %{APPNAMELC}.kss %{APPNAMELC}_kss_SOURCES = %{APPNAMELC}ui.ui %{APPNAMELC}.cpp -%{APPNAMELC}_kss_LDADD = $(LIB_QT) $(LIB_TDECORE) $(LDADD) $(LIB_KSYCOCA) +%{APPNAMELC}_kss_LDADD = $(LIB_QT) $(LIB_TDECORE) $(LDADD) $(LIB_TDESYCOCA) #datadir = $(kde_datadir)/%{APPNAMELC} diff --git a/languages/cpp/ast_utils.cpp b/languages/cpp/ast_utils.cpp index caa167f4..7813e784 100644 --- a/languages/cpp/ast_utils.cpp +++ b/languages/cpp/ast_utils.cpp @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2002 by Roberto Raggi * -* roberto@tdevelop.org * +* roberto@kdevelop.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/cpp/ast_utils.h b/languages/cpp/ast_utils.h index 1f3b2799..a960abad 100644 --- a/languages/cpp/ast_utils.h +++ b/languages/cpp/ast_utils.h @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2002 by Roberto Raggi * -* roberto@tdevelop.org * +* roberto@kdevelop.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/cpp/backgroundparser.cpp b/languages/cpp/backgroundparser.cpp index 8ea05cb8..730a090f 100644 --- a/languages/cpp/backgroundparser.cpp +++ b/languages/cpp/backgroundparser.cpp @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2002 by Roberto Raggi * -* roberto@tdevelop.org * +* roberto@kdevelop.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/cpp/backgroundparser.h b/languages/cpp/backgroundparser.h index fde6c823..f3cd86fd 100644 --- a/languages/cpp/backgroundparser.h +++ b/languages/cpp/backgroundparser.h @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2002 by Roberto Raggi * -* roberto@tdevelop.org * +* roberto@kdevelop.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/cpp/codecompletionentry.h b/languages/cpp/codecompletionentry.h index a219fe7a..de4883f9 100644 --- a/languages/cpp/codecompletionentry.h +++ b/languages/cpp/codecompletionentry.h @@ -5,11 +5,11 @@ copyright : (C) 2001 by Victor R�er email : victor_roeder@gmx.de copyright : (C) 2002,2003 by Roberto Raggi - email : roberto@tdevelop.org + email : roberto@kdevelop.org copyright : (C) 2005 by Adam Treat email : manyoso@yahoo.com copyright : (C) 2006 by David Nolden - email : david.nolden.tdevelop@art-master.de + email : david.nolden.kdevelop@art-master.de ***************************************************************************/ /*************************************************************************** diff --git a/languages/cpp/codeinformationrepository.cpp b/languages/cpp/codeinformationrepository.cpp index cf255601..a1ad79b0 100644 --- a/languages/cpp/codeinformationrepository.cpp +++ b/languages/cpp/codeinformationrepository.cpp @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2003 by Roberto Raggi * -* roberto@tdevelop.org * +* roberto@kdevelop.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/cpp/codeinformationrepository.h b/languages/cpp/codeinformationrepository.h index 07655dac..54610e50 100644 --- a/languages/cpp/codeinformationrepository.h +++ b/languages/cpp/codeinformationrepository.h @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2003 by Roberto Raggi * -* roberto@tdevelop.org * +* roberto@kdevelop.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/cpp/compiler/gccoptions/gccoptionsplugin.cpp b/languages/cpp/compiler/gccoptions/gccoptionsplugin.cpp index 23e8a551..37470a49 100644 --- a/languages/cpp/compiler/gccoptions/gccoptionsplugin.cpp +++ b/languages/cpp/compiler/gccoptions/gccoptionsplugin.cpp @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2000-2001 by Bernd Gehrmann * -* bernd@tdevelop.org * +* bernd@kdevelop.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/cpp/compiler/gccoptions/gccoptionsplugin.h b/languages/cpp/compiler/gccoptions/gccoptionsplugin.h index bc1a3a47..656bd289 100644 --- a/languages/cpp/compiler/gccoptions/gccoptionsplugin.h +++ b/languages/cpp/compiler/gccoptions/gccoptionsplugin.h @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2000-2001 by Bernd Gehrmann * - * bernd@tdevelop.org * + * bernd@kdevelop.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/cpp/computerecoverypoints.h b/languages/cpp/computerecoverypoints.h index 12ca437c..a7cfaea5 100644 --- a/languages/cpp/computerecoverypoints.h +++ b/languages/cpp/computerecoverypoints.h @@ -3,11 +3,11 @@ copyright : (C) 2001 by Victor R�er email : victor_roeder@gmx.de copyright : (C) 2002,2003 by Roberto Raggi - email : roberto@tdevelop.org + email : roberto@kdevelop.org copyright : (C) 2005 by Adam Treat email : manyoso@yahoo.com copyright : (C) 2006 by David Nolden - email : david.nolden.tdevelop@art-master.de + email : david.nolden.kdevelop@art-master.de ***************************************************************************/ /*************************************************************************** diff --git a/languages/cpp/cpp_tags.h b/languages/cpp/cpp_tags.h index f98cf48b..12a0199f 100644 --- a/languages/cpp/cpp_tags.h +++ b/languages/cpp/cpp_tags.h @@ -5,7 +5,7 @@ // Description: // // -// Author: KDevelop Authors <tdevelop-devel@tdevelop.org>, (C) 2003 +// Author: KDevelop Authors <kdevelop-devel@kdevelop.org>, (C) 2003 // // Copyright: See COPYING file that comes with this distribution // diff --git a/languages/cpp/cppcodecompletion.cpp b/languages/cpp/cppcodecompletion.cpp index 09ad4bd8..bf4bef5a 100644 --- a/languages/cpp/cppcodecompletion.cpp +++ b/languages/cpp/cppcodecompletion.cpp @@ -5,11 +5,11 @@ begin : Sat Jul 21 2001 copyright : (C) 2001 by Victor R�er email : victor_roeder@gmx.de copyright : (C) 2002,2003 by Roberto Raggi -email : roberto@tdevelop.org +email : roberto@kdevelop.org copyright : (C) 2005 by Adam Treat email : manyoso@yahoo.com copyright : (C) 2006,2007 by David Nolden -email : david.nolden.tdevelop@art-master.de +email : david.nolden.kdevelop@art-master.de ***************************************************************************/ /*************************************************************************** diff --git a/languages/cpp/cppcodecompletion.h b/languages/cpp/cppcodecompletion.h index 815c8df4..4c2f4c8b 100644 --- a/languages/cpp/cppcodecompletion.h +++ b/languages/cpp/cppcodecompletion.h @@ -5,7 +5,7 @@ copyright : (C) 2001 by Victor R�er email : victor_roeder@gmx.de copyright : (C) 2002,2003 by Roberto Raggi - email : roberto@tdevelop.org + email : roberto@kdevelop.org ***************************************************************************/ /*************************************************************************** diff --git a/languages/cpp/cppcodecompletionconfig.cpp b/languages/cpp/cppcodecompletionconfig.cpp index 8372efeb..9ecca5f4 100644 --- a/languages/cpp/cppcodecompletionconfig.cpp +++ b/languages/cpp/cppcodecompletionconfig.cpp @@ -5,7 +5,7 @@ // Description: // // -// Author: Roberto Raggi <robertol@tdevelop.org>, (C) 2003 +// Author: Roberto Raggi <robertol@kdevelop.org>, (C) 2003 // // Copyright: See COPYING file that comes with this distribution // diff --git a/languages/cpp/cppcodecompletionconfig.h b/languages/cpp/cppcodecompletionconfig.h index a22851dd..6417c0d9 100644 --- a/languages/cpp/cppcodecompletionconfig.h +++ b/languages/cpp/cppcodecompletionconfig.h @@ -5,7 +5,7 @@ // Description: // // -// Author: Roberto Raggi <robertol@tdevelop.org>, (C) 2003 +// Author: Roberto Raggi <robertol@kdevelop.org>, (C) 2003 // // Copyright: See COPYING file that comes with this distribution // diff --git a/languages/cpp/cppevaluation.cpp b/languages/cpp/cppevaluation.cpp index 7a4f9406..b84185f5 100644 --- a/languages/cpp/cppevaluation.cpp +++ b/languages/cpp/cppevaluation.cpp @@ -3,11 +3,11 @@ copyright : (C) 2001 by Victor R�er email : victor_roeder@gmx.de copyright : (C) 2002,2003 by Roberto Raggi - email : roberto@tdevelop.org + email : roberto@kdevelop.org copyright : (C) 2005 by Adam Treat email : manyoso@yahoo.com copyright : (C) 2006 by David Nolden - email : david.nolden.tdevelop@art-master.de + email : david.nolden.kdevelop@art-master.de ***************************************************************************/ /*************************************************************************** diff --git a/languages/cpp/cppevaluation.h b/languages/cpp/cppevaluation.h index 2216eed9..97924b0a 100644 --- a/languages/cpp/cppevaluation.h +++ b/languages/cpp/cppevaluation.h @@ -3,11 +3,11 @@ copyright : (C) 2001 by Victor R�er email : victor_roeder@gmx.de copyright : (C) 2002,2003 by Roberto Raggi - email : roberto@tdevelop.org + email : roberto@kdevelop.org copyright : (C) 2005 by Adam Treat email : manyoso@yahoo.com copyright : (C) 2006 by David Nolden - email : david.nolden.tdevelop@art-master.de + email : david.nolden.kdevelop@art-master.de ***************************************************************************/ /*************************************************************************** diff --git a/languages/cpp/cppimplementationwidget.cpp b/languages/cpp/cppimplementationwidget.cpp index de747571..35069349 100644 --- a/languages/cpp/cppimplementationwidget.cpp +++ b/languages/cpp/cppimplementationwidget.cpp @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2004 by Alexander Dymo * -* adymo@tdevelop.org * +* adymo@kdevelop.org * * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU Library General Public License as * diff --git a/languages/cpp/cppimplementationwidget.h b/languages/cpp/cppimplementationwidget.h index c0536c92..c8569c03 100644 --- a/languages/cpp/cppimplementationwidget.h +++ b/languages/cpp/cppimplementationwidget.h @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2004 by Alexander Dymo * -* adymo@tdevelop.org * +* adymo@kdevelop.org * * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU Library General Public License as * diff --git a/languages/cpp/cppnewclassdlg.cpp b/languages/cpp/cppnewclassdlg.cpp index e22d1d66..6289da44 100644 --- a/languages/cpp/cppnewclassdlg.cpp +++ b/languages/cpp/cppnewclassdlg.cpp @@ -4,11 +4,11 @@ * Copyright (C) 1999 by Benoit.Cerrina * * Benoit.Cerrina@writeme.com * * Copyright (C) 2002 by Bernd Gehrmann * -* bernd@tdevelop.org * +* bernd@kdevelop.org * * Copyright (C) 2003 by Eray Ozkural * * <erayo@cs.bilkent.edu.tr> * * Copyright (C) 2003-2004 by Alexander Dymo * -* adymo@tdevelop.org * +* adymo@kdevelop.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/cpp/cppnewclassdlg.h b/languages/cpp/cppnewclassdlg.h index e7250a6a..e7f969db 100644 --- a/languages/cpp/cppnewclassdlg.h +++ b/languages/cpp/cppnewclassdlg.h @@ -2,7 +2,7 @@ * Copyright (C) 1998 by Sandy Meier * * smeier@rz.uni-potsdam.de * * Copyright (C) 2002 by Bernd Gehrmann * -* bernd@tdevelop.org * +* bernd@kdevelop.org * * Copyright (C) 2003 by Alexander Dymo * * cloudtemple@mksat.net * * * diff --git a/languages/cpp/cppsupport_events.h b/languages/cpp/cppsupport_events.h index b3677002..b40fc0ec 100644 --- a/languages/cpp/cppsupport_events.h +++ b/languages/cpp/cppsupport_events.h @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2003 by Roberto Raggi * -* roberto@tdevelop.org * +* roberto@kdevelop.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/cpp/cppsupport_utils.h b/languages/cpp/cppsupport_utils.h index a77bbf7e..37331eaa 100644 --- a/languages/cpp/cppsupport_utils.h +++ b/languages/cpp/cppsupport_utils.h @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2003 by Roberto Raggi * -* roberto@tdevelop.org * +* roberto@kdevelop.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/cpp/cppsupportfactory.cpp b/languages/cpp/cppsupportfactory.cpp index 3b3091d5..41335cdb 100644 --- a/languages/cpp/cppsupportfactory.cpp +++ b/languages/cpp/cppsupportfactory.cpp @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2000-2001 by Bernd Gehrmann * - * bernd@tdevelop.org * + * bernd@kdevelop.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/cpp/cppsupportfactory.h b/languages/cpp/cppsupportfactory.h index 6d312a5a..f543c4fc 100644 --- a/languages/cpp/cppsupportfactory.h +++ b/languages/cpp/cppsupportfactory.h @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2000-2001 by Bernd Gehrmann * -* bernd@tdevelop.org * +* bernd@kdevelop.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/cpp/cppsupportpart.cpp b/languages/cpp/cppsupportpart.cpp index 7c126fc2..35739045 100644 --- a/languages/cpp/cppsupportpart.cpp +++ b/languages/cpp/cppsupportpart.cpp @@ -2,9 +2,9 @@ * Copyright (C) 1999 by Jonas Nordin * * jonas.nordin@syncom.se * * Copyright (C) 2000-2001 by Bernd Gehrmann * -* bernd@tdevelop.org * +* bernd@kdevelop.org * * Copyright (C) 2002-2003 by Roberto Raggi * -* roberto@tdevelop.org * +* roberto@kdevelop.org * * Copyright (C) 2003-2004 by Alexander Dymo * * adymo@mksat.net * * * diff --git a/languages/cpp/cppsupportpart.h b/languages/cpp/cppsupportpart.h index d858d274..7de698c0 100644 --- a/languages/cpp/cppsupportpart.h +++ b/languages/cpp/cppsupportpart.h @@ -2,9 +2,9 @@ * Copyright (C) 1999 by Jonas Nordin * * jonas.nordin@syncom.se * * Copyright (C) 2000-2001 by Bernd Gehrmann * -* bernd@tdevelop.org * +* bernd@kdevelop.org * * Copyright (C) 2002-2003 by Roberto Raggi * -* roberto@tdevelop.org * +* roberto@kdevelop.org * * Copyright (C) 2003-2004 by Alexander Dymo * * adymo@mksat.net * * * diff --git a/languages/cpp/createpcsdialog.cpp b/languages/cpp/createpcsdialog.cpp index 6cebf32d..9cca7ef8 100644 --- a/languages/cpp/createpcsdialog.cpp +++ b/languages/cpp/createpcsdialog.cpp @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2003 by Roberto Raggi * -* roberto@tdevelop.org * +* roberto@kdevelop.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/cpp/createpcsdialog.h b/languages/cpp/createpcsdialog.h index a286ffaa..02d66299 100644 --- a/languages/cpp/createpcsdialog.h +++ b/languages/cpp/createpcsdialog.h @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2003 by Roberto Raggi * -* roberto@tdevelop.org * +* roberto@kdevelop.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/cpp/debugger/breakpoint.cpp b/languages/cpp/debugger/breakpoint.cpp index f0bfb48d..24c19aef 100644 --- a/languages/cpp/debugger/breakpoint.cpp +++ b/languages/cpp/debugger/breakpoint.cpp @@ -1,7 +1,7 @@ /*************************************************************************** begin : Tue May 13 2003 copyright : (C) 2003 by John Birch - email : jbb@tdevelop.org + email : jbb@kdevelop.org ***************************************************************************/ /*************************************************************************** diff --git a/languages/cpp/debugger/breakpoint.h b/languages/cpp/debugger/breakpoint.h index 32ba84a2..a313a814 100644 --- a/languages/cpp/debugger/breakpoint.h +++ b/languages/cpp/debugger/breakpoint.h @@ -1,7 +1,7 @@ /*************************************************************************** begin : Tue May 13 2003 copyright : (C) 2003 by John Birch - email : jbb@tdevelop.org + email : jbb@kdevelop.org ***************************************************************************/ /*************************************************************************** diff --git a/languages/cpp/debugger/dbgcontroller.cpp b/languages/cpp/debugger/dbgcontroller.cpp index 8977b294..6ca94543 100644 --- a/languages/cpp/debugger/dbgcontroller.cpp +++ b/languages/cpp/debugger/dbgcontroller.cpp @@ -1,7 +1,7 @@ /*************************************************************************** begin : Sun Aug 8 1999 copyright : (C) 1999 by John Birch - email : jbb@tdevelop.org + email : jbb@kdevelop.org ***************************************************************************/ /*************************************************************************** diff --git a/languages/cpp/debugger/dbgcontroller.h b/languages/cpp/debugger/dbgcontroller.h index 2c919bc6..022a6fcf 100644 --- a/languages/cpp/debugger/dbgcontroller.h +++ b/languages/cpp/debugger/dbgcontroller.h @@ -1,7 +1,7 @@ /*************************************************************************** begin : Sun Aug 8 1999 copyright : (C) 1999 by John Birch - email : jbb@tdevelop.org + email : jbb@kdevelop.org ***************************************************************************/ /*************************************************************************** diff --git a/languages/cpp/debugger/dbgpsdlg.cpp b/languages/cpp/debugger/dbgpsdlg.cpp index 385b0c39..718345a1 100644 --- a/languages/cpp/debugger/dbgpsdlg.cpp +++ b/languages/cpp/debugger/dbgpsdlg.cpp @@ -1,7 +1,7 @@ /*************************************************************************** begin : Mon Sep 20 1999 copyright : (C) 1999 by John Birch - email : jbb@tdevelop.org + email : jbb@kdevelop.org ***************************************************************************/ /*************************************************************************** diff --git a/languages/cpp/debugger/dbgpsdlg.h b/languages/cpp/debugger/dbgpsdlg.h index f9dbbab0..fd42fa2b 100644 --- a/languages/cpp/debugger/dbgpsdlg.h +++ b/languages/cpp/debugger/dbgpsdlg.h @@ -1,7 +1,7 @@ /*************************************************************************** begin : Mon Sep 20 1999 copyright : (C) 1999 by John Birch - email : jbb@tdevelop.org + email : jbb@kdevelop.org ***************************************************************************/ /*************************************************************************** diff --git a/languages/cpp/debugger/dbgtoolbar.cpp b/languages/cpp/debugger/dbgtoolbar.cpp index 42c1857f..60728514 100644 --- a/languages/cpp/debugger/dbgtoolbar.cpp +++ b/languages/cpp/debugger/dbgtoolbar.cpp @@ -1,7 +1,7 @@ /*************************************************************************** begin : Thu Dec 23 1999 copyright : (C) 1999 by John Birch - email : jbb@tdevelop.org + email : jbb@kdevelop.org ***************************************************************************/ /*************************************************************************** diff --git a/languages/cpp/debugger/dbgtoolbar.h b/languages/cpp/debugger/dbgtoolbar.h index bb5b4dff..3616c831 100644 --- a/languages/cpp/debugger/dbgtoolbar.h +++ b/languages/cpp/debugger/dbgtoolbar.h @@ -1,7 +1,7 @@ /*************************************************************************** begin : Thu Dec 23 1999 copyright : (C) 1999 by John Birch - email : jbb@tdevelop.org + email : jbb@kdevelop.org ***************************************************************************/ /*************************************************************************** diff --git a/languages/cpp/debugger/debuggerconfigwidget.cpp b/languages/cpp/debugger/debuggerconfigwidget.cpp index 05a8cf78..2b8523ae 100644 --- a/languages/cpp/debugger/debuggerconfigwidget.cpp +++ b/languages/cpp/debugger/debuggerconfigwidget.cpp @@ -1,8 +1,8 @@ /*************************************************************************** * Copyright (C) 1999-2001 by John Birch * - * jbb@tdevelop.org * + * jbb@kdevelop.org * * Copyright (C) 2001 by Bernd Gehrmann * - * bernd@tdevelop.org * + * bernd@kdevelop.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/cpp/debugger/debuggerconfigwidget.h b/languages/cpp/debugger/debuggerconfigwidget.h index 4214a248..3a52da93 100644 --- a/languages/cpp/debugger/debuggerconfigwidget.h +++ b/languages/cpp/debugger/debuggerconfigwidget.h @@ -1,8 +1,8 @@ /*************************************************************************** * Copyright (C) 1999-2001 by John Birch * - * jbb@tdevelop.org * + * jbb@kdevelop.org * * Copyright (C) 2001 by Bernd Gehrmann * - * bernd@tdevelop.org * + * bernd@kdevelop.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/cpp/debugger/debuggerpart.cpp b/languages/cpp/debugger/debuggerpart.cpp index d57b6d6f..3cae3762 100644 --- a/languages/cpp/debugger/debuggerpart.cpp +++ b/languages/cpp/debugger/debuggerpart.cpp @@ -1,8 +1,8 @@ /*************************************************************************** * Copyright (C) 1999-2001 by John Birch * - * jbb@tdevelop.org * + * jbb@kdevelop.org * * Copyright (C) 2001 by Bernd Gehrmann * - * bernd@tdevelop.org * + * bernd@kdevelop.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/cpp/debugger/debuggerpart.h b/languages/cpp/debugger/debuggerpart.h index ff6fba4f..50479249 100644 --- a/languages/cpp/debugger/debuggerpart.h +++ b/languages/cpp/debugger/debuggerpart.h @@ -1,8 +1,8 @@ /*************************************************************************** * Copyright (C) 1999-2001 by John Birch * - * jbb@tdevelop.org * + * jbb@kdevelop.org * * Copyright (C) 2001 by Bernd Gehrmann * - * bernd@tdevelop.org * + * bernd@kdevelop.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/cpp/debugger/disassemblewidget.cpp b/languages/cpp/debugger/disassemblewidget.cpp index 83dd9cb5..34f1576a 100644 --- a/languages/cpp/debugger/disassemblewidget.cpp +++ b/languages/cpp/debugger/disassemblewidget.cpp @@ -1,7 +1,7 @@ /*************************************************************************** begin : Tues Jan 3 2000 copyright : (C) 2000 by John Birch - email : jbb@tdevelop.org + email : jbb@kdevelop.org ***************************************************************************/ /*************************************************************************** diff --git a/languages/cpp/debugger/disassemblewidget.h b/languages/cpp/debugger/disassemblewidget.h index e02476b0..54729aa4 100644 --- a/languages/cpp/debugger/disassemblewidget.h +++ b/languages/cpp/debugger/disassemblewidget.h @@ -1,7 +1,7 @@ /*************************************************************************** begin : Sun Aug 8 1999 copyright : (C) 1999 by John Birch - email : jbb@tdevelop.org + email : jbb@kdevelop.org ***************************************************************************/ /*************************************************************************** diff --git a/languages/cpp/debugger/framestackwidget.cpp b/languages/cpp/debugger/framestackwidget.cpp index ea0fa552..423fae89 100644 --- a/languages/cpp/debugger/framestackwidget.cpp +++ b/languages/cpp/debugger/framestackwidget.cpp @@ -1,7 +1,7 @@ /*************************************************************************** begin : Sun Aug 8 1999 copyright : (C) 1999 by John Birch - email : jbb@tdevelop.org + email : jbb@kdevelop.org ***************************************************************************/ /*************************************************************************** diff --git a/languages/cpp/debugger/framestackwidget.h b/languages/cpp/debugger/framestackwidget.h index 6f36b128..ca79c2f6 100644 --- a/languages/cpp/debugger/framestackwidget.h +++ b/languages/cpp/debugger/framestackwidget.h @@ -1,7 +1,7 @@ /*************************************************************************** begin : Sun Aug 8 1999 copyright : (C) 1999 by John Birch - email : jbb@tdevelop.org + email : jbb@kdevelop.org ***************************************************************************/ /*************************************************************************** diff --git a/languages/cpp/debugger/gdbbreakpointwidget.cpp b/languages/cpp/debugger/gdbbreakpointwidget.cpp index 2e002a7a..47904817 100644 --- a/languages/cpp/debugger/gdbbreakpointwidget.cpp +++ b/languages/cpp/debugger/gdbbreakpointwidget.cpp @@ -1,7 +1,7 @@ /*************************************************************************** begin : Tue May 13 2003 copyright : (C) 2003 by John Birch - email : jbb@tdevelop.org + email : jbb@kdevelop.org ***************************************************************************/ /*************************************************************************** diff --git a/languages/cpp/debugger/gdbbreakpointwidget.h b/languages/cpp/debugger/gdbbreakpointwidget.h index 3a568994..c121e38e 100644 --- a/languages/cpp/debugger/gdbbreakpointwidget.h +++ b/languages/cpp/debugger/gdbbreakpointwidget.h @@ -1,7 +1,7 @@ /*************************************************************************** begin : Tue May 13 2003 copyright : (C) 2003 by John Birch - email : jbb@tdevelop.org + email : jbb@kdevelop.org ***************************************************************************/ /*************************************************************************** diff --git a/languages/cpp/debugger/gdbcommand.cpp b/languages/cpp/debugger/gdbcommand.cpp index b5412dc0..65f872a0 100644 --- a/languages/cpp/debugger/gdbcommand.cpp +++ b/languages/cpp/debugger/gdbcommand.cpp @@ -1,7 +1,7 @@ /*************************************************************************** begin : Sun Aug 8 1999 copyright : (C) 1999 by John Birch - email : jbb@tdevelop.org + email : jbb@kdevelop.org ***************************************************************************/ /*************************************************************************** diff --git a/languages/cpp/debugger/gdbcommand.h b/languages/cpp/debugger/gdbcommand.h index ab8becf9..7000235a 100644 --- a/languages/cpp/debugger/gdbcommand.h +++ b/languages/cpp/debugger/gdbcommand.h @@ -1,7 +1,7 @@ /*************************************************************************** begin : Sun Aug 8 1999 copyright : (C) 1999 by John Birch - email : jbb@tdevelop.org + email : jbb@kdevelop.org ***************************************************************************/ /*************************************************************************** diff --git a/languages/cpp/debugger/gdbcontroller.cpp b/languages/cpp/debugger/gdbcontroller.cpp index d5207a24..bca8b98d 100644 --- a/languages/cpp/debugger/gdbcontroller.cpp +++ b/languages/cpp/debugger/gdbcontroller.cpp @@ -3,7 +3,7 @@ // ------------------- // begin : Sun Aug 8 1999 // copyright : (C) 1999 by John Birch -// email : jbb@tdevelop.org +// email : jbb@kdevelop.org // ************************************************************************** // // ************************************************************************** diff --git a/languages/cpp/debugger/gdbcontroller.h b/languages/cpp/debugger/gdbcontroller.h index 108e21bd..cf5d2eb6 100644 --- a/languages/cpp/debugger/gdbcontroller.h +++ b/languages/cpp/debugger/gdbcontroller.h @@ -3,7 +3,7 @@ ------------------- begin : Sun Aug 8 1999 copyright : (C) 1999 by John Birch - email : jbb@tdevelop.org + email : jbb@kdevelop.org ***************************************************************************/ /*************************************************************************** diff --git a/languages/cpp/debugger/gdboutputwidget.cpp b/languages/cpp/debugger/gdboutputwidget.cpp index 9bfc96dd..cc41a2a2 100644 --- a/languages/cpp/debugger/gdboutputwidget.cpp +++ b/languages/cpp/debugger/gdboutputwidget.cpp @@ -3,7 +3,7 @@ // ------------------- // begin : 10th April 2003 // copyright : (C) 2003 by John Birch -// email : jbb@tdevelop.org +// email : jbb@kdevelop.org // ************************************************************************** // // ************************************************************************** diff --git a/languages/cpp/debugger/gdboutputwidget.h b/languages/cpp/debugger/gdboutputwidget.h index 7a8a59b3..e7442b31 100644 --- a/languages/cpp/debugger/gdboutputwidget.h +++ b/languages/cpp/debugger/gdboutputwidget.h @@ -3,7 +3,7 @@ // ------------------- // begin : 10th April 2003 // copyright : (C) 2003 by John Birch -// email : jbb@tdevelop.org +// email : jbb@kdevelop.org // ************************************************************************** // // ************************************************************************** diff --git a/languages/cpp/debugger/gdbparser.cpp b/languages/cpp/debugger/gdbparser.cpp index 4d2161f8..5756ec17 100644 --- a/languages/cpp/debugger/gdbparser.cpp +++ b/languages/cpp/debugger/gdbparser.cpp @@ -1,7 +1,7 @@ // ************************************************************************** // begin : Tue Aug 17 1999 // copyright : (C) 1999 by John Birch -// email : jbb@tdevelop.org +// email : jbb@kdevelop.org // ************************************************************************** // ************************************************************************** diff --git a/languages/cpp/debugger/gdbparser.h b/languages/cpp/debugger/gdbparser.h index 61f7ec8b..a56c082d 100644 --- a/languages/cpp/debugger/gdbparser.h +++ b/languages/cpp/debugger/gdbparser.h @@ -1,7 +1,7 @@ /*************************************************************************** begin : Tue Aug 17 1999 copyright : (C) 1999 by John Birch - email : jbb@tdevelop.org + email : jbb@kdevelop.org ***************************************************************************/ /*************************************************************************** diff --git a/languages/cpp/debugger/memviewdlg.cpp b/languages/cpp/debugger/memviewdlg.cpp index e76d2820..616b374f 100644 --- a/languages/cpp/debugger/memviewdlg.cpp +++ b/languages/cpp/debugger/memviewdlg.cpp @@ -1,7 +1,7 @@ /*************************************************************************** begin : Tue Oct 5 1999 copyright : (C) 1999 by John Birch - email : jbb@tdevelop.org + email : jbb@kdevelop.org ***************************************************************************/ /*************************************************************************** diff --git a/languages/cpp/debugger/memviewdlg.h b/languages/cpp/debugger/memviewdlg.h index eb3359ea..b277a35b 100644 --- a/languages/cpp/debugger/memviewdlg.h +++ b/languages/cpp/debugger/memviewdlg.h @@ -1,7 +1,7 @@ /*************************************************************************** begin : Tue Oct 5 1999 copyright : (C) 1999 by John Birch - email : jbb@tdevelop.org + email : jbb@kdevelop.org ***************************************************************************/ /*************************************************************************** diff --git a/languages/cpp/debugger/mi/gdbmi.cpp b/languages/cpp/debugger/mi/gdbmi.cpp index 33ac959d..27f90284 100644 --- a/languages/cpp/debugger/mi/gdbmi.cpp +++ b/languages/cpp/debugger/mi/gdbmi.cpp @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2004 by Roberto Raggi * - * roberto@tdevelop.org * + * roberto@kdevelop.org * * Copyright (C) 2005-2006 by Vladimir Prus * * ghost@cs.msu.su * * * diff --git a/languages/cpp/debugger/mi/gdbmi.h b/languages/cpp/debugger/mi/gdbmi.h index 21d2a772..03985958 100644 --- a/languages/cpp/debugger/mi/gdbmi.h +++ b/languages/cpp/debugger/mi/gdbmi.h @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2004 by Roberto Raggi * - * roberto@tdevelop.org * + * roberto@kdevelop.org * * Copyright (C) 2005-2006 by Vladimir Prus * * ghost@cs.msu.su * * * diff --git a/languages/cpp/debugger/mi/milexer.cpp b/languages/cpp/debugger/mi/milexer.cpp index 81a97001..74b8eda9 100644 --- a/languages/cpp/debugger/mi/milexer.cpp +++ b/languages/cpp/debugger/mi/milexer.cpp @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2004 by Roberto Raggi * - * roberto@tdevelop.org * + * roberto@kdevelop.org * * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU Library General Public License as * diff --git a/languages/cpp/debugger/mi/milexer.h b/languages/cpp/debugger/mi/milexer.h index ff6ca3fe..8f07ba58 100644 --- a/languages/cpp/debugger/mi/milexer.h +++ b/languages/cpp/debugger/mi/milexer.h @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2004 by Roberto Raggi * - * roberto@tdevelop.org * + * roberto@kdevelop.org * * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU Library General Public License as * diff --git a/languages/cpp/debugger/mi/miparser.cpp b/languages/cpp/debugger/mi/miparser.cpp index 8f819dcf..fdd16137 100644 --- a/languages/cpp/debugger/mi/miparser.cpp +++ b/languages/cpp/debugger/mi/miparser.cpp @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2004 by Roberto Raggi * - * roberto@tdevelop.org * + * roberto@kdevelop.org * * Copyright (C) 2005-2006 by Vladimir Prus * * ghost@cs.msu.su * * * diff --git a/languages/cpp/debugger/mi/miparser.h b/languages/cpp/debugger/mi/miparser.h index 36ff9603..9bea70b2 100644 --- a/languages/cpp/debugger/mi/miparser.h +++ b/languages/cpp/debugger/mi/miparser.h @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2004 by Roberto Raggi * - * roberto@tdevelop.org * + * roberto@kdevelop.org * * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU Library General Public License as * diff --git a/languages/cpp/debugger/mi/tokens.h b/languages/cpp/debugger/mi/tokens.h index 554a16db..6d105041 100644 --- a/languages/cpp/debugger/mi/tokens.h +++ b/languages/cpp/debugger/mi/tokens.h @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2004 by Roberto Raggi * - * roberto@tdevelop.org * + * roberto@kdevelop.org * * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU Library General Public License as * diff --git a/languages/cpp/debugger/stty.cpp b/languages/cpp/debugger/stty.cpp index 23635bdd..6960ad6d 100644 --- a/languages/cpp/debugger/stty.cpp +++ b/languages/cpp/debugger/stty.cpp @@ -1,7 +1,7 @@ /*************************************************************************** begin : Mon Sep 13 1999 copyright : (C) 1999 by John Birch - email : jbb@tdevelop.org + email : jbb@kdevelop.org This code was originally written by Judin Maxim, from the KDEStudio project. diff --git a/languages/cpp/debugger/stty.h b/languages/cpp/debugger/stty.h index 81c2f6ab..8c4cd2a4 100644 --- a/languages/cpp/debugger/stty.h +++ b/languages/cpp/debugger/stty.h @@ -1,7 +1,7 @@ /*************************************************************************** begin : Mon Sep 13 1999 copyright : (C) 1999 by John Birch - email : jbb@tdevelop.org + email : jbb@kdevelop.org This code was originally written by Judin Maxim, from the KDEStudio project. diff --git a/languages/cpp/debugger/variablewidget.cpp b/languages/cpp/debugger/variablewidget.cpp index 7906ceb5..7be42f65 100644 --- a/languages/cpp/debugger/variablewidget.cpp +++ b/languages/cpp/debugger/variablewidget.cpp @@ -1,7 +1,7 @@ // ************************************************************************** // begin : Sun Aug 8 1999 // copyright : (C) 1999 by John Birch -// email : jbb@tdevelop.org +// email : jbb@kdevelop.org // ************************************************************************** // ************************************************************************** diff --git a/languages/cpp/debugger/variablewidget.h b/languages/cpp/debugger/variablewidget.h index ac0b9576..bf1116d3 100644 --- a/languages/cpp/debugger/variablewidget.h +++ b/languages/cpp/debugger/variablewidget.h @@ -1,7 +1,7 @@ /*************************************************************************** begin : Sun Aug 8 1999 copyright : (C) 1999 by John Birch - email : jbb@tdevelop.org + email : jbb@kdevelop.org ***************************************************************************/ /*************************************************************************** diff --git a/languages/cpp/declarationinfo.h b/languages/cpp/declarationinfo.h index 1e31a01f..8b55557e 100644 --- a/languages/cpp/declarationinfo.h +++ b/languages/cpp/declarationinfo.h @@ -3,11 +3,11 @@ copyright : (C) 2001 by Victor R�er email : victor_roeder@gmx.de copyright : (C) 2002,2003 by Roberto Raggi - email : roberto@tdevelop.org + email : roberto@kdevelop.org copyright : (C) 2005 by Adam Treat email : manyoso@yahoo.com copyright : (C) 2006 by David Nolden - email : david.nolden.tdevelop@art-master.de + email : david.nolden.kdevelop@art-master.de ***************************************************************************/ /*************************************************************************** diff --git a/languages/cpp/expressioninfo.h b/languages/cpp/expressioninfo.h index 13918a20..4b42a2f4 100644 --- a/languages/cpp/expressioninfo.h +++ b/languages/cpp/expressioninfo.h @@ -3,11 +3,11 @@ copyright : (C) 2001 by Victor R�er email : victor_roeder@gmx.de copyright : (C) 2002,2003 by Roberto Raggi - email : roberto@tdevelop.org + email : roberto@kdevelop.org copyright : (C) 2005 by Adam Treat email : manyoso@yahoo.com copyright : (C) 2006 by David Nolden - email : david.nolden.tdevelop@art-master.de + email : david.nolden.kdevelop@art-master.de ***************************************************************************/ /*************************************************************************** diff --git a/languages/cpp/pcsimporter/customimporter/settingsdialog.cpp b/languages/cpp/pcsimporter/customimporter/settingsdialog.cpp index 68f0678e..c8255f02 100644 --- a/languages/cpp/pcsimporter/customimporter/settingsdialog.cpp +++ b/languages/cpp/pcsimporter/customimporter/settingsdialog.cpp @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2003 by Roberto Raggi * -* roberto@tdevelop.org * +* roberto@kdevelop.org * * * * Copyright (C) 2006 by Jens Dagerbo * * jens.dagerbo@swipnet.se * diff --git a/languages/cpp/pcsimporter/customimporter/settingsdialog.h b/languages/cpp/pcsimporter/customimporter/settingsdialog.h index 94b7080b..2b8e7fbd 100644 --- a/languages/cpp/pcsimporter/customimporter/settingsdialog.h +++ b/languages/cpp/pcsimporter/customimporter/settingsdialog.h @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2003 by Roberto Raggi * - * roberto@tdevelop.org * + * roberto@kdevelop.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/cpp/pcsimporter/qt4importer/kdevqt4importer.cpp b/languages/cpp/pcsimporter/qt4importer/kdevqt4importer.cpp index 7880b8e4..0289c7a4 100644 --- a/languages/cpp/pcsimporter/qt4importer/kdevqt4importer.cpp +++ b/languages/cpp/pcsimporter/qt4importer/kdevqt4importer.cpp @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2003 by Roberto Raggi * - * roberto@tdevelop.org * + * roberto@kdevelop.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/cpp/pcsimporter/qt4importer/kdevqt4importer.h b/languages/cpp/pcsimporter/qt4importer/kdevqt4importer.h index 4c32903c..3b9563f3 100644 --- a/languages/cpp/pcsimporter/qt4importer/kdevqt4importer.h +++ b/languages/cpp/pcsimporter/qt4importer/kdevqt4importer.h @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2003 by Roberto Raggi * - * roberto@tdevelop.org * + * roberto@kdevelop.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/cpp/pcsimporter/qt4importer/settingsdialog.cpp b/languages/cpp/pcsimporter/qt4importer/settingsdialog.cpp index ff786557..bede0b3e 100644 --- a/languages/cpp/pcsimporter/qt4importer/settingsdialog.cpp +++ b/languages/cpp/pcsimporter/qt4importer/settingsdialog.cpp @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2003 by Roberto Raggi * - * roberto@tdevelop.org * + * roberto@kdevelop.org * * * * Copyright (C) 2006 by Jens Dagerbo * * jens.dagerbo@swipnet.se * diff --git a/languages/cpp/pcsimporter/qt4importer/settingsdialog.h b/languages/cpp/pcsimporter/qt4importer/settingsdialog.h index b58ebaa0..32065973 100644 --- a/languages/cpp/pcsimporter/qt4importer/settingsdialog.h +++ b/languages/cpp/pcsimporter/qt4importer/settingsdialog.h @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2003 by Roberto Raggi * - * roberto@tdevelop.org * + * roberto@kdevelop.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/cpp/pcsimporter/qtimporter/kdevqtimporter.cpp b/languages/cpp/pcsimporter/qtimporter/kdevqtimporter.cpp index 79fef26d..62eb38fd 100644 --- a/languages/cpp/pcsimporter/qtimporter/kdevqtimporter.cpp +++ b/languages/cpp/pcsimporter/qtimporter/kdevqtimporter.cpp @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2003 by Roberto Raggi * -* roberto@tdevelop.org * +* roberto@kdevelop.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/cpp/pcsimporter/qtimporter/kdevqtimporter.h b/languages/cpp/pcsimporter/qtimporter/kdevqtimporter.h index de8e361c..bad9973e 100644 --- a/languages/cpp/pcsimporter/qtimporter/kdevqtimporter.h +++ b/languages/cpp/pcsimporter/qtimporter/kdevqtimporter.h @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2003 by Roberto Raggi * - * roberto@tdevelop.org * + * roberto@kdevelop.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/cpp/pcsimporter/qtimporter/settingsdialog.cpp b/languages/cpp/pcsimporter/qtimporter/settingsdialog.cpp index 6839c93b..405b7c93 100644 --- a/languages/cpp/pcsimporter/qtimporter/settingsdialog.cpp +++ b/languages/cpp/pcsimporter/qtimporter/settingsdialog.cpp @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2003 by Roberto Raggi * -* roberto@tdevelop.org * +* roberto@kdevelop.org * * * * Copyright (C) 2006 by Jens Dagerbo * * jens.dagerbo@swipnet.se * diff --git a/languages/cpp/pcsimporter/qtimporter/settingsdialog.h b/languages/cpp/pcsimporter/qtimporter/settingsdialog.h index b58ebaa0..32065973 100644 --- a/languages/cpp/pcsimporter/qtimporter/settingsdialog.h +++ b/languages/cpp/pcsimporter/qtimporter/settingsdialog.h @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2003 by Roberto Raggi * - * roberto@tdevelop.org * + * roberto@kdevelop.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/cpp/pcsimporter/tdelibsimporter/kdevtdelibsimporter.cpp b/languages/cpp/pcsimporter/tdelibsimporter/kdevtdelibsimporter.cpp index 8371992f..d3f5795b 100644 --- a/languages/cpp/pcsimporter/tdelibsimporter/kdevtdelibsimporter.cpp +++ b/languages/cpp/pcsimporter/tdelibsimporter/kdevtdelibsimporter.cpp @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2003 by Roberto Raggi * -* roberto@tdevelop.org * +* roberto@kdevelop.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/cpp/pcsimporter/tdelibsimporter/kdevtdelibsimporter.h b/languages/cpp/pcsimporter/tdelibsimporter/kdevtdelibsimporter.h index fb1c262c..14fb7cff 100644 --- a/languages/cpp/pcsimporter/tdelibsimporter/kdevtdelibsimporter.h +++ b/languages/cpp/pcsimporter/tdelibsimporter/kdevtdelibsimporter.h @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2003 by Roberto Raggi * - * roberto@tdevelop.org * + * roberto@kdevelop.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/cpp/pcsimporter/tdelibsimporter/settingsdialog.cpp b/languages/cpp/pcsimporter/tdelibsimporter/settingsdialog.cpp index b1d84440..5953d08e 100644 --- a/languages/cpp/pcsimporter/tdelibsimporter/settingsdialog.cpp +++ b/languages/cpp/pcsimporter/tdelibsimporter/settingsdialog.cpp @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2003 by Roberto Raggi * -* roberto@tdevelop.org * +* roberto@kdevelop.org * * * * Copyright (C) 2006 by Jens Dagerbo * * jens.dagerbo@swipnet.se * diff --git a/languages/cpp/pcsimporter/tdelibsimporter/settingsdialog.h b/languages/cpp/pcsimporter/tdelibsimporter/settingsdialog.h index 9750c8c3..adcd182a 100644 --- a/languages/cpp/pcsimporter/tdelibsimporter/settingsdialog.h +++ b/languages/cpp/pcsimporter/tdelibsimporter/settingsdialog.h @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2003 by Roberto Raggi * - * roberto@tdevelop.org * + * roberto@kdevelop.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/cpp/problemreporter.cpp b/languages/cpp/problemreporter.cpp index 8696f891..eed7a5b6 100644 --- a/languages/cpp/problemreporter.cpp +++ b/languages/cpp/problemreporter.cpp @@ -1,5 +1,5 @@ /* - Copyright (C) 2002 by Roberto Raggi <roberto@tdevelop.org> + Copyright (C) 2002 by Roberto Raggi <roberto@kdevelop.org> This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public diff --git a/languages/cpp/problemreporter.h b/languages/cpp/problemreporter.h index db88d7a9..4d14a9ca 100644 --- a/languages/cpp/problemreporter.h +++ b/languages/cpp/problemreporter.h @@ -1,5 +1,5 @@ /* - Copyright (C) 2002 by Roberto Raggi <roberto@tdevelop.org> + Copyright (C) 2002 by Roberto Raggi <roberto@kdevelop.org> This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public diff --git a/languages/cpp/qtdesignercppintegration.cpp b/languages/cpp/qtdesignercppintegration.cpp index 2354b67d..db6df895 100644 --- a/languages/cpp/qtdesignercppintegration.cpp +++ b/languages/cpp/qtdesignercppintegration.cpp @@ -1,7 +1,7 @@ /*************************************************************************** * Copyright (C) 2004 by Alexander Dymo * * adymo@mksat.net * -* Portions Copyright (C) 2003 Roberto Raggi (roberto@tdevelop.org) * +* Portions Copyright (C) 2003 Roberto Raggi (roberto@kdevelop.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/cpp/simplecontext.cpp b/languages/cpp/simplecontext.cpp index 5cb3f8d9..225bfc84 100644 --- a/languages/cpp/simplecontext.cpp +++ b/languages/cpp/simplecontext.cpp @@ -3,11 +3,11 @@ copyright : (C) 2001 by Victor R�er email : victor_roeder@gmx.de copyright : (C) 2002,2003 by Roberto Raggi - email : roberto@tdevelop.org + email : roberto@kdevelop.org copyright : (C) 2005 by Adam Treat email : manyoso@yahoo.com copyright : (C) 2006 by David Nolden - email : david.nolden.tdevelop@art-master.de + email : david.nolden.kdevelop@art-master.de ***************************************************************************/ /*************************************************************************** diff --git a/languages/cpp/simplecontext.h b/languages/cpp/simplecontext.h index 593e41a8..a0075554 100644 --- a/languages/cpp/simplecontext.h +++ b/languages/cpp/simplecontext.h @@ -3,11 +3,11 @@ copyright : (C) 2001 by Victor R�er email : victor_roeder@gmx.de copyright : (C) 2002,2003 by Roberto Raggi - email : roberto@tdevelop.org + email : roberto@kdevelop.org copyright : (C) 2005 by Adam Treat email : manyoso@yahoo.com copyright : (C) 2006 by David Nolden - email : david.nolden.tdevelop@art-master.de + email : david.nolden.kdevelop@art-master.de ***************************************************************************/ /*************************************************************************** diff --git a/languages/cpp/store_walker.cpp b/languages/cpp/store_walker.cpp index 9a15d569..8b13b808 100644 --- a/languages/cpp/store_walker.cpp +++ b/languages/cpp/store_walker.cpp @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2003 by Roberto Raggi * -* roberto@tdevelop.org * +* roberto@kdevelop.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/cpp/store_walker.h b/languages/cpp/store_walker.h index 9251aedf..1e646d79 100644 --- a/languages/cpp/store_walker.h +++ b/languages/cpp/store_walker.h @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2003 by Roberto Raggi * -* roberto@tdevelop.org * +* roberto@kdevelop.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/cpp/storeconverter.cpp b/languages/cpp/storeconverter.cpp index 78630219..6ad55925 100644 --- a/languages/cpp/storeconverter.cpp +++ b/languages/cpp/storeconverter.cpp @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2003-2004 by Alexander Dymo * -* adymo@tdevelop.org * +* adymo@kdevelop.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/cpp/storeconverter.h b/languages/cpp/storeconverter.h index d6907608..1aa48e6b 100644 --- a/languages/cpp/storeconverter.h +++ b/languages/cpp/storeconverter.h @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2003-2004 by Alexander Dymo * -* adymo@tdevelop.org * +* adymo@kdevelop.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/cpp/tag_creator.cpp b/languages/cpp/tag_creator.cpp index 011b9f95..16876219 100644 --- a/languages/cpp/tag_creator.cpp +++ b/languages/cpp/tag_creator.cpp @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2003 by Roberto Raggi * - * roberto@tdevelop.org * + * roberto@kdevelop.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/cpp/tag_creator.h b/languages/cpp/tag_creator.h index 2bca5fde..425d7135 100644 --- a/languages/cpp/tag_creator.h +++ b/languages/cpp/tag_creator.h @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2003 by Roberto Raggi * -* roberto@tdevelop.org * +* roberto@kdevelop.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/csharp/Makefile.am b/languages/csharp/Makefile.am index d04f1481..75ba9513 100644 --- a/languages/csharp/Makefile.am +++ b/languages/csharp/Makefile.am @@ -13,7 +13,7 @@ libkdevcsharpsupport_la_LIBADD = $(top_builddir)/lib/libtdevelop.la libkdevcsharpsupport_la_SOURCES = csharpsupportpart.cpp csharpconfigwidget.cpp csharpconfigwidgetbase.ui tdeio_csharpdoc_la_SOURCES = csharpdoc.cpp -tdeio_csharpdoc_la_LIBADD = $(LIB_KIO) +tdeio_csharpdoc_la_LIBADD = $(LIB_TDEIO) tdeio_csharpdoc_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN) METASOURCES = AUTO diff --git a/languages/csharp/README.dox b/languages/csharp/README.dox index 130d7104..6d256b08 100644 --- a/languages/csharp/README.dox +++ b/languages/csharp/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 tdevelop.org">Bernd Gehrmann</a> +\authors <a href="mailto:bernd AT kdevelop.org">Bernd Gehrmann</a> \authors <a href="mailto:willems.luc AT pandora.be">Luc Willems</a> \maintainer <a href="mailto:willems.luc AT pandora.be">Luc Willems</a> diff --git a/languages/csharp/csharpconfigwidget.cpp b/languages/csharp/csharpconfigwidget.cpp index adc7e0c5..620f7881 100644 --- a/languages/csharp/csharpconfigwidget.cpp +++ b/languages/csharp/csharpconfigwidget.cpp @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2002 by Bernd Gehrmann * - * bernd@tdevelop.org * + * bernd@kdevelop.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/csharp/csharpconfigwidget.h b/languages/csharp/csharpconfigwidget.h index d8dab4c2..d5a348c4 100644 --- a/languages/csharp/csharpconfigwidget.h +++ b/languages/csharp/csharpconfigwidget.h @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2002 by Bernd Gehrmann * - * bernd@tdevelop.org * + * bernd@kdevelop.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/csharp/csharpsupportpart.cpp b/languages/csharp/csharpsupportpart.cpp index 9c124167..154ff911 100644 --- a/languages/csharp/csharpsupportpart.cpp +++ b/languages/csharp/csharpsupportpart.cpp @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2001-2002 by Bernd Gehrmann * - * bernd@tdevelop.org * + * bernd@kdevelop.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/csharp/csharpsupportpart.h b/languages/csharp/csharpsupportpart.h index 31193322..18e5a663 100644 --- a/languages/csharp/csharpsupportpart.h +++ b/languages/csharp/csharpsupportpart.h @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2001-2002 by Bernd Gehrmann * - * bernd@tdevelop.org * + * bernd@kdevelop.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/README.dox b/languages/fortran/README.dox index 0566587c..65a4e645 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 tdevelop.org">Bernd Gehrmann</a> +\authors <a href="mailto:bernd AT kdevelop.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/compiler/pgioptions/pgioptionsfactory.cpp b/languages/fortran/compiler/pgioptions/pgioptionsfactory.cpp index eb9aeb2e..6e019589 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@tdevelop.org * + * bernd@kdevelop.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 d8947476..09340c6c 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@tdevelop.org * + * bernd@kdevelop.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 7d87387f..29301c36 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@tdevelop.org * + * bernd@kdevelop.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 819a6b6e..d5d80892 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@tdevelop.org * + * bernd@kdevelop.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.cpp b/languages/fortran/fixedformparser.cpp index 3ae94319..312d811e 100644 --- a/languages/fortran/fixedformparser.cpp +++ b/languages/fortran/fixedformparser.cpp @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2001 by Bernd Gehrmann * - * bernd@tdevelop.org * + * bernd@kdevelop.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 84d1e16b..f219e5ca 100644 --- a/languages/fortran/fixedformparser.h +++ b/languages/fortran/fixedformparser.h @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2001 by Bernd Gehrmann * - * bernd@tdevelop.org * + * bernd@kdevelop.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 d2b252e1..4f749ed3 100644 --- a/languages/fortran/fortransupportpart.cpp +++ b/languages/fortran/fortransupportpart.cpp @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2001 by Bernd Gehrmann * - * bernd@tdevelop.org * + * bernd@kdevelop.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.h b/languages/fortran/fortransupportpart.h index 69f726de..7ed0f122 100644 --- a/languages/fortran/fortransupportpart.h +++ b/languages/fortran/fortransupportpart.h @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2001 by Bernd Gehrmann * - * bernd@tdevelop.org * + * bernd@kdevelop.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 6381950a..156e77d1 100644 --- a/languages/fortran/ftnchekconfigwidget.cpp +++ b/languages/fortran/ftnchekconfigwidget.cpp @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2001 by Bernd Gehrmann * - * bernd@tdevelop.org * + * bernd@kdevelop.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 786701ce..492dfa94 100644 --- a/languages/fortran/ftnchekconfigwidget.h +++ b/languages/fortran/ftnchekconfigwidget.h @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2001 by Bernd Gehrmann * - * bernd@tdevelop.org * + * bernd@kdevelop.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/java/README.dox b/languages/java/README.dox index 7050482e..47f1f5f1 100644 --- a/languages/java/README.dox +++ b/languages/java/README.dox @@ -7,10 +7,10 @@ over several lines. You can even use some html commands in these lines like: and images. \authors <a href="mailto:jonas.nordin AT syncom.se">Jonas Nordin</a> Copyright (C) 1999 -\authors <a href="mailto:bernd AT tdevelop.org">Bernd Gehrmann</a> Copyright (C) 2000-2001 -\authors <a href="mailto:roberto AT tdevelop.org">Roberto Raggi</a> Copyright (C) 2002-2003 +\authors <a href="mailto:bernd AT kdevelop.org">Bernd Gehrmann</a> Copyright (C) 2000-2001 +\authors <a href="mailto:roberto AT kdevelop.org">Roberto Raggi</a> Copyright (C) 2002-2003 -\maintainer <a href="mailto:roberto AT tdevelop.org">Roberto Raggi</a> Copyright (C) 2002-2003 +\maintainer <a href="mailto:roberto AT kdevelop.org">Roberto Raggi</a> Copyright (C) 2002-2003 \feature Java language support \feature Consult \ref LangSupportStatus for a up to date features/status of this programming language support part. diff --git a/languages/java/backgroundparser.cpp b/languages/java/backgroundparser.cpp index 707ec24d..d6a034e4 100644 --- a/languages/java/backgroundparser.cpp +++ b/languages/java/backgroundparser.cpp @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2002 by Roberto Raggi * - * roberto@tdevelop.org * + * roberto@kdevelop.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/java/backgroundparser.h b/languages/java/backgroundparser.h index 67bf1120..fee2bc78 100644 --- a/languages/java/backgroundparser.h +++ b/languages/java/backgroundparser.h @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2002 by Roberto Raggi * - * roberto@tdevelop.org * + * roberto@kdevelop.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/java/driver.cpp b/languages/java/driver.cpp index b3f877c6..c22bc9ce 100644 --- a/languages/java/driver.cpp +++ b/languages/java/driver.cpp @@ -1,5 +1,5 @@ /* This file is part of TDevelop - Copyright (C) 2002,2003 Roberto Raggi <roberto@tdevelop.org> + Copyright (C) 2002,2003 Roberto Raggi <roberto@kdevelop.org> This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public diff --git a/languages/java/driver.h b/languages/java/driver.h index 95b4957f..def7e400 100644 --- a/languages/java/driver.h +++ b/languages/java/driver.h @@ -1,5 +1,5 @@ /* This file is part of TDevelop - Copyright (C) 2002,2003 Roberto Raggi <roberto@tdevelop.org> + Copyright (C) 2002,2003 Roberto Raggi <roberto@kdevelop.org> This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public diff --git a/languages/java/java.store.g b/languages/java/java.store.g index 6930c8d1..b69b7323 100644 --- a/languages/java/java.store.g +++ b/languages/java/java.store.g @@ -1,4 +1,4 @@ -// KDevelop support by Roberto Raggi (roberto@tdevelop.org) +// KDevelop support by Roberto Raggi (roberto@kdevelop.org) header "pre_include_hpp" { #include <codemodel.h> diff --git a/languages/java/javasupport_events.h b/languages/java/javasupport_events.h index e1ce433e..36cda51b 100644 --- a/languages/java/javasupport_events.h +++ b/languages/java/javasupport_events.h @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2003 by Roberto Raggi * - * roberto@tdevelop.org * + * roberto@kdevelop.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/java/javasupport_utils.h b/languages/java/javasupport_utils.h index 8cbedb14..ad380966 100644 --- a/languages/java/javasupport_utils.h +++ b/languages/java/javasupport_utils.h @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2003 by Roberto Raggi * - * roberto@tdevelop.org * + * roberto@kdevelop.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/java/javasupportfactory.cpp b/languages/java/javasupportfactory.cpp index 7aac989e..94e435f2 100644 --- a/languages/java/javasupportfactory.cpp +++ b/languages/java/javasupportfactory.cpp @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2000-2001 by Bernd Gehrmann * - * bernd@tdevelop.org * + * bernd@kdevelop.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/java/javasupportfactory.h b/languages/java/javasupportfactory.h index 785d7fea..e5ae52b4 100644 --- a/languages/java/javasupportfactory.h +++ b/languages/java/javasupportfactory.h @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2000-2001 by Bernd Gehrmann * - * bernd@tdevelop.org * + * bernd@kdevelop.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/java/javasupportpart.cpp b/languages/java/javasupportpart.cpp index 2b5daf11..63b174fc 100644 --- a/languages/java/javasupportpart.cpp +++ b/languages/java/javasupportpart.cpp @@ -2,9 +2,9 @@ * Copyright (C) 1999 by Jonas Nordin * * jonas.nordin@syncom.se * * Copyright (C) 2000-2001 by Bernd Gehrmann * - * bernd@tdevelop.org * + * bernd@kdevelop.org * * Copyright (C) 2002-2003 by Roberto Raggi * - * roberto@tdevelop.org * + * roberto@kdevelop.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/java/javasupportpart.h b/languages/java/javasupportpart.h index b71ca95c..a69e3524 100644 --- a/languages/java/javasupportpart.h +++ b/languages/java/javasupportpart.h @@ -2,9 +2,9 @@ * Copyright (C) 1999 by Jonas Nordin * * jonas.nordin@syncom.se * * Copyright (C) 2000-2001 by Bernd Gehrmann * - * bernd@tdevelop.org * + * bernd@kdevelop.org * * Copyright (C) 2002-2003 by Roberto Raggi * - * roberto@tdevelop.org * + * roberto@kdevelop.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/java/problemreporter.cpp b/languages/java/problemreporter.cpp index 72e1f83f..4d4f47af 100644 --- a/languages/java/problemreporter.cpp +++ b/languages/java/problemreporter.cpp @@ -1,5 +1,5 @@ /* - Copyright (C) 2002 by Roberto Raggi <roberto@tdevelop.org> + Copyright (C) 2002 by Roberto Raggi <roberto@kdevelop.org> This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public diff --git a/languages/java/problemreporter.h b/languages/java/problemreporter.h index 40f2e279..a70d81c6 100644 --- a/languages/java/problemreporter.h +++ b/languages/java/problemreporter.h @@ -1,5 +1,5 @@ /* - Copyright (C) 2002 by Roberto Raggi <roberto@tdevelop.org> + Copyright (C) 2002 by Roberto Raggi <roberto@kdevelop.org> This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public diff --git a/languages/lib/debugger/Makefile.am b/languages/lib/debugger/Makefile.am index 326f9805..fc8923aa 100644 --- a/languages/lib/debugger/Makefile.am +++ b/languages/lib/debugger/Makefile.am @@ -2,7 +2,7 @@ INCLUDES = -I$(top_srcdir)/lib/interfaces $(all_includes) METASOURCES = AUTO lib_LTLIBRARIES = liblang_debugger.la liblang_debugger_la_LDFLAGS = $(all_libraries) -liblang_debugger_la_LIBADD = $(LIB_QT) $(LIB_TDECORE) $(LIB_KPARTS) -ltdetexteditor +liblang_debugger_la_LIBADD = $(LIB_QT) $(LIB_TDECORE) $(LIB_TDEPARTS) -ltdetexteditor liblang_debugger_la_SOURCES = kdevdebugger.cpp debugger.cpp langincludedirdir = $(includedir)/tdevelop/languages/debugger langincludedir_HEADERS = debugger.h kdevdebugger.h diff --git a/languages/lib/designer_integration/implementationwidget.cpp b/languages/lib/designer_integration/implementationwidget.cpp index be228352..bdca4558 100644 --- a/languages/lib/designer_integration/implementationwidget.cpp +++ b/languages/lib/designer_integration/implementationwidget.cpp @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2004 by Alexander Dymo * - * adymo@tdevelop.org * + * adymo@kdevelop.org * * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU Library General Public License as * diff --git a/languages/lib/designer_integration/implementationwidget.h b/languages/lib/designer_integration/implementationwidget.h index dcdd820c..3dd53763 100644 --- a/languages/lib/designer_integration/implementationwidget.h +++ b/languages/lib/designer_integration/implementationwidget.h @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2004 by Alexander Dymo * - * adymo@tdevelop.org * + * adymo@kdevelop.org * * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU Library General Public License as * diff --git a/languages/lib/designer_integration/qtdesignerintegration.cpp b/languages/lib/designer_integration/qtdesignerintegration.cpp index c7495949..26912ba1 100644 --- a/languages/lib/designer_integration/qtdesignerintegration.cpp +++ b/languages/lib/designer_integration/qtdesignerintegration.cpp @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2004 by Alexander Dymo * - * adymo@tdevelop.org * + * adymo@kdevelop.org * * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU Library General Public License as * diff --git a/languages/lib/designer_integration/qtdesignerintegration.h b/languages/lib/designer_integration/qtdesignerintegration.h index d3f4ca8f..f76eecba 100644 --- a/languages/lib/designer_integration/qtdesignerintegration.h +++ b/languages/lib/designer_integration/qtdesignerintegration.h @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2004 by Alexander Dymo * - * adymo@tdevelop.org * + * adymo@kdevelop.org * * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU Library General Public License as * diff --git a/languages/lib/interfaces/kdevpcsimporter.cpp b/languages/lib/interfaces/kdevpcsimporter.cpp index ac84d7e8..166cc862 100644 --- a/languages/lib/interfaces/kdevpcsimporter.cpp +++ b/languages/lib/interfaces/kdevpcsimporter.cpp @@ -1,5 +1,5 @@ /* This file is part of TDevelop - Copyright (C) 2003 Roberto Raggi <roberto@tdevelop.org> + Copyright (C) 2003 Roberto Raggi <roberto@kdevelop.org> This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public diff --git a/languages/lib/interfaces/kdevpcsimporter.h b/languages/lib/interfaces/kdevpcsimporter.h index 556e9db2..870865cb 100644 --- a/languages/lib/interfaces/kdevpcsimporter.h +++ b/languages/lib/interfaces/kdevpcsimporter.h @@ -1,5 +1,5 @@ /* This file is part of TDevelop - Copyright (C) 2003 Roberto Raggi <roberto@tdevelop.org> + Copyright (C) 2003 Roberto Raggi <roberto@kdevelop.org> This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public diff --git a/languages/pascal/backgroundparser.cpp b/languages/pascal/backgroundparser.cpp index f5f159a6..ff202374 100644 --- a/languages/pascal/backgroundparser.cpp +++ b/languages/pascal/backgroundparser.cpp @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2002 by Roberto Raggi * - * roberto@tdevelop.org * + * roberto@kdevelop.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/pascal/backgroundparser.h b/languages/pascal/backgroundparser.h index 6fd8a71e..170b3073 100644 --- a/languages/pascal/backgroundparser.h +++ b/languages/pascal/backgroundparser.h @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2002 by Roberto Raggi * - * roberto@tdevelop.org * + * roberto@kdevelop.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/pascal/problemreporter.cpp b/languages/pascal/problemreporter.cpp index 89638cec..2b477063 100644 --- a/languages/pascal/problemreporter.cpp +++ b/languages/pascal/problemreporter.cpp @@ -1,5 +1,5 @@ /* - Copyright (C) 2002 by Roberto Raggi <roberto@tdevelop.org> + Copyright (C) 2002 by Roberto Raggi <roberto@kdevelop.org> This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public diff --git a/languages/pascal/problemreporter.h b/languages/pascal/problemreporter.h index b6311d7e..e329f2fe 100644 --- a/languages/pascal/problemreporter.h +++ b/languages/pascal/problemreporter.h @@ -1,5 +1,5 @@ /* - Copyright (C) 2002 by Roberto Raggi <roberto@tdevelop.org> + Copyright (C) 2002 by Roberto Raggi <roberto@kdevelop.org> This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public diff --git a/languages/perl/Makefile.am b/languages/perl/Makefile.am index bf8f9388..fcedfa23 100644 --- a/languages/perl/Makefile.am +++ b/languages/perl/Makefile.am @@ -13,7 +13,7 @@ libkdevperlsupport_la_LIBADD = $(top_builddir)/lib/libtdevelop.la libkdevperlsupport_la_SOURCES = perlparser.cpp perlsupportpart.cpp perlconfigwidget.cpp perlconfigwidgetbase.ui tdeio_perldoc_la_SOURCES = perldoc.cpp -tdeio_perldoc_la_LIBADD = $(LIB_KIO) +tdeio_perldoc_la_LIBADD = $(LIB_TDEIO) tdeio_perldoc_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN) METASOURCES = AUTO diff --git a/languages/perl/README.dox b/languages/perl/README.dox index 33020853..f8608a41 100644 --- a/languages/perl/README.dox +++ b/languages/perl/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 tdevelop.org">Bernd Gehrmann</a> +\authors <a href="mailto:bernd AT kdevelop.org">Bernd Gehrmann</a> \authors <a href="mailto:willems.luc AT pandora.be">Luc Willems</a> \maintainer <a href="mailto:willems.luc AT pandora.be">Luc Willems</a> diff --git a/languages/perl/perlconfigwidget.cpp b/languages/perl/perlconfigwidget.cpp index d09d9793..e41def0c 100644 --- a/languages/perl/perlconfigwidget.cpp +++ b/languages/perl/perlconfigwidget.cpp @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2002 by Bernd Gehrmann * - * bernd@tdevelop.org * + * bernd@kdevelop.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/perl/perlconfigwidget.h b/languages/perl/perlconfigwidget.h index a4702698..743bd1bc 100644 --- a/languages/perl/perlconfigwidget.h +++ b/languages/perl/perlconfigwidget.h @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2002 by Bernd Gehrmann * - * bernd@tdevelop.org * + * bernd@kdevelop.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/perl/perlsupportpart.cpp b/languages/perl/perlsupportpart.cpp index a5ee0c0f..c8379c77 100644 --- a/languages/perl/perlsupportpart.cpp +++ b/languages/perl/perlsupportpart.cpp @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2001-2002 by Bernd Gehrmann * - * bernd@tdevelop.org * + * bernd@kdevelop.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/perl/perlsupportpart.h b/languages/perl/perlsupportpart.h index c06eec55..00c6bc69 100644 --- a/languages/perl/perlsupportpart.h +++ b/languages/perl/perlsupportpart.h @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2001-2002 by Bernd Gehrmann * - * bernd@tdevelop.org * + * bernd@kdevelop.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/php/README.dox b/languages/php/README.dox index f388a3c6..7c4c528b 100644 --- a/languages/php/README.dox +++ b/languages/php/README.dox @@ -7,10 +7,10 @@ develop php script for web or php script for shell. It's support checking of your script with problems report and also parse all include files from your script. -\authors <a href="mailto:smeier AT tdevelop.org">Sandy Meier</a> +\authors <a href="mailto:smeier AT kdevelop.org">Sandy Meier</a> \authors <a href="mailto:n.escuder AT intra-links.com">Escuder Nicolas</a> -\maintainer <a href="mailto:smeier AT tdevelop.org">Sandy Meier</a> +\maintainer <a href="mailto:smeier AT kdevelop.org">Sandy Meier</a> \maintainer <a href="mailto:n.escuder AT intra-links.com">Escuder Nicolas</a> \feature PHP language support diff --git a/languages/php/phpcodecompletion.cpp b/languages/php/phpcodecompletion.cpp index eec46473..af301000 100644 --- a/languages/php/phpcodecompletion.cpp +++ b/languages/php/phpcodecompletion.cpp @@ -1,6 +1,6 @@ /* Copyright (C) 2005 by Nicolas Escuder <n.escuder@intra-links.com> - Copyright (C) 2001 by smeier@tdevelop.org + Copyright (C) 2001 by smeier@kdevelop.org This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public diff --git a/languages/php/phpcodecompletion.h b/languages/php/phpcodecompletion.h index 0874430e..65905878 100644 --- a/languages/php/phpcodecompletion.h +++ b/languages/php/phpcodecompletion.h @@ -1,6 +1,6 @@ /* Copyright (C) 2005 by Nicolas Escuder <n.escuder@intra-links.com> - Copyright (C) 2001 by smeier@tdevelop.org + Copyright (C) 2001 by smeier@kdevelop.org This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public diff --git a/languages/php/phpconfigdata.cpp b/languages/php/phpconfigdata.cpp index 51ab5982..9c89f7db 100644 --- a/languages/php/phpconfigdata.cpp +++ b/languages/php/phpconfigdata.cpp @@ -1,6 +1,6 @@ /* Copyright (C) 2005 by Nicolas Escuder <n.escuder@intra-links.com> - Copyright (C) 2001 by smeier@tdevelop.org + Copyright (C) 2001 by smeier@kdevelop.org This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public diff --git a/languages/php/phpconfigdata.h b/languages/php/phpconfigdata.h index ab434e5a..40cf07f8 100644 --- a/languages/php/phpconfigdata.h +++ b/languages/php/phpconfigdata.h @@ -1,6 +1,6 @@ /* Copyright (C) 2005 by Nicolas Escuder <n.escuder@intra-links.com> - Copyright (C) 2001 by smeier@tdevelop.org + Copyright (C) 2001 by smeier@kdevelop.org This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public diff --git a/languages/php/phperrorview.cpp b/languages/php/phperrorview.cpp index 156595c7..9af14b0d 100644 --- a/languages/php/phperrorview.cpp +++ b/languages/php/phperrorview.cpp @@ -1,5 +1,5 @@ /* - Copyright (C) 2002 by Roberto Raggi <roberto@tdevelop.org> + Copyright (C) 2002 by Roberto Raggi <roberto@kdevelop.org> Copyright (C) 2005 by Nicolas Escuder <n.escuder@intra-links.com> This library is free software; you can redistribute it and/or diff --git a/languages/php/phperrorview.h b/languages/php/phperrorview.h index 3436465b..ced798a6 100644 --- a/languages/php/phperrorview.h +++ b/languages/php/phperrorview.h @@ -1,5 +1,5 @@ /* - Copyright (C) 2002 by Roberto Raggi <roberto@tdevelop.org> + Copyright (C) 2002 by Roberto Raggi <roberto@kdevelop.org> Copyright (C) 2005 by Nicolas Escuder <n.escuder@intra-links.com> This library is free software; you can redistribute it and/or diff --git a/languages/php/phpnewclassdlg.cpp b/languages/php/phpnewclassdlg.cpp index e97147cc..061bb956 100644 --- a/languages/php/phpnewclassdlg.cpp +++ b/languages/php/phpnewclassdlg.cpp @@ -3,7 +3,7 @@ ------------------- begin : Sat Aug 11 2001 copyright : (C) 2001 by Sandy Meier - email : smeier@tdevelop.org + email : smeier@kdevelop.org ***************************************************************************/ /*************************************************************************** diff --git a/languages/php/phpnewclassdlg.h b/languages/php/phpnewclassdlg.h index 1d7060e0..91c832e4 100644 --- a/languages/php/phpnewclassdlg.h +++ b/languages/php/phpnewclassdlg.h @@ -3,7 +3,7 @@ ------------------- begin : Sat Aug 11 2001 copyright : (C) 2001 by Sandy Meier - email : smeier@tdevelop.org + email : smeier@kdevelop.org ***************************************************************************/ /*************************************************************************** diff --git a/languages/php/phpsupport_event.h b/languages/php/phpsupport_event.h index 17d935a9..28713efb 100644 --- a/languages/php/phpsupport_event.h +++ b/languages/php/phpsupport_event.h @@ -1,5 +1,5 @@ /* - Copyright (C) 2003 by Roberto Raggi <roberto@tdevelop.org> + Copyright (C) 2003 by Roberto Raggi <roberto@kdevelop.org> Copyright (C) 2005 by Nicolas Escuder <n.escuder@intra-links.com> This library is free software; you can redistribute it and/or diff --git a/languages/php/phpsupportpart.cpp b/languages/php/phpsupportpart.cpp index d25afffd..4f764f1f 100644 --- a/languages/php/phpsupportpart.cpp +++ b/languages/php/phpsupportpart.cpp @@ -1,6 +1,6 @@ /* Copyright (C) 2005 by Nicolas Escuder <n.escuder@intra-links.com> - Copyright (C) 2001 by smeier@tdevelop.org + Copyright (C) 2001 by smeier@kdevelop.org This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public diff --git a/languages/php/phpsupportpart.h b/languages/php/phpsupportpart.h index ac4ca8dc..4dca877b 100644 --- a/languages/php/phpsupportpart.h +++ b/languages/php/phpsupportpart.h @@ -1,6 +1,6 @@ /* Copyright (C) 2005 by Nicolas Escuder <n.escuder@intra-links.com> - Copyright (C) 2001 by smeier@tdevelop.org + Copyright (C) 2001 by smeier@kdevelop.org This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public diff --git a/languages/python/Makefile.am b/languages/python/Makefile.am index 4b8da707..feef469d 100644 --- a/languages/python/Makefile.am +++ b/languages/python/Makefile.am @@ -16,7 +16,7 @@ libkdevpythonsupport_la_SOURCES = pythonsupportpart.cpp pythonconfigwidget.cpp p pythonimplementationwidget.cpp qtdesignerpythonintegration.cpp tdeio_pydoc_la_SOURCES = pydoc.cpp -tdeio_pydoc_la_LIBADD = $(LIB_KIO) +tdeio_pydoc_la_LIBADD = $(LIB_TDEIO) tdeio_pydoc_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN) METASOURCES = AUTO diff --git a/languages/python/README.dox b/languages/python/README.dox index 1d5f55c9..77d0f44c 100644 --- a/languages/python/README.dox +++ b/languages/python/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 tdevelop.org">Bernd Gehrmann</a> +\authors <a href="mailto:bernd AT kdevelop.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/python/pythonconfigwidget.cpp b/languages/python/pythonconfigwidget.cpp index 09fc00ac..29103705 100644 --- a/languages/python/pythonconfigwidget.cpp +++ b/languages/python/pythonconfigwidget.cpp @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2002 by Bernd Gehrmann * - * bernd@tdevelop.org * + * bernd@kdevelop.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/python/pythonconfigwidget.h b/languages/python/pythonconfigwidget.h index 3d6cbd81..ceb395d9 100644 --- a/languages/python/pythonconfigwidget.h +++ b/languages/python/pythonconfigwidget.h @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2002 by Bernd Gehrmann * - * bernd@tdevelop.org * + * bernd@kdevelop.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/python/pythonimplementationwidget.cpp b/languages/python/pythonimplementationwidget.cpp index ad8d0157..de351b8e 100644 --- a/languages/python/pythonimplementationwidget.cpp +++ b/languages/python/pythonimplementationwidget.cpp @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2005 by Alexander Dymo * - * adymo@tdevelop.org * + * adymo@kdevelop.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/python/pythonimplementationwidget.h b/languages/python/pythonimplementationwidget.h index 2418a3fc..c8e1cbde 100644 --- a/languages/python/pythonimplementationwidget.h +++ b/languages/python/pythonimplementationwidget.h @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2005 by Alexander Dymo * - * adymo@tdevelop.org * + * adymo@kdevelop.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/python/pythonsupportpart.cpp b/languages/python/pythonsupportpart.cpp index 4301a3f4..1f2c7b87 100644 --- a/languages/python/pythonsupportpart.cpp +++ b/languages/python/pythonsupportpart.cpp @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2001-2002 by Bernd Gehrmann * - * bernd@tdevelop.org * + * bernd@kdevelop.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/python/pythonsupportpart.h b/languages/python/pythonsupportpart.h index e787f44d..c60a2eb3 100644 --- a/languages/python/pythonsupportpart.h +++ b/languages/python/pythonsupportpart.h @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2001-2002 by Bernd Gehrmann * - * bernd@tdevelop.org * + * bernd@kdevelop.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/python/qtdesignerpythonintegration.cpp b/languages/python/qtdesignerpythonintegration.cpp index cb905f29..c1627f18 100644 --- a/languages/python/qtdesignerpythonintegration.cpp +++ b/languages/python/qtdesignerpythonintegration.cpp @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2005 by Alexander Dymo * - * adymo@tdevelop.org * + * adymo@kdevelop.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/python/qtdesignerpythonintegration.h b/languages/python/qtdesignerpythonintegration.h index 4eb1aa01..8b171f17 100644 --- a/languages/python/qtdesignerpythonintegration.h +++ b/languages/python/qtdesignerpythonintegration.h @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2005 by Alexander Dymo * - * adymo@tdevelop.org * + * adymo@kdevelop.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/ruby/app_templates/dcopservice/src-Makefile.am b/languages/ruby/app_templates/dcopservice/src-Makefile.am index 220c58e3..48530b36 100644 --- a/languages/ruby/app_templates/dcopservice/src-Makefile.am +++ b/languages/ruby/app_templates/dcopservice/src-Makefile.am @@ -2,7 +2,7 @@ INCLUDES = $(all_includes) -I$(RUBY_ARCHDIR) bin_PROGRAMS = %{APPNAMELC} %{APPNAMELC}_LDFLAGS = $(all_libraries) $(KDE_RPATH) -L$(RUBY_LIBDIR) -%{APPNAMELC}_LDADD = $(LIB_KIO) $(RUBY_LIBRUBYARG) +%{APPNAMELC}_LDADD = $(LIB_TDEIO) $(RUBY_LIBRUBYARG) %{APPNAMELC}_SOURCES = %{APPNAMELC}.cpp METASOURCES = AUTO diff --git a/languages/ruby/debugger/breakpoint.cpp b/languages/ruby/debugger/breakpoint.cpp index cdffc0cf..358a6715 100644 --- a/languages/ruby/debugger/breakpoint.cpp +++ b/languages/ruby/debugger/breakpoint.cpp @@ -1,7 +1,7 @@ /*************************************************************************** begin : Tue May 13 2003 copyright : (C) 2003 by John Birch - email : jbb@tdevelop.org + email : jbb@kdevelop.org Adapted for ruby debugging -------------------------- diff --git a/languages/ruby/debugger/breakpoint.h b/languages/ruby/debugger/breakpoint.h index 77daf5b7..860586c4 100644 --- a/languages/ruby/debugger/breakpoint.h +++ b/languages/ruby/debugger/breakpoint.h @@ -1,7 +1,7 @@ /*************************************************************************** begin : Tue May 13 2003 copyright : (C) 2003 by John Birch - email : jbb@tdevelop.org + email : jbb@kdevelop.org Adapted for ruby debugging -------------------------- diff --git a/languages/ruby/debugger/dbgcommand.cpp b/languages/ruby/debugger/dbgcommand.cpp index 87308152..7d958091 100644 --- a/languages/ruby/debugger/dbgcommand.cpp +++ b/languages/ruby/debugger/dbgcommand.cpp @@ -1,7 +1,7 @@ /*************************************************************************** begin : Sun Aug 8 1999 copyright : (C) 1999 by John Birch - email : jbb@tdevelop.org + email : jbb@kdevelop.org Adapted for ruby debugging -------------------------- diff --git a/languages/ruby/debugger/dbgcommand.h b/languages/ruby/debugger/dbgcommand.h index ccccc2a3..6cea2afb 100644 --- a/languages/ruby/debugger/dbgcommand.h +++ b/languages/ruby/debugger/dbgcommand.h @@ -1,7 +1,7 @@ /*************************************************************************** begin : Sun Aug 8 1999 copyright : (C) 1999 by John Birch - email : jbb@tdevelop.org + email : jbb@kdevelop.org Adapted for ruby debugging -------------------------- diff --git a/languages/ruby/debugger/dbgcontroller.cpp b/languages/ruby/debugger/dbgcontroller.cpp index 57eb4f5f..7ee560b7 100644 --- a/languages/ruby/debugger/dbgcontroller.cpp +++ b/languages/ruby/debugger/dbgcontroller.cpp @@ -1,7 +1,7 @@ /*************************************************************************** begin : Sun Aug 8 1999 copyright : (C) 1999 by John Birch - email : jbb@tdevelop.org + email : jbb@kdevelop.org Adapted for ruby debugging -------------------------- diff --git a/languages/ruby/debugger/dbgcontroller.h b/languages/ruby/debugger/dbgcontroller.h index 9559670d..d49d30b8 100644 --- a/languages/ruby/debugger/dbgcontroller.h +++ b/languages/ruby/debugger/dbgcontroller.h @@ -1,7 +1,7 @@ /*************************************************************************** begin : Sun Aug 8 1999 copyright : (C) 1999 by John Birch - email : jbb@tdevelop.org + email : jbb@kdevelop.org Adapted for ruby debugging -------------------------- diff --git a/languages/ruby/debugger/dbgpsdlg.cpp b/languages/ruby/debugger/dbgpsdlg.cpp index bfe27c8f..2aa67f51 100644 --- a/languages/ruby/debugger/dbgpsdlg.cpp +++ b/languages/ruby/debugger/dbgpsdlg.cpp @@ -1,7 +1,7 @@ /*************************************************************************** begin : Mon Sep 20 1999 copyright : (C) 1999 by John Birch - email : jbb@tdevelop.org + email : jbb@kdevelop.org Adapted for ruby debugging -------------------------- diff --git a/languages/ruby/debugger/dbgpsdlg.h b/languages/ruby/debugger/dbgpsdlg.h index 8cf781f3..03e45ad9 100644 --- a/languages/ruby/debugger/dbgpsdlg.h +++ b/languages/ruby/debugger/dbgpsdlg.h @@ -1,7 +1,7 @@ /*************************************************************************** begin : Mon Sep 20 1999 copyright : (C) 1999 by John Birch - email : jbb@tdevelop.org + email : jbb@kdevelop.org Adapted for ruby debugging -------------------------- diff --git a/languages/ruby/debugger/dbgtoolbar.cpp b/languages/ruby/debugger/dbgtoolbar.cpp index c9283d98..ba433c21 100644 --- a/languages/ruby/debugger/dbgtoolbar.cpp +++ b/languages/ruby/debugger/dbgtoolbar.cpp @@ -1,7 +1,7 @@ /*************************************************************************** begin : Thu Dec 23 1999 copyright : (C) 1999 by John Birch - email : jbb@tdevelop.org + email : jbb@kdevelop.org Adapted for ruby debugging -------------------------- diff --git a/languages/ruby/debugger/dbgtoolbar.h b/languages/ruby/debugger/dbgtoolbar.h index 9954285d..7a199391 100644 --- a/languages/ruby/debugger/dbgtoolbar.h +++ b/languages/ruby/debugger/dbgtoolbar.h @@ -1,7 +1,7 @@ /*************************************************************************** begin : Thu Dec 23 1999 copyright : (C) 1999 by John Birch - email : jbb@tdevelop.org + email : jbb@kdevelop.org Adapted for ruby debugging -------------------------- diff --git a/languages/ruby/debugger/debuggerpart.cpp b/languages/ruby/debugger/debuggerpart.cpp index 9a47fc8b..35e6a2d2 100644 --- a/languages/ruby/debugger/debuggerpart.cpp +++ b/languages/ruby/debugger/debuggerpart.cpp @@ -1,8 +1,8 @@ /*************************************************************************** * Copyright (C) 1999-2001 by John Birch * - * jbb@tdevelop.org * + * jbb@kdevelop.org * * Copyright (C) 2001 by Bernd Gehrmann * - * bernd@tdevelop.org * + * bernd@kdevelop.org * * * * Adapted for ruby debugging * * -------------------------- * diff --git a/languages/ruby/debugger/debuggerpart.h b/languages/ruby/debugger/debuggerpart.h index 9ef9ccef..498a159e 100644 --- a/languages/ruby/debugger/debuggerpart.h +++ b/languages/ruby/debugger/debuggerpart.h @@ -1,8 +1,8 @@ /*************************************************************************** * Copyright (C) 1999-2001 by John Birch * - * jbb@tdevelop.org * + * jbb@kdevelop.org * * Copyright (C) 2001 by Bernd Gehrmann * - * bernd@tdevelop.org * + * bernd@kdevelop.org * * * * Adapted for ruby debugging * * -------------------------- * diff --git a/languages/ruby/debugger/framestackwidget.cpp b/languages/ruby/debugger/framestackwidget.cpp index 9cbce258..4d90092f 100644 --- a/languages/ruby/debugger/framestackwidget.cpp +++ b/languages/ruby/debugger/framestackwidget.cpp @@ -1,7 +1,7 @@ /*************************************************************************** begin : Sun Aug 8 1999 copyright : (C) 1999 by John Birch - email : jbb@tdevelop.org + email : jbb@kdevelop.org Adapted for ruby debugging -------------------------- diff --git a/languages/ruby/debugger/framestackwidget.h b/languages/ruby/debugger/framestackwidget.h index 08040087..7f970c31 100644 --- a/languages/ruby/debugger/framestackwidget.h +++ b/languages/ruby/debugger/framestackwidget.h @@ -1,7 +1,7 @@ /*************************************************************************** begin : Sun Aug 8 1999 copyright : (C) 1999 by John Birch - email : jbb@tdevelop.org + email : jbb@kdevelop.org Adapted for ruby debugging -------------------------- diff --git a/languages/ruby/debugger/rdbbreakpointwidget.cpp b/languages/ruby/debugger/rdbbreakpointwidget.cpp index d7e73c82..f8e86ad7 100644 --- a/languages/ruby/debugger/rdbbreakpointwidget.cpp +++ b/languages/ruby/debugger/rdbbreakpointwidget.cpp @@ -1,7 +1,7 @@ /*************************************************************************** begin : Tue May 13 2003 copyright : (C) 2003 by John Birch - email : jbb@tdevelop.org + email : jbb@kdevelop.org Adapted for ruby debugging -------------------------- diff --git a/languages/ruby/debugger/rdbbreakpointwidget.h b/languages/ruby/debugger/rdbbreakpointwidget.h index 610258b7..2b8186a8 100644 --- a/languages/ruby/debugger/rdbbreakpointwidget.h +++ b/languages/ruby/debugger/rdbbreakpointwidget.h @@ -1,7 +1,7 @@ /*************************************************************************** begin : Tue May 13 2003 copyright : (C) 2003 by John Birch - email : jbb@tdevelop.org + email : jbb@kdevelop.org Adapted for ruby debugging -------------------------- diff --git a/languages/ruby/debugger/rdbcommand.cpp b/languages/ruby/debugger/rdbcommand.cpp index 98d91fd8..bfc630cc 100644 --- a/languages/ruby/debugger/rdbcommand.cpp +++ b/languages/ruby/debugger/rdbcommand.cpp @@ -1,7 +1,7 @@ /*************************************************************************** begin : Sun Aug 8 1999 copyright : (C) 1999 by John Birch - email : jbb@tdevelop.org + email : jbb@kdevelop.org Adapted for ruby debugging -------------------------- diff --git a/languages/ruby/debugger/rdbcommand.h b/languages/ruby/debugger/rdbcommand.h index fca69ad6..0d46a5fc 100644 --- a/languages/ruby/debugger/rdbcommand.h +++ b/languages/ruby/debugger/rdbcommand.h @@ -1,7 +1,7 @@ /*************************************************************************** begin : Sun Aug 8 1999 copyright : (C) 1999 by John Birch - email : jbb@tdevelop.org + email : jbb@kdevelop.org Adapted for ruby debugging -------------------------- diff --git a/languages/ruby/debugger/rdbcontroller.cpp b/languages/ruby/debugger/rdbcontroller.cpp index 9abc42ae..16ce7179 100644 --- a/languages/ruby/debugger/rdbcontroller.cpp +++ b/languages/ruby/debugger/rdbcontroller.cpp @@ -3,7 +3,7 @@ // ------------------- // begin : Sun Aug 8 1999 // copyright : (C) 1999 by John Birch -// email : jbb@tdevelop.org +// email : jbb@kdevelop.org // // Adapted for ruby debugging // -------------------------- diff --git a/languages/ruby/debugger/rdbcontroller.h b/languages/ruby/debugger/rdbcontroller.h index 755eca85..ce2247e9 100644 --- a/languages/ruby/debugger/rdbcontroller.h +++ b/languages/ruby/debugger/rdbcontroller.h @@ -3,7 +3,7 @@ ------------------- begin : Sun Aug 8 1999 copyright : (C) 1999 by John Birch - email : jbb@tdevelop.org + email : jbb@kdevelop.org Adapted for ruby debugging -------------------------- diff --git a/languages/ruby/debugger/rdboutputwidget.cpp b/languages/ruby/debugger/rdboutputwidget.cpp index 7f2d58aa..568ddfd4 100644 --- a/languages/ruby/debugger/rdboutputwidget.cpp +++ b/languages/ruby/debugger/rdboutputwidget.cpp @@ -3,7 +3,7 @@ // ------------------- // begin : 10th April 2003 // copyright : (C) 2003 by John Birch -// email : jbb@tdevelop.org +// email : jbb@kdevelop.org // // Adapted for ruby debugging // -------------------------- diff --git a/languages/ruby/debugger/rdboutputwidget.h b/languages/ruby/debugger/rdboutputwidget.h index 8de33339..50b1ea7f 100644 --- a/languages/ruby/debugger/rdboutputwidget.h +++ b/languages/ruby/debugger/rdboutputwidget.h @@ -3,7 +3,7 @@ // ------------------- // begin : 10th April 2003 // copyright : (C) 2003 by John Birch -// email : jbb@tdevelop.org +// email : jbb@kdevelop.org // // Adapted for ruby debugging // -------------------------- diff --git a/languages/ruby/debugger/rdbparser.cpp b/languages/ruby/debugger/rdbparser.cpp index 532fb0e3..a517c301 100644 --- a/languages/ruby/debugger/rdbparser.cpp +++ b/languages/ruby/debugger/rdbparser.cpp @@ -1,7 +1,7 @@ // ************************************************************************** // begin : Tue Aug 17 1999 // copyright : (C) 1999 by John Birch -// email : jbb@tdevelop.org +// email : jbb@kdevelop.org // // Adapted for ruby debugging // -------------------------- diff --git a/languages/ruby/debugger/rdbparser.h b/languages/ruby/debugger/rdbparser.h index 3184bfd6..d57e25d7 100644 --- a/languages/ruby/debugger/rdbparser.h +++ b/languages/ruby/debugger/rdbparser.h @@ -1,7 +1,7 @@ /*************************************************************************** begin : Tue Aug 17 1999 copyright : (C) 1999 by John Birch - email : jbb@tdevelop.org + email : jbb@kdevelop.org Adapted for ruby debugging -------------------------- diff --git a/languages/ruby/debugger/stty.cpp b/languages/ruby/debugger/stty.cpp index e2ed413c..73ea4784 100644 --- a/languages/ruby/debugger/stty.cpp +++ b/languages/ruby/debugger/stty.cpp @@ -1,7 +1,7 @@ /*************************************************************************** begin : Mon Sep 13 1999 copyright : (C) 1999 by John Birch - email : jbb@tdevelop.org + email : jbb@kdevelop.org This code was originally written by Judin Maxim, from the KDEStudio project. diff --git a/languages/ruby/debugger/stty.h b/languages/ruby/debugger/stty.h index 0a8a113d..ead3dede 100644 --- a/languages/ruby/debugger/stty.h +++ b/languages/ruby/debugger/stty.h @@ -1,7 +1,7 @@ /*************************************************************************** begin : Mon Sep 13 1999 copyright : (C) 1999 by John Birch - email : jbb@tdevelop.org + email : jbb@kdevelop.org This code was originally written by Judin Maxim, from the KDEStudio project. diff --git a/languages/ruby/debugger/variablewidget.cpp b/languages/ruby/debugger/variablewidget.cpp index f03007ec..94fd4e88 100644 --- a/languages/ruby/debugger/variablewidget.cpp +++ b/languages/ruby/debugger/variablewidget.cpp @@ -1,7 +1,7 @@ // ************************************************************************** // begin : Sun Aug 8 1999 // copyright : (C) 1999 by John Birch -// email : jbb@tdevelop.org +// email : jbb@kdevelop.org // // Adapted for ruby debugging // -------------------------- diff --git a/languages/ruby/debugger/variablewidget.h b/languages/ruby/debugger/variablewidget.h index c05d8479..3fce8225 100644 --- a/languages/ruby/debugger/variablewidget.h +++ b/languages/ruby/debugger/variablewidget.h @@ -1,7 +1,7 @@ /*************************************************************************** begin : Sun Aug 8 1999 copyright : (C) 1999 by John Birch - email : jbb@tdevelop.org + email : jbb@kdevelop.org Adapted for ruby debugging -------------------------- diff --git a/languages/ruby/qtdesignerrubyintegration.cpp b/languages/ruby/qtdesignerrubyintegration.cpp index a7759f12..bb9c0113 100644 --- a/languages/ruby/qtdesignerrubyintegration.cpp +++ b/languages/ruby/qtdesignerrubyintegration.cpp @@ -1,7 +1,7 @@ /*************************************************************************** * Copyright (C) 2004 by Alexander Dymo * * adymo@mksat.net * - * Portions Copyright (C) 2003 Roberto Raggi (roberto@tdevelop.org) * + * Portions Copyright (C) 2003 Roberto Raggi (roberto@kdevelop.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/ruby/rubyimplementationwidget.cpp b/languages/ruby/rubyimplementationwidget.cpp index 44355c45..ba371526 100644 --- a/languages/ruby/rubyimplementationwidget.cpp +++ b/languages/ruby/rubyimplementationwidget.cpp @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2004 by Alexander Dymo * - * adymo@tdevelop.org * + * adymo@kdevelop.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/ruby/rubyimplementationwidget.h b/languages/ruby/rubyimplementationwidget.h index 20b8ad27..a5d8e491 100644 --- a/languages/ruby/rubyimplementationwidget.h +++ b/languages/ruby/rubyimplementationwidget.h @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2004 by Alexander Dymo * - * adymo@tdevelop.org * + * adymo@kdevelop.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/sql/README.dox b/languages/sql/README.dox index 14634fba..bfa52e2e 100644 --- a/languages/sql/README.dox +++ b/languages/sql/README.dox @@ -1,9 +1,9 @@ /** \class SQLSupportPart This is a SQL support plugin -\authors <a href="mailto:harry AT tdevelop.org">Harald Fernengel</a> +\authors <a href="mailto:harry AT kdevelop.org">Harald Fernengel</a> -\maintainer <a href="mailto:harry AT tdevelop.org">Harald Fernengel</a> +\maintainer <a href="mailto:harry AT kdevelop.org">Harald Fernengel</a> \feature SQL language support \feature Consult \ref LangSupportStatus for a up to date features/status of this programming language support part. diff --git a/languages/sql/sqlactions.cpp b/languages/sql/sqlactions.cpp index f4c74249..1d1a5b14 100644 --- a/languages/sql/sqlactions.cpp +++ b/languages/sql/sqlactions.cpp @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2003 by Harald Fernengel * - * harry@tdevelop.org * + * harry@kdevelop.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/sql/sqlactions.h b/languages/sql/sqlactions.h index 248c4d66..04ad295b 100644 --- a/languages/sql/sqlactions.h +++ b/languages/sql/sqlactions.h @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2003 by Harald Fernengel * - * harry@tdevelop.org * + * harry@kdevelop.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/sql/sqloutputwidget.cpp b/languages/sql/sqloutputwidget.cpp index 9185fc17..d845e6e0 100644 --- a/languages/sql/sqloutputwidget.cpp +++ b/languages/sql/sqloutputwidget.cpp @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2003 by Harald Fernengel * - * harry@tdevelop.org * + * harry@kdevelop.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/sql/sqloutputwidget.h b/languages/sql/sqloutputwidget.h index f2b53b48..4e5fa790 100644 --- a/languages/sql/sqloutputwidget.h +++ b/languages/sql/sqloutputwidget.h @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2003 by Harald Fernengel * - * harry@tdevelop.org * + * harry@kdevelop.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 * |