summaryrefslogtreecommitdiffstats
path: root/vcs
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2013-09-03 20:03:11 +0200
committerSlávek Banko <slavek.banko@axis.cz>2013-09-03 21:03:17 +0200
commite19722342046756a90d65060c756198e31ff4457 (patch)
tree8f0f73d20b41d6c9b183ed58a8a13ebc8e5b2f67 /vcs
parentc3a7a4fbdcd78a66c18b90dc17b7070d517eed17 (diff)
downloadtdevelop-e19722342046756a90d65060c756198e31ff4457.tar.gz
tdevelop-e19722342046756a90d65060c756198e31ff4457.zip
Additional k => tde renaming and fixes
Diffstat (limited to 'vcs')
-rw-r--r--vcs/clearcase/README.dox2
-rw-r--r--vcs/clearcase/clearcasefileinfoprovider.cpp2
-rw-r--r--vcs/clearcase/clearcasefileinfoprovider.h2
-rw-r--r--vcs/clearcase/clearcasemanipulator.cpp2
-rw-r--r--vcs/clearcase/clearcasemanipulator.h2
-rw-r--r--vcs/clearcase/integrator/ccintegratordlg.cpp2
-rw-r--r--vcs/clearcase/integrator/ccintegratordlg.h2
-rw-r--r--vcs/clearcase/integrator/clearcaseintegrator.cpp2
-rw-r--r--vcs/clearcase/integrator/clearcaseintegrator.h2
-rw-r--r--vcs/cvsservice/commitdlg.cpp2
-rw-r--r--vcs/cvsservice/commitdlg.h2
-rw-r--r--vcs/cvsservice/cvslogdialog.h2
-rw-r--r--vcs/cvsservice/cvspart.cpp2
-rw-r--r--vcs/cvsservice/cvspart.h2
-rw-r--r--vcs/cvsservice/diffwidget.cpp2
-rw-r--r--vcs/cvsservice/diffwidget.h2
-rw-r--r--vcs/cvsservice/integrator/cvsserviceintegrator.cpp2
-rw-r--r--vcs/cvsservice/integrator/cvsserviceintegrator.h2
-rw-r--r--vcs/cvsservice/integrator/integratordlg.cpp2
-rw-r--r--vcs/cvsservice/integrator/integratordlg.h2
-rw-r--r--vcs/perforce/README.dox6
-rw-r--r--vcs/perforce/commitdlg.cpp4
-rw-r--r--vcs/perforce/commitdlg.h4
-rw-r--r--vcs/perforce/integrator/perforceintegrator.cpp2
-rw-r--r--vcs/perforce/integrator/perforceintegrator.h2
-rw-r--r--vcs/perforce/integrator/pfintegratordlg.cpp2
-rw-r--r--vcs/perforce/integrator/pfintegratordlg.h2
-rw-r--r--vcs/perforce/perforcepart.cpp4
-rw-r--r--vcs/perforce/perforcepart.h4
-rw-r--r--vcs/subversion/Makefile.am4
-rw-r--r--vcs/subversion/commitdlg.cpp2
-rw-r--r--vcs/subversion/commitdlg.h2
-rw-r--r--vcs/subversion/integrator/subversionintegrator.cpp2
-rw-r--r--vcs/subversion/integrator/subversionintegrator.h2
-rw-r--r--vcs/subversion/integrator/svnintegratordlg.cpp2
-rw-r--r--vcs/subversion/integrator/svnintegratordlg.h2
36 files changed, 43 insertions, 43 deletions
diff --git a/vcs/clearcase/README.dox b/vcs/clearcase/README.dox
index 37faca4c..74f2678b 100644
--- a/vcs/clearcase/README.dox
+++ b/vcs/clearcase/README.dox
@@ -1,6 +1,6 @@
/** \class ClearcasePart
Integrates Clearcase configuration management system into KDevelop.
-Based on Perforce (PerforcePart) implementation by Harald Fernengel <harry AT tdevelop.org>
+Based on Perforce (PerforcePart) implementation by Harald Fernengel <harry AT kdevelop.org>
To use clearcase functions, you need to:
-# Create a view in which you will keep your project files
diff --git a/vcs/clearcase/clearcasefileinfoprovider.cpp b/vcs/clearcase/clearcasefileinfoprovider.cpp
index 5fe6dbf3..1e18f8e1 100644
--- a/vcs/clearcase/clearcasefileinfoprovider.cpp
+++ b/vcs/clearcase/clearcasefileinfoprovider.cpp
@@ -4,7 +4,7 @@
// Description:
//
//
-// Author: KDevelop Authors <tdevelop-devel@tdevelop.org>, (C) 2005
+// Author: KDevelop Authors <kdevelop-devel@kdevelop.org>, (C) 2005
//
// Copyright: See COPYING file that comes with this distribution
//
diff --git a/vcs/clearcase/clearcasefileinfoprovider.h b/vcs/clearcase/clearcasefileinfoprovider.h
index 1575a626..0f6f7d06 100644
--- a/vcs/clearcase/clearcasefileinfoprovider.h
+++ b/vcs/clearcase/clearcasefileinfoprovider.h
@@ -4,7 +4,7 @@
// Description:
//
//
-// Author: KDevelop Authors <tdevelop-devel@tdevelop.org>, (C) 2005
+// Author: KDevelop Authors <kdevelop-devel@kdevelop.org>, (C) 2005
//
// Copyright: See COPYING file that comes with this distribution
//
diff --git a/vcs/clearcase/clearcasemanipulator.cpp b/vcs/clearcase/clearcasemanipulator.cpp
index bedd2b84..5c9563f9 100644
--- a/vcs/clearcase/clearcasemanipulator.cpp
+++ b/vcs/clearcase/clearcasemanipulator.cpp
@@ -4,7 +4,7 @@
// Description:
//
//
-// Author: KDevelop Authors <tdevelop-devel@tdevelop.org>, (C) 2005
+// Author: KDevelop Authors <kdevelop-devel@kdevelop.org>, (C) 2005
//
// Copyright: See COPYING file that comes with this distribution
//
diff --git a/vcs/clearcase/clearcasemanipulator.h b/vcs/clearcase/clearcasemanipulator.h
index dab79975..0cb795e3 100644
--- a/vcs/clearcase/clearcasemanipulator.h
+++ b/vcs/clearcase/clearcasemanipulator.h
@@ -4,7 +4,7 @@
// Description:
//
//
-// Author: KDevelop Authors <tdevelop-devel@tdevelop.org>, (C) 2005
+// Author: KDevelop Authors <kdevelop-devel@kdevelop.org>, (C) 2005
//
// Copyright: See COPYING file that comes with this distribution
//
diff --git a/vcs/clearcase/integrator/ccintegratordlg.cpp b/vcs/clearcase/integrator/ccintegratordlg.cpp
index 99510ef5..8e89cf94 100644
--- a/vcs/clearcase/integrator/ccintegratordlg.cpp
+++ b/vcs/clearcase/integrator/ccintegratordlg.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/vcs/clearcase/integrator/ccintegratordlg.h b/vcs/clearcase/integrator/ccintegratordlg.h
index 33403b19..f427b2b3 100644
--- a/vcs/clearcase/integrator/ccintegratordlg.h
+++ b/vcs/clearcase/integrator/ccintegratordlg.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/vcs/clearcase/integrator/clearcaseintegrator.cpp b/vcs/clearcase/integrator/clearcaseintegrator.cpp
index ed2176eb..4e8c1a0b 100644
--- a/vcs/clearcase/integrator/clearcaseintegrator.cpp
+++ b/vcs/clearcase/integrator/clearcaseintegrator.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/vcs/clearcase/integrator/clearcaseintegrator.h b/vcs/clearcase/integrator/clearcaseintegrator.h
index 070f22cc..3859c1f9 100644
--- a/vcs/clearcase/integrator/clearcaseintegrator.h
+++ b/vcs/clearcase/integrator/clearcaseintegrator.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/vcs/cvsservice/commitdlg.cpp b/vcs/cvsservice/commitdlg.cpp
index d5ccd014..f47516ed 100644
--- a/vcs/cvsservice/commitdlg.cpp
+++ b/vcs/cvsservice/commitdlg.cpp
@@ -1,6 +1,6 @@
/***************************************************************************
* Copyright (C) 1999, 2000 by Bernd Gehrmann *
- * bernd@tdevelop.org *
+ * bernd@kdevelop.org *
* Copyright (C) 2003 by Mario Scalas *
* mario.scalas@libero.it *
* *
diff --git a/vcs/cvsservice/commitdlg.h b/vcs/cvsservice/commitdlg.h
index 02ae61bc..c955836f 100644
--- a/vcs/cvsservice/commitdlg.h
+++ b/vcs/cvsservice/commitdlg.h
@@ -1,6 +1,6 @@
/***************************************************************************
* Copyright (C) 1999, 2000 by Bernd Gehrmann *
- * bernd@tdevelop.org *
+ * bernd@kdevelop.org *
* Copyright (C) 2003 by Mario Scalas *
* mario.scalas@libero.it *
* *
diff --git a/vcs/cvsservice/cvslogdialog.h b/vcs/cvsservice/cvslogdialog.h
index d5992cdb..e3d3614e 100644
--- a/vcs/cvsservice/cvslogdialog.h
+++ b/vcs/cvsservice/cvslogdialog.h
@@ -4,7 +4,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/vcs/cvsservice/cvspart.cpp b/vcs/cvsservice/cvspart.cpp
index 88cd870d..2bda55f1 100644
--- a/vcs/cvsservice/cvspart.cpp
+++ b/vcs/cvsservice/cvspart.cpp
@@ -1,6 +1,6 @@
/**************************************************************************
* Copyright (C) 1999-2001 by Bernd Gehrmann *
- * bernd@tdevelop.org *
+ * bernd@kdevelop.org *
* Copyright (C) 2003 by Mario Scalas *
* mario.scalas@libero.it *
* *
diff --git a/vcs/cvsservice/cvspart.h b/vcs/cvsservice/cvspart.h
index 0b988fba..e2df8ce0 100644
--- a/vcs/cvsservice/cvspart.h
+++ b/vcs/cvsservice/cvspart.h
@@ -1,6 +1,6 @@
/***************************************************************************
* Copyright (C) 1999-2001 by Bernd Gehrmann *
- * bernd@tdevelop.org *
+ * bernd@kdevelop.org *
* Copyright (C) 2003 by Mario Scalas *
* mario.scalas@libero.it *
* *
diff --git a/vcs/cvsservice/diffwidget.cpp b/vcs/cvsservice/diffwidget.cpp
index 56bb5b2c..65d3ea42 100644
--- a/vcs/cvsservice/diffwidget.cpp
+++ b/vcs/cvsservice/diffwidget.cpp
@@ -1,6 +1,6 @@
/***************************************************************************
* Copyright (C) 2001 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/vcs/cvsservice/diffwidget.h b/vcs/cvsservice/diffwidget.h
index 4bab139e..9142aa8a 100644
--- a/vcs/cvsservice/diffwidget.h
+++ b/vcs/cvsservice/diffwidget.h
@@ -1,6 +1,6 @@
/***************************************************************************
* Copyright (C) 2001 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/vcs/cvsservice/integrator/cvsserviceintegrator.cpp b/vcs/cvsservice/integrator/cvsserviceintegrator.cpp
index 68158ccb..1bbc3b11 100644
--- a/vcs/cvsservice/integrator/cvsserviceintegrator.cpp
+++ b/vcs/cvsservice/integrator/cvsserviceintegrator.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/vcs/cvsservice/integrator/cvsserviceintegrator.h b/vcs/cvsservice/integrator/cvsserviceintegrator.h
index 95bdcf7c..ebf4224e 100644
--- a/vcs/cvsservice/integrator/cvsserviceintegrator.h
+++ b/vcs/cvsservice/integrator/cvsserviceintegrator.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/vcs/cvsservice/integrator/integratordlg.cpp b/vcs/cvsservice/integrator/integratordlg.cpp
index 5b0b593f..e44ed9e7 100644
--- a/vcs/cvsservice/integrator/integratordlg.cpp
+++ b/vcs/cvsservice/integrator/integratordlg.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/vcs/cvsservice/integrator/integratordlg.h b/vcs/cvsservice/integrator/integratordlg.h
index 6e253221..ac6d7f9d 100644
--- a/vcs/cvsservice/integrator/integratordlg.h
+++ b/vcs/cvsservice/integrator/integratordlg.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/vcs/perforce/README.dox b/vcs/perforce/README.dox
index fe9caa26..5a2d3756 100644
--- a/vcs/perforce/README.dox
+++ b/vcs/perforce/README.dox
@@ -1,10 +1,10 @@
/** \class PerforcePart
Integrates the perforce version managment system into KDevelop.
-\authors <a href="mailto:bernd AT tdevelop.org">Bernd Gehrmann</a> Copyright (C) 1999-2001
-\authors <a href="mailto:harry AT tdevelop.org">Harald Fernengel</a> Copyright (C) 2002-2003
+\authors <a href="mailto:bernd AT kdevelop.org">Bernd Gehrmann</a> Copyright (C) 1999-2001
+\authors <a href="mailto:harry AT kdevelop.org">Harald Fernengel</a> Copyright (C) 2002-2003
-\maintainer <a href="mailto:harry AT tdevelop.org">Harald Fernengel</a>
+\maintainer <a href="mailto:harry AT kdevelop.org">Harald Fernengel</a>
\feature edit, revert and submit
\feature use the diff frontend (also removes the crappy perforce diff headers)
diff --git a/vcs/perforce/commitdlg.cpp b/vcs/perforce/commitdlg.cpp
index 5329df9f..c5706903 100644
--- a/vcs/perforce/commitdlg.cpp
+++ b/vcs/perforce/commitdlg.cpp
@@ -1,7 +1,7 @@
/***************************************************************************
* Copyright (C) 1999, 2000 by Bernd Gehrmann *
- * bernd@tdevelop.org *
- * Modified for perforce 2002 by Harald Fernengel <harry@tdevelop.org> *
+ * bernd@kdevelop.org *
+ * Modified for perforce 2002 by Harald Fernengel <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/vcs/perforce/commitdlg.h b/vcs/perforce/commitdlg.h
index 0bd98d71..7fa70404 100644
--- a/vcs/perforce/commitdlg.h
+++ b/vcs/perforce/commitdlg.h
@@ -1,7 +1,7 @@
/***************************************************************************
* Copyright (C) 1999, 2000 by Bernd Gehrmann *
- * bernd@tdevelop.org *
- * Modified for perforce 2002 by Harald Fernengel <harry@tdevelop.org> *
+ * bernd@kdevelop.org *
+ * Modified for perforce 2002 by Harald Fernengel <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/vcs/perforce/integrator/perforceintegrator.cpp b/vcs/perforce/integrator/perforceintegrator.cpp
index b881f94b..bc7c0988 100644
--- a/vcs/perforce/integrator/perforceintegrator.cpp
+++ b/vcs/perforce/integrator/perforceintegrator.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/vcs/perforce/integrator/perforceintegrator.h b/vcs/perforce/integrator/perforceintegrator.h
index d85e2b18..2b82046f 100644
--- a/vcs/perforce/integrator/perforceintegrator.h
+++ b/vcs/perforce/integrator/perforceintegrator.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/vcs/perforce/integrator/pfintegratordlg.cpp b/vcs/perforce/integrator/pfintegratordlg.cpp
index 3a0ab9a5..8685b2f4 100644
--- a/vcs/perforce/integrator/pfintegratordlg.cpp
+++ b/vcs/perforce/integrator/pfintegratordlg.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/vcs/perforce/integrator/pfintegratordlg.h b/vcs/perforce/integrator/pfintegratordlg.h
index 41efa2f3..3e7bf4de 100644
--- a/vcs/perforce/integrator/pfintegratordlg.h
+++ b/vcs/perforce/integrator/pfintegratordlg.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/vcs/perforce/perforcepart.cpp b/vcs/perforce/perforcepart.cpp
index 59bd5448..f92666b6 100644
--- a/vcs/perforce/perforcepart.cpp
+++ b/vcs/perforce/perforcepart.cpp
@@ -1,7 +1,7 @@
/***************************************************************************
* Copyright (C) 1999-2001 by Bernd Gehrmann *
- * bernd@tdevelop.org *
- * Extended 2002 by Harald Fernengel <harry@tdevelop.org> *
+ * bernd@kdevelop.org *
+ * Extended 2002 by Harald Fernengel <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/vcs/perforce/perforcepart.h b/vcs/perforce/perforcepart.h
index 4f233820..7c034424 100644
--- a/vcs/perforce/perforcepart.h
+++ b/vcs/perforce/perforcepart.h
@@ -1,7 +1,7 @@
/***************************************************************************
* Copyright (C) 1999-2001 by Bernd Gehrmann *
- * bernd@tdevelop.org *
- * Extended to use perforce 2002 by Harald Fernengel <harry@tdevelop.org>*
+ * bernd@kdevelop.org *
+ * Extended to use perforce 2002 by Harald Fernengel <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/vcs/subversion/Makefile.am b/vcs/subversion/Makefile.am
index ba5d6c0f..a66b80dd 100644
--- a/vcs/subversion/Makefile.am
+++ b/vcs/subversion/Makefile.am
@@ -15,12 +15,12 @@ libkdevsubversion_la_LDFLAGS = $(all_libraries) $(KDE_PLUGIN)
tdeio_kdevsvn_la_SOURCES = svn_tdeio.cpp
-tdeio_kdevsvn_la_LIBADD = $(LIB_KIO)
+tdeio_kdevsvn_la_LIBADD = $(LIB_TDEIO)
tdeio_kdevsvn_la_LDFLAGS = -module $(all_libraries) $(KDE_PLUGIN) $(SVN_LIB)
kded_kdevsvnd_la_SOURCES = commitdlg.cpp commitdlgbase.ui kdevsvnd.cpp \
kdevsvnd.skel kdevsvnd_widgets.cpp svnssltrustpromptbase.ui
-kded_kdevsvnd_la_LIBADD = $(LIB_KIO) -ltdeinit_kded
+kded_kdevsvnd_la_LIBADD = $(LIB_TDEIO) -ltdeinit_kded
kded_kdevsvnd_la_LDFLAGS = -module $(all_libraries) $(KDE_PLUGIN)
kdeddir = $(kde_servicesdir)/kded
diff --git a/vcs/subversion/commitdlg.cpp b/vcs/subversion/commitdlg.cpp
index 8b57f0e1..cd6fedab 100644
--- a/vcs/subversion/commitdlg.cpp
+++ b/vcs/subversion/commitdlg.cpp
@@ -1,6 +1,6 @@
/***************************************************************************
* This file is part of TDevelop *
- * Copyright (C) 2007 The KDevelop Authors <tdevelop-devel@tdevelop.org> *
+ * Copyright (C) 2007 The KDevelop Authors <kdevelop-devel@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/vcs/subversion/commitdlg.h b/vcs/subversion/commitdlg.h
index 47a25169..2f9d5a85 100644
--- a/vcs/subversion/commitdlg.h
+++ b/vcs/subversion/commitdlg.h
@@ -1,6 +1,6 @@
/***************************************************************************
* This file is part of TDevelop *
- * Copyright (C) 2007 The KDevelop Authors <tdevelop-devel@tdevelop.org> *
+ * Copyright (C) 2007 The KDevelop Authors <kdevelop-devel@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/vcs/subversion/integrator/subversionintegrator.cpp b/vcs/subversion/integrator/subversionintegrator.cpp
index 5972ec28..32d28d27 100644
--- a/vcs/subversion/integrator/subversionintegrator.cpp
+++ b/vcs/subversion/integrator/subversionintegrator.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/vcs/subversion/integrator/subversionintegrator.h b/vcs/subversion/integrator/subversionintegrator.h
index fa6b5130..01c43516 100644
--- a/vcs/subversion/integrator/subversionintegrator.h
+++ b/vcs/subversion/integrator/subversionintegrator.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/vcs/subversion/integrator/svnintegratordlg.cpp b/vcs/subversion/integrator/svnintegratordlg.cpp
index da54b09b..87ccf488 100644
--- a/vcs/subversion/integrator/svnintegratordlg.cpp
+++ b/vcs/subversion/integrator/svnintegratordlg.cpp
@@ -1,6 +1,6 @@
/***************************************************************************
* Copyright (C) 2004 by Alexander Dymo *
- * adymo@tdevelop.org *
+ * adymo@kdevelop.org *
* Copyright (C) 2004 *
* Mickael Marchand <marchand@kde.org> *
* *
diff --git a/vcs/subversion/integrator/svnintegratordlg.h b/vcs/subversion/integrator/svnintegratordlg.h
index d286221e..ccf1686f 100644
--- a/vcs/subversion/integrator/svnintegratordlg.h
+++ b/vcs/subversion/integrator/svnintegratordlg.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 *