summaryrefslogtreecommitdiffstats
path: root/lib/interfaces
diff options
context:
space:
mode:
Diffstat (limited to 'lib/interfaces')
-rw-r--r--lib/interfaces/KDevCoreIface.cpp4
-rw-r--r--lib/interfaces/KDevCoreIface.h4
-rw-r--r--lib/interfaces/Makefile.am2
-rw-r--r--lib/interfaces/codemodel.cpp2
-rw-r--r--lib/interfaces/codemodel.h4
-rw-r--r--lib/interfaces/codemodel_treeparser.cpp2
-rw-r--r--lib/interfaces/codemodel_treeparser.h4
-rw-r--r--lib/interfaces/codemodel_utils.cpp4
-rw-r--r--lib/interfaces/codemodel_utils.h4
-rw-r--r--lib/interfaces/extensions/dcop/KDevAppFrontendIface.cpp4
-rw-r--r--lib/interfaces/extensions/dcop/KDevAppFrontendIface.h4
-rw-r--r--lib/interfaces/extensions/dcop/KDevMakeFrontendIface.cpp4
-rw-r--r--lib/interfaces/extensions/dcop/KDevMakeFrontendIface.h4
-rw-r--r--lib/interfaces/extensions/kdevappfrontend.h4
-rw-r--r--lib/interfaces/extensions/kdevcreatefile.h2
-rw-r--r--lib/interfaces/extensions/kdevdifffrontend.cpp6
-rw-r--r--lib/interfaces/extensions/kdevdifffrontend.h6
-rw-r--r--lib/interfaces/extensions/kdevmakefrontend.h8
-rw-r--r--lib/interfaces/extensions/kdevquickopen.h4
-rw-r--r--lib/interfaces/extensions/kdevsourceformatter.h2
-rw-r--r--lib/interfaces/extensions/kdevversioncontrol.h4
-rw-r--r--lib/interfaces/external/Makefile.am2
-rw-r--r--lib/interfaces/extras/kdevcompileroptions.h2
-rw-r--r--lib/interfaces/extras/kdevvcsintegrator.cpp2
-rw-r--r--lib/interfaces/extras/kdevvcsintegrator.h2
-rw-r--r--lib/interfaces/kdevapi.cpp4
-rw-r--r--lib/interfaces/kdevapi.h4
-rw-r--r--lib/interfaces/kdevcoderepository.cpp2
-rw-r--r--lib/interfaces/kdevcoderepository.h2
-rw-r--r--lib/interfaces/kdevcore.cpp4
-rw-r--r--lib/interfaces/kdevcore.h10
-rw-r--r--lib/interfaces/kdevdesignerintegration.cpp2
-rw-r--r--lib/interfaces/kdevdesignerintegration.h2
-rw-r--r--lib/interfaces/kdevgenericfactory.h4
-rw-r--r--lib/interfaces/kdevlanguagesupport.cpp8
-rw-r--r--lib/interfaces/kdevlanguagesupport.h8
-rw-r--r--lib/interfaces/kdevmainwindow.cpp2
-rw-r--r--lib/interfaces/kdevmainwindow.h4
-rw-r--r--lib/interfaces/kdevpartcontroller.h8
-rw-r--r--lib/interfaces/kdevplugin.cpp8
-rw-r--r--lib/interfaces/kdevplugin.h4
-rw-r--r--lib/interfaces/kdevplugincontroller.cpp2
-rw-r--r--lib/interfaces/kdevplugincontroller.h2
-rw-r--r--lib/interfaces/kdevplugininfo.cpp2
-rw-r--r--lib/interfaces/kdevplugininfo.h2
-rw-r--r--lib/interfaces/kdevproject.cpp4
-rw-r--r--lib/interfaces/kdevproject.h6
47 files changed, 92 insertions, 92 deletions
diff --git a/lib/interfaces/KDevCoreIface.cpp b/lib/interfaces/KDevCoreIface.cpp
index 18b7dc92..aa70e01b 100644
--- a/lib/interfaces/KDevCoreIface.cpp
+++ b/lib/interfaces/KDevCoreIface.cpp
@@ -1,9 +1,9 @@
/* This file is part of the KDE project
- Copyright (C) 2001 Bernd Gehrmann <bernd@tdevelop.org>
+ Copyright (C) 2001 Bernd Gehrmann <bernd@kdevelop.org>
Copyright (C) 2001-2002 Matthias Hoelzer-Kluepfel <hoelzer@kde.org>
- Copyright (C) 2002 Roberto Raggi <roberto@tdevelop.org>
+ Copyright (C) 2002 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/lib/interfaces/KDevCoreIface.h b/lib/interfaces/KDevCoreIface.h
index d7eb37bd..612c8457 100644
--- a/lib/interfaces/KDevCoreIface.h
+++ b/lib/interfaces/KDevCoreIface.h
@@ -1,7 +1,7 @@
/* This file is part of the KDE project
- Copyright (C) 2001 Bernd Gehrmann <bernd@tdevelop.org>
+ Copyright (C) 2001 Bernd Gehrmann <bernd@kdevelop.org>
Copyright (C) 2001-2002 Matthias Hoelzer-Kluepfel <hoelzer@kde.org>
- Copyright (C) 2002 Roberto Raggi <roberto@tdevelop.org>
+ Copyright (C) 2002 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/lib/interfaces/Makefile.am b/lib/interfaces/Makefile.am
index 75935ca1..1944f4f9 100644
--- a/lib/interfaces/Makefile.am
+++ b/lib/interfaces/Makefile.am
@@ -14,7 +14,7 @@ libkdevinterfaces_la_SOURCES = kdevcore.cpp kdevproject.cpp \
libkdevinterfaces_la_LDFLAGS = -no-undefined $(all_libraries)
libkdevinterfaces_la_LIBADD = $(top_builddir)/lib/interfaces/external/libkinterfacedesigner.la \
$(top_builddir)/lib/util/libkdevutil.la \
- $(LIB_TDEUI) $(LIB_TDEHTML) $(LIB_KPARTS) -ltdetexteditor -ltdescript -lDCOP
+ $(LIB_TDEUI) $(LIB_TDEHTML) $(LIB_TDEPARTS) -ltdetexteditor -ltdescript -lDCOP
tdevelopincludedir = $(includedir)/tdevelop/interfaces
tdevelopinclude_HEADERS = kdevlanguagesupport.h kdevmainwindow.h \
diff --git a/lib/interfaces/codemodel.cpp b/lib/interfaces/codemodel.cpp
index a0ebd157..7829872a 100644
--- a/lib/interfaces/codemodel.cpp
+++ b/lib/interfaces/codemodel.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/lib/interfaces/codemodel.h b/lib/interfaces/codemodel.h
index b6e03fdb..9e420dc1 100644
--- a/lib/interfaces/codemodel.h
+++ b/lib/interfaces/codemodel.h
@@ -1,7 +1,7 @@
/* This file is part of TDevelop
- Copyright (C) 2003 Roberto Raggi <roberto@tdevelop.org>
+ Copyright (C) 2003 Roberto Raggi <roberto@kdevelop.org>
Copyright (C) 2004 Matt Rogers <mattr@kde.org>
- Copyright (C) 2004 Alexander Dymo <adymo@tdevelop.org>
+ Copyright (C) 2004 Alexander Dymo <adymo@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/lib/interfaces/codemodel_treeparser.cpp b/lib/interfaces/codemodel_treeparser.cpp
index deba30d0..9b717fba 100644
--- a/lib/interfaces/codemodel_treeparser.cpp
+++ b/lib/interfaces/codemodel_treeparser.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/lib/interfaces/codemodel_treeparser.h b/lib/interfaces/codemodel_treeparser.h
index 7d31b163..96434c4c 100644
--- a/lib/interfaces/codemodel_treeparser.h
+++ b/lib/interfaces/codemodel_treeparser.h
@@ -1,6 +1,6 @@
/* This file is part of TDevelop
- Copyright (C) 2003 Roberto Raggi <roberto@tdevelop.org>
- Copyright (C) 2004 Alexander Dymo <adymo@tdevelop.org>
+ Copyright (C) 2003 Roberto Raggi <roberto@kdevelop.org>
+ Copyright (C) 2004 Alexander Dymo <adymo@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/lib/interfaces/codemodel_utils.cpp b/lib/interfaces/codemodel_utils.cpp
index 2c20bd29..c9221ad1 100644
--- a/lib/interfaces/codemodel_utils.cpp
+++ b/lib/interfaces/codemodel_utils.cpp
@@ -1,6 +1,6 @@
/* This file is part of TDevelop
- Copyright (C) 2003 Roberto Raggi <roberto@tdevelop.org>
- Copyright (C) 2003 Alexander Dymo <adymo@tdevelop.org>
+ Copyright (C) 2003 Roberto Raggi <roberto@kdevelop.org>
+ Copyright (C) 2003 Alexander Dymo <adymo@kdevelop.org>
Copyright (C) 2004 Jonas Jacobi <j.jacobi@gmx.de>
This library is free software; you can redistribute it and/or
diff --git a/lib/interfaces/codemodel_utils.h b/lib/interfaces/codemodel_utils.h
index 967c06e4..72e55152 100644
--- a/lib/interfaces/codemodel_utils.h
+++ b/lib/interfaces/codemodel_utils.h
@@ -1,6 +1,6 @@
/* This file is part of TDevelop
- Copyright (C) 2003 Roberto Raggi <roberto@tdevelop.org>
- Copyright (C) 2003-2004 Alexander Dymo <adymo@tdevelop.org>
+ Copyright (C) 2003 Roberto Raggi <roberto@kdevelop.org>
+ Copyright (C) 2003-2004 Alexander Dymo <adymo@kdevelop.org>
Copyright (C) 2004 Jonas Jacobi<j.jacobi@gmx.de>
This library is free software; you can redistribute it and/or
diff --git a/lib/interfaces/extensions/dcop/KDevAppFrontendIface.cpp b/lib/interfaces/extensions/dcop/KDevAppFrontendIface.cpp
index 40c75302..1eca4bfc 100644
--- a/lib/interfaces/extensions/dcop/KDevAppFrontendIface.cpp
+++ b/lib/interfaces/extensions/dcop/KDevAppFrontendIface.cpp
@@ -2,8 +2,8 @@
/* This file is part of the KDE project
Copyright (C) 2001 Matthias Hoelzer-Kluepfel <hoelzer@kde.org>
- Copyright (C) 2002 Roberto Raggi <roberto@tdevelop.org>
- Copyright (C) 2002 Bernd Gehrmann <bernd@tdevelop.org>
+ Copyright (C) 2002 Roberto Raggi <roberto@kdevelop.org>
+ Copyright (C) 2002 Bernd Gehrmann <bernd@kdevelop.org>
Copyright (C) 2003 Amilcar do Carmo Lucas <amilcar@ida.ing.tu-bs.de>
This library is free software; you can redistribute it and/or
diff --git a/lib/interfaces/extensions/dcop/KDevAppFrontendIface.h b/lib/interfaces/extensions/dcop/KDevAppFrontendIface.h
index 17a3bc50..3903e897 100644
--- a/lib/interfaces/extensions/dcop/KDevAppFrontendIface.h
+++ b/lib/interfaces/extensions/dcop/KDevAppFrontendIface.h
@@ -1,7 +1,7 @@
/* This file is part of the KDE project
Copyright (C) 2001 Matthias Hoelzer-Kluepfel <hoelzer@kde.org>
- Copyright (C) 2002 Roberto Raggi <roberto@tdevelop.org>
- Copyright (C) 2002 Bernd Gehrmann <bernd@tdevelop.org>
+ Copyright (C) 2002 Roberto Raggi <roberto@kdevelop.org>
+ Copyright (C) 2002 Bernd Gehrmann <bernd@kdevelop.org>
Copyright (C) 2003 Amilcar do Carmo Lucas <amilcar@ida.ing.tu-bs.de>
This library is free software; you can redistribute it and/or
diff --git a/lib/interfaces/extensions/dcop/KDevMakeFrontendIface.cpp b/lib/interfaces/extensions/dcop/KDevMakeFrontendIface.cpp
index 2d23a761..73305e4a 100644
--- a/lib/interfaces/extensions/dcop/KDevMakeFrontendIface.cpp
+++ b/lib/interfaces/extensions/dcop/KDevMakeFrontendIface.cpp
@@ -2,8 +2,8 @@
/* This file is part of the KDE project
Copyright (C) 2001 Matthias Hoelzer-Kluepfel <hoelzer@kde.org>
- Copyright (C) 2001 Bernd Gehrmann <bernd@tdevelop.org>
- Copyright (C) 2002 Roberto Raggi <roberto@tdevelop.org>
+ Copyright (C) 2001 Bernd Gehrmann <bernd@kdevelop.org>
+ Copyright (C) 2002 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/lib/interfaces/extensions/dcop/KDevMakeFrontendIface.h b/lib/interfaces/extensions/dcop/KDevMakeFrontendIface.h
index 339b1146..53217359 100644
--- a/lib/interfaces/extensions/dcop/KDevMakeFrontendIface.h
+++ b/lib/interfaces/extensions/dcop/KDevMakeFrontendIface.h
@@ -1,7 +1,7 @@
/* This file is part of the KDE project
Copyright (C) 2001 Matthias Hoelzer-Kluepfel <hoelzer@kde.org>
- Copyright (C) 2001 Bernd Gehrmann <bernd@tdevelop.org>
- Copyright (C) 2002 Roberto Raggi <roberto@tdevelop.org>
+ Copyright (C) 2001 Bernd Gehrmann <bernd@kdevelop.org>
+ Copyright (C) 2002 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/lib/interfaces/extensions/kdevappfrontend.h b/lib/interfaces/extensions/kdevappfrontend.h
index 7dfb472c..76952f35 100644
--- a/lib/interfaces/extensions/kdevappfrontend.h
+++ b/lib/interfaces/extensions/kdevappfrontend.h
@@ -1,7 +1,7 @@
/* This file is part of the KDE project
Copyright (C) 2001 Matthias Hoelzer-Kluepfel <hoelzer@kde.org>
- Copyright (C) 2001-2002 Bernd Gehrmann <bernd@tdevelop.org>
- Copyright (C) 2002-2003 Roberto Raggi <roberto@tdevelop.org>
+ Copyright (C) 2001-2002 Bernd Gehrmann <bernd@kdevelop.org>
+ Copyright (C) 2002-2003 Roberto Raggi <roberto@kdevelop.org>
Copyright (C) 2002 Simon Hausmann <hausmann@kde.org>
Copyright (C) 2002 John Firebaugh <jfirebaugh@kde.org>
Copyright (C) 2003 Amilcar do Carmo Lucas <amilcar@ida.ing.tu-bs.de>
diff --git a/lib/interfaces/extensions/kdevcreatefile.h b/lib/interfaces/extensions/kdevcreatefile.h
index 181b6695..35b98d19 100644
--- a/lib/interfaces/extensions/kdevcreatefile.h
+++ b/lib/interfaces/extensions/kdevcreatefile.h
@@ -1,6 +1,6 @@
/* This file is part of the KDE project
Copyright (C) 2003 Julian Rockey <linux@jrockey.com>
- 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/lib/interfaces/extensions/kdevdifffrontend.cpp b/lib/interfaces/extensions/kdevdifffrontend.cpp
index 89a9e36d..745703e4 100644
--- a/lib/interfaces/extensions/kdevdifffrontend.cpp
+++ b/lib/interfaces/extensions/kdevdifffrontend.cpp
@@ -1,7 +1,7 @@
/* This file is part of the KDE project
- Copyright (C) 2002 Harald Fernengel <harry@tdevelop.org>
- Copyright (C) 2002 F@lk Brettschneider <falkbr@tdevelop.org>
- Copyright (C) 2003 Roberto Raggi <roberto@tdevelop.org>
+ Copyright (C) 2002 Harald Fernengel <harry@kdevelop.org>
+ Copyright (C) 2002 F@lk Brettschneider <falkbr@kdevelop.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/lib/interfaces/extensions/kdevdifffrontend.h b/lib/interfaces/extensions/kdevdifffrontend.h
index e2a24559..6d4cb2b6 100644
--- a/lib/interfaces/extensions/kdevdifffrontend.h
+++ b/lib/interfaces/extensions/kdevdifffrontend.h
@@ -1,7 +1,7 @@
/* This file is part of the KDE project
- Copyright (C) 2002 Harald Fernengel <harry@tdevelop.org>
- Copyright (C) 2002 F@lk Brettschneider <falkbr@tdevelop.org>
- Copyright (C) 2003 Roberto Raggi <roberto@tdevelop.org>
+ Copyright (C) 2002 Harald Fernengel <harry@kdevelop.org>
+ Copyright (C) 2002 F@lk Brettschneider <falkbr@kdevelop.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/lib/interfaces/extensions/kdevmakefrontend.h b/lib/interfaces/extensions/kdevmakefrontend.h
index 640db77f..52afa3d3 100644
--- a/lib/interfaces/extensions/kdevmakefrontend.h
+++ b/lib/interfaces/extensions/kdevmakefrontend.h
@@ -1,10 +1,10 @@
/* This file is part of the KDE project
Copyright (C) 2001 Matthias Hoelzer-Kluepfel <hoelzer@kde.org>
- Copyright (C) 2001 Sandy Meier <smeier@tdevelop.org>
- Copyright (C) 2001-2002 Bernd Gehrmann <bernd@tdevelop.org>
- Copyright (C) 2002-2003 Roberto Raggi <roberto@tdevelop.org>
+ Copyright (C) 2001 Sandy Meier <smeier@kdevelop.org>
+ Copyright (C) 2001-2002 Bernd Gehrmann <bernd@kdevelop.org>
+ Copyright (C) 2002-2003 Roberto Raggi <roberto@kdevelop.org>
Copyright (C) 2002 Simon Hausmann <hausmann@kde.org>
- Copyright (C) 2002 F@lk Brettschneider <falkbr@tdevelop.org>
+ Copyright (C) 2002 F@lk Brettschneider <falkbr@kdevelop.org>
Copyright (C) 2003 Amilcar do Carmo Lucas <amilcar@ida.ing.tu-bs.de>
Copyright (C) 2003 Hamish Rodda <rodda@kde.org>
diff --git a/lib/interfaces/extensions/kdevquickopen.h b/lib/interfaces/extensions/kdevquickopen.h
index 77d6a692..91dce7ca 100644
--- a/lib/interfaces/extensions/kdevquickopen.h
+++ b/lib/interfaces/extensions/kdevquickopen.h
@@ -1,5 +1,5 @@
/* This file is part of the KDE project
- Copyright (C) 2007 Alexander Dymo <adymo@tdevelop.org>
+ Copyright (C) 2007 Alexander Dymo <adymo@kdevelop.org>
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Library General Public
@@ -64,7 +64,7 @@ public:
#endif
/* This file is part of the KDE project
- Copyright (C) 2007 Alexander Dymo <adymo@tdevelop.org>
+ Copyright (C) 2007 Alexander Dymo <adymo@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/lib/interfaces/extensions/kdevsourceformatter.h b/lib/interfaces/extensions/kdevsourceformatter.h
index 461b11d7..c4a380cf 100644
--- a/lib/interfaces/extensions/kdevsourceformatter.h
+++ b/lib/interfaces/extensions/kdevsourceformatter.h
@@ -1,5 +1,5 @@
/* This file is part of the KDE project
- Copyright (C) 2003-2004 Alexander Dymo <adymo@tdevelop.org>
+ Copyright (C) 2003-2004 Alexander Dymo <adymo@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/lib/interfaces/extensions/kdevversioncontrol.h b/lib/interfaces/extensions/kdevversioncontrol.h
index 1cfa45a3..a19c6275 100644
--- a/lib/interfaces/extensions/kdevversioncontrol.h
+++ b/lib/interfaces/extensions/kdevversioncontrol.h
@@ -1,9 +1,9 @@
/* This file is part of the KDE project
Copyright (C) 2001 Matthias Hoelzer-Kluepfel <hoelzer@kde.org>
- Copyright (C) 2002-2003 Roberto Raggi <roberto@tdevelop.org>
+ Copyright (C) 2002-2003 Roberto Raggi <roberto@kdevelop.org>
Copyright (C) 2002 Simon Hausmann <hausmann@kde.org>
Copyright (C) 2003 Mario Scalas <mario.scalas@libero.it>
- Copyright (C) 2004 Alexander Dymo <adymo@tdevelop.org>
+ Copyright (C) 2004 Alexander Dymo <adymo@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/lib/interfaces/external/Makefile.am b/lib/interfaces/external/Makefile.am
index 63d3b4db..4cb7ee10 100644
--- a/lib/interfaces/external/Makefile.am
+++ b/lib/interfaces/external/Makefile.am
@@ -6,7 +6,7 @@ kinterfacedesignerdir = $(includedir)/kinterfacedesigner
kinterfacedesigner_HEADERS = designer.h
lib_LTLIBRARIES = libkinterfacedesigner.la
-libkinterfacedesigner_la_LIBADD = $(LIB_QT) $(LIB_KPARTS) $(LIB_TDEUI)
+libkinterfacedesigner_la_LIBADD = $(LIB_QT) $(LIB_TDEPARTS) $(LIB_TDEUI)
libkinterfacedesigner_la_LDFLAGS = $(all_libraries)
libkinterfacedesigner_la_SOURCES = designer.cpp
diff --git a/lib/interfaces/extras/kdevcompileroptions.h b/lib/interfaces/extras/kdevcompileroptions.h
index a052877f..6544c5d0 100644
--- a/lib/interfaces/extras/kdevcompileroptions.h
+++ b/lib/interfaces/extras/kdevcompileroptions.h
@@ -1,6 +1,6 @@
/* This file is part of the KDE project
Copyright (C) 2001 Matthias Hoelzer-Kluepfel <hoelzer@kde.org>
- Copyright (C) 2002 Roberto Raggi <roberto@tdevelop.org>
+ Copyright (C) 2002 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/lib/interfaces/extras/kdevvcsintegrator.cpp b/lib/interfaces/extras/kdevvcsintegrator.cpp
index f26349b7..5a6ab429 100644
--- a/lib/interfaces/extras/kdevvcsintegrator.cpp
+++ b/lib/interfaces/extras/kdevvcsintegrator.cpp
@@ -1,5 +1,5 @@
/* This file is part of the KDE project
- Copyright (C) 2004 Alexander Dymo <adymo@tdevelop.org>
+ Copyright (C) 2004 Alexander Dymo <adymo@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/lib/interfaces/extras/kdevvcsintegrator.h b/lib/interfaces/extras/kdevvcsintegrator.h
index 3715d8b5..793070b3 100644
--- a/lib/interfaces/extras/kdevvcsintegrator.h
+++ b/lib/interfaces/extras/kdevvcsintegrator.h
@@ -1,5 +1,5 @@
/* This file is part of the KDE project
- Copyright (C) 2004 Alexander Dymo <adymo@tdevelop.org>
+ Copyright (C) 2004 Alexander Dymo <adymo@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/lib/interfaces/kdevapi.cpp b/lib/interfaces/kdevapi.cpp
index 0f838783..04cf078d 100644
--- a/lib/interfaces/kdevapi.cpp
+++ b/lib/interfaces/kdevapi.cpp
@@ -1,6 +1,6 @@
/* This file is part of the KDE project
- Copyright (C) 2000-2001 Bernd Gehrmann <bernd@tdevelop.org>
- Copyright (C) 2004 Alexander Dymo <adymo@tdevelop.org>
+ Copyright (C) 2000-2001 Bernd Gehrmann <bernd@kdevelop.org>
+ Copyright (C) 2004 Alexander Dymo <adymo@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/lib/interfaces/kdevapi.h b/lib/interfaces/kdevapi.h
index b118001d..d1f4f5cc 100644
--- a/lib/interfaces/kdevapi.h
+++ b/lib/interfaces/kdevapi.h
@@ -1,6 +1,6 @@
/* This file is part of the KDE project
- Copyright (C) 2000-2001 Bernd Gehrmann <bernd@tdevelop.org>
- Copyright (C) 2004 Alexander Dymo <adymo@tdevelop.org>
+ Copyright (C) 2000-2001 Bernd Gehrmann <bernd@kdevelop.org>
+ Copyright (C) 2004 Alexander Dymo <adymo@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/lib/interfaces/kdevcoderepository.cpp b/lib/interfaces/kdevcoderepository.cpp
index 025a5183..26249544 100644
--- a/lib/interfaces/kdevcoderepository.cpp
+++ b/lib/interfaces/kdevcoderepository.cpp
@@ -1,5 +1,5 @@
/* This file is part of the KDE project
- 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/lib/interfaces/kdevcoderepository.h b/lib/interfaces/kdevcoderepository.h
index f7f53291..4e1dd765 100644
--- a/lib/interfaces/kdevcoderepository.h
+++ b/lib/interfaces/kdevcoderepository.h
@@ -1,5 +1,5 @@
/* This file is part of the KDE project
- 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/lib/interfaces/kdevcore.cpp b/lib/interfaces/kdevcore.cpp
index 4ccfc5eb..dda66cbf 100644
--- a/lib/interfaces/kdevcore.cpp
+++ b/lib/interfaces/kdevcore.cpp
@@ -1,10 +1,10 @@
/* This file is part of the KDE project
Copyright (C) 2001-2002 Matthias Hoelzer-Kluepfel <hoelzer@kde.org>
- Copyright (C) 2002-2003 Roberto Raggi <roberto@tdevelop.org>
+ Copyright (C) 2002-2003 Roberto Raggi <roberto@kdevelop.org>
Copyright (C) 2003 Mario Scalas <mario.scalas@libero.it>
Copyright (C) 2003 Amilcar do Carmo Lucas <amilcar@ida.ing.tu-bs.de>
Copyright (C) 2003 Jens Dagerbo <jens.dagerbo@swipnet.se>
- Copyright (C) 2004 Alexander Dymo <adymo@tdevelop.org>
+ Copyright (C) 2004 Alexander Dymo <adymo@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/lib/interfaces/kdevcore.h b/lib/interfaces/kdevcore.h
index 73048761..fad2891a 100644
--- a/lib/interfaces/kdevcore.h
+++ b/lib/interfaces/kdevcore.h
@@ -1,14 +1,14 @@
/* This file is part of the KDE project
Copyright (C) 2001-2002 Matthias Hoelzer-Kluepfel <hoelzer@kde.org>
- Copyright (C) 2001-2002 Bernd Gehrmann <bernd@tdevelop.org>
- Copyright (C) 2001 Sandy Meier <smeier@tdevelop.org>
+ Copyright (C) 2001-2002 Bernd Gehrmann <bernd@kdevelop.org>
+ Copyright (C) 2001 Sandy Meier <smeier@kdevelop.org>
Copyright (C) 2002 Daniel Engelschalt <daniel.engelschalt@gmx.net>
Copyright (C) 2002 Simon Hausmann <hausmann@kde.org>
- Copyright (C) 2002-2003 Roberto Raggi <roberto@tdevelop.org>
+ Copyright (C) 2002-2003 Roberto Raggi <roberto@kdevelop.org>
Copyright (C) 2003 Mario Scalas <mario.scalas@libero.it>
- Copyright (C) 2003 Harald Fernengel <harry@tdevelop.org>
+ Copyright (C) 2003 Harald Fernengel <harry@kdevelop.org>
Copyright (C) 2003 Hamish Rodda <rodda@kde.org>
- Copyright (C) 2004 Alexander Dymo <adymo@tdevelop.org>
+ Copyright (C) 2004 Alexander Dymo <adymo@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/lib/interfaces/kdevdesignerintegration.cpp b/lib/interfaces/kdevdesignerintegration.cpp
index 7b8364a8..0ba325ab 100644
--- a/lib/interfaces/kdevdesignerintegration.cpp
+++ b/lib/interfaces/kdevdesignerintegration.cpp
@@ -1,5 +1,5 @@
/* This file is part of the KDE project
- Copyright (C) 2004 Alexander Dymo <adymo@tdevelop.org>
+ Copyright (C) 2004 Alexander Dymo <adymo@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/lib/interfaces/kdevdesignerintegration.h b/lib/interfaces/kdevdesignerintegration.h
index 69bb23ab..528926cb 100644
--- a/lib/interfaces/kdevdesignerintegration.h
+++ b/lib/interfaces/kdevdesignerintegration.h
@@ -1,5 +1,5 @@
/* This file is part of the KDE project
- Copyright (C) 2004 Alexander Dymo <adymo@tdevelop.org>
+ Copyright (C) 2004 Alexander Dymo <adymo@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/lib/interfaces/kdevgenericfactory.h b/lib/interfaces/kdevgenericfactory.h
index bd5d40b0..6f8d3dc9 100644
--- a/lib/interfaces/kdevgenericfactory.h
+++ b/lib/interfaces/kdevgenericfactory.h
@@ -1,6 +1,6 @@
/* This file is part of the KDE project
- * Copyright (C) 2003 Harald Fernengel <harry@tdevelop.org>
- * Copyright (C) 2004 Alexander Dymo <adymo@tdevelop.org>
+ * Copyright (C) 2003 Harald Fernengel <harry@kdevelop.org>
+ * Copyright (C) 2004 Alexander Dymo <adymo@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/lib/interfaces/kdevlanguagesupport.cpp b/lib/interfaces/kdevlanguagesupport.cpp
index a3f2ccdd..aa5b560c 100644
--- a/lib/interfaces/kdevlanguagesupport.cpp
+++ b/lib/interfaces/kdevlanguagesupport.cpp
@@ -1,10 +1,10 @@
/* This file is part of the KDE project
Copyright (C) 2001 Matthias Hoelzer-Kluepfel <hoelzer@kde.org>
- Copyright (C) 2001-2002 Bernd Gehrmann <bernd@tdevelop.org>
- Copyright (C) 2002-2003 Roberto Raggi <roberto@tdevelop.org>
+ Copyright (C) 2001-2002 Bernd Gehrmann <bernd@kdevelop.org>
+ Copyright (C) 2002-2003 Roberto Raggi <roberto@kdevelop.org>
Copyright (C) 2002 Simon Hausmann <hausmann@kde.org>
- Copyright (C) 2002 F@lk Brettschneider <falkbr@tdevelop.org>
- Copyright (C) 2003 Alexander Dymo <adymo@tdevelop.org>
+ Copyright (C) 2002 F@lk Brettschneider <falkbr@kdevelop.org>
+ Copyright (C) 2003 Alexander Dymo <adymo@kdevelop.org>
Copyright (C) 2003 Amilcar do Carmo Lucas <amilcar@ida.ing.tu-bs.de>
This library is free software; you can redistribute it and/or
diff --git a/lib/interfaces/kdevlanguagesupport.h b/lib/interfaces/kdevlanguagesupport.h
index 7753e6b9..42221868 100644
--- a/lib/interfaces/kdevlanguagesupport.h
+++ b/lib/interfaces/kdevlanguagesupport.h
@@ -1,11 +1,11 @@
/* This file is part of the KDE project
Copyright (C) 2001 Matthias Hoelzer-Kluepfel <hoelzer@kde.org>
- Copyright (C) 2001-2002 Bernd Gehrmann <bernd@tdevelop.org>
- Copyright (C) 2002-2003 Roberto Raggi <roberto@tdevelop.org>
+ Copyright (C) 2001-2002 Bernd Gehrmann <bernd@kdevelop.org>
+ Copyright (C) 2002-2003 Roberto Raggi <roberto@kdevelop.org>
Copyright (C) 2002 Simon Hausmann <hausmann@kde.org>
- Copyright (C) 2002 F@lk Brettschneider <falkbr@tdevelop.org>
+ Copyright (C) 2002 F@lk Brettschneider <falkbr@kdevelop.org>
Copyright (C) 2003 Amilcar do Carmo Lucas <amilcar@ida.ing.tu-bs.de>
- Copyright (C) 2003-2004 Alexander Dymo <adymo@tdevelop.org>
+ Copyright (C) 2003-2004 Alexander Dymo <adymo@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/lib/interfaces/kdevmainwindow.cpp b/lib/interfaces/kdevmainwindow.cpp
index 39fc4c10..4b95f669 100644
--- a/lib/interfaces/kdevmainwindow.cpp
+++ b/lib/interfaces/kdevmainwindow.cpp
@@ -1,5 +1,5 @@
/* This file is part of the KDE project
- Copyright (C) 2002 F@lk Brettschneider <falkbr@tdevelop.org>
+ Copyright (C) 2002 F@lk Brettschneider <falkbr@kdevelop.org>
Copyright (C) 2003 John Firebaugh <jfirebaugh@kde.org>
This library is free software; you can redistribute it and/or
diff --git a/lib/interfaces/kdevmainwindow.h b/lib/interfaces/kdevmainwindow.h
index 1a2ea9b6..8138ab78 100644
--- a/lib/interfaces/kdevmainwindow.h
+++ b/lib/interfaces/kdevmainwindow.h
@@ -1,8 +1,8 @@
/* This file is part of the KDE project
- Copyright (C) 2003 F@lk Brettschneider <falkbr@tdevelop.org>
+ Copyright (C) 2003 F@lk Brettschneider <falkbr@kdevelop.org>
Copyright (C) 2003 John Firebaugh <jfirebaugh@kde.org>
Copyright (C) 2003 Amilcar do Carmo Lucas <amilcar@ida.ing.tu-bs.de>
- Copyright (C) 2004 Alexander Dymo <adymo@tdevelop.org>
+ Copyright (C) 2004 Alexander Dymo <adymo@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/lib/interfaces/kdevpartcontroller.h b/lib/interfaces/kdevpartcontroller.h
index 0e24c8fc..fd8e6830 100644
--- a/lib/interfaces/kdevpartcontroller.h
+++ b/lib/interfaces/kdevpartcontroller.h
@@ -1,11 +1,11 @@
/* This file is part of the KDE project
Copyright (C) 2002 Matthias Hoelzer-Kluepfel <hoelzer@kde.org>
- Copyright (C) 2002 Bernd Gehrmann <bernd@tdevelop.org>
- Copyright (C) 2003 Roberto Raggi <roberto@tdevelop.org>
+ Copyright (C) 2002 Bernd Gehrmann <bernd@kdevelop.org>
+ Copyright (C) 2003 Roberto Raggi <roberto@kdevelop.org>
Copyright (C) 2003 Hamish Rodda <rodda@kde.org>
- Copyright (C) 2003 Harald Fernengel <harry@tdevelop.org>
+ Copyright (C) 2003 Harald Fernengel <harry@kdevelop.org>
Copyright (C) 2003 Jens Dagerbo <jens.dagerbo@swipnet.se>
- Copyright (C) 2004 Alexander Dymo <adymo@tdevelop.org>
+ Copyright (C) 2004 Alexander Dymo <adymo@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/lib/interfaces/kdevplugin.cpp b/lib/interfaces/kdevplugin.cpp
index 7c978d50..31717446 100644
--- a/lib/interfaces/kdevplugin.cpp
+++ b/lib/interfaces/kdevplugin.cpp
@@ -1,13 +1,13 @@
/* This file is part of the KDE project
Copyright (C) 2002 Simon Hausmann <hausmann@kde.org>
Copyright (C) 2002 Matthias Hoelzer-Kluepfel <hoelzer@kde.org>
- Copyright (C) 2002 Harald Fernengel <harry@tdevelop.org>
- Copyright (C) 2002 F@lk Brettschneider <falkbr@tdevelop.org>
+ Copyright (C) 2002 Harald Fernengel <harry@kdevelop.org>
+ Copyright (C) 2002 F@lk Brettschneider <falkbr@kdevelop.org>
Copyright (C) 2003 Julian Rockey <linux@jrockey.com>
- Copyright (C) 2003 Roberto Raggi <roberto@tdevelop.org>
+ Copyright (C) 2003 Roberto Raggi <roberto@kdevelop.org>
Copyright (C) 2003 Jens Dagerbo <jens.dagerbo@swipnet.se>
Copyright (C) 2003 Mario Scalas <mario.scalas@libero.it>
- Copyright (C) 2003-2004 Alexander Dymo <adymo@tdevelop.org>
+ Copyright (C) 2003-2004 Alexander Dymo <adymo@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/lib/interfaces/kdevplugin.h b/lib/interfaces/kdevplugin.h
index 6ff5b462..31cc5550 100644
--- a/lib/interfaces/kdevplugin.h
+++ b/lib/interfaces/kdevplugin.h
@@ -1,6 +1,6 @@
/* This file is part of the KDE project
- Copyright (C) 1999-2001 Bernd Gehrmann <bernd@tdevelop.org>
- Copyright (C) 2004 Alexander Dymo <adymo@tdevelop.org>
+ Copyright (C) 1999-2001 Bernd Gehrmann <bernd@kdevelop.org>
+ Copyright (C) 2004 Alexander Dymo <adymo@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/lib/interfaces/kdevplugincontroller.cpp b/lib/interfaces/kdevplugincontroller.cpp
index 02938bb6..1cc6caa3 100644
--- a/lib/interfaces/kdevplugincontroller.cpp
+++ b/lib/interfaces/kdevplugincontroller.cpp
@@ -1,5 +1,5 @@
/* This file is part of the KDE project
- Copyright (C) 2004 Alexander Dymo <adymo@tdevelop.org>
+ Copyright (C) 2004 Alexander Dymo <adymo@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/lib/interfaces/kdevplugincontroller.h b/lib/interfaces/kdevplugincontroller.h
index 5fd75c6f..05ee050b 100644
--- a/lib/interfaces/kdevplugincontroller.h
+++ b/lib/interfaces/kdevplugincontroller.h
@@ -1,5 +1,5 @@
/* This file is part of the KDE project
- Copyright (C) 2004 Alexander Dymo <adymo@tdevelop.org>
+ Copyright (C) 2004 Alexander Dymo <adymo@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/lib/interfaces/kdevplugininfo.cpp b/lib/interfaces/kdevplugininfo.cpp
index 3ecdba1d..e80385cb 100644
--- a/lib/interfaces/kdevplugininfo.cpp
+++ b/lib/interfaces/kdevplugininfo.cpp
@@ -1,5 +1,5 @@
/* This file is part of the KDE project
- Copyright (C) 2004 Alexander Dymo <adymo@tdevelop.org>
+ Copyright (C) 2004 Alexander Dymo <adymo@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/lib/interfaces/kdevplugininfo.h b/lib/interfaces/kdevplugininfo.h
index 40693db1..ffd1c46e 100644
--- a/lib/interfaces/kdevplugininfo.h
+++ b/lib/interfaces/kdevplugininfo.h
@@ -1,5 +1,5 @@
/* This file is part of the KDE project
- Copyright (C) 2004 Alexander Dymo <adymo@tdevelop.org>
+ Copyright (C) 2004 Alexander Dymo <adymo@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/lib/interfaces/kdevproject.cpp b/lib/interfaces/kdevproject.cpp
index fdf16da2..e8616df1 100644
--- a/lib/interfaces/kdevproject.cpp
+++ b/lib/interfaces/kdevproject.cpp
@@ -1,10 +1,10 @@
/* This file is part of the KDE project
Copyright (C) 2001 Matthias Hoelzer-Kluepfel <hoelzer@kde.org>
- Copyright (C) 2002-2003 Roberto Raggi <roberto@tdevelop.org>
+ Copyright (C) 2002-2003 Roberto Raggi <roberto@kdevelop.org>
Copyright (C) 2002 Simon Hausmann <hausmann@kde.org>
Copyright (C) 2003 Jens Dagerbo <jens.dagerbo@swipnet.se>
Copyright (C) 2003 Mario Scalas <mario.scalas@libero.it>
- Copyright (C) 2003-2004 Alexander Dymo <adymo@tdevelop.org>
+ Copyright (C) 2003-2004 Alexander Dymo <adymo@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/lib/interfaces/kdevproject.h b/lib/interfaces/kdevproject.h
index fbe42ea7..256b0c0c 100644
--- a/lib/interfaces/kdevproject.h
+++ b/lib/interfaces/kdevproject.h
@@ -1,11 +1,11 @@
/* This file is part of the KDE project
Copyright (C) 2001 Matthias Hoelzer-Kluepfel <hoelzer@kde.org>
- Copyright (C) 2001-2002 Bernd Gehrmann <bernd@tdevelop.org>
- Copyright (C) 2002-2003 Roberto Raggi <roberto@tdevelop.org>
+ Copyright (C) 2001-2002 Bernd Gehrmann <bernd@kdevelop.org>
+ Copyright (C) 2002-2003 Roberto Raggi <roberto@kdevelop.org>
Copyright (C) 2002 Simon Hausmann <hausmann@kde.org>
Copyright (C) 2003 Jens Dagerbo <jens.dagerbo@swipnet.se>
Copyright (C) 2003 Mario Scalas <mario.scalas@libero.it>
- Copyright (C) 2003-2004 Alexander Dymo <adymo@tdevelop.org>
+ Copyright (C) 2003-2004 Alexander Dymo <adymo@kdevelop.org>
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Library General Public