diff options
Diffstat (limited to 'vcs/subversion')
-rw-r--r-- | vcs/subversion/Makefile.am | 4 | ||||
-rw-r--r-- | vcs/subversion/commitdlg.cpp | 2 | ||||
-rw-r--r-- | vcs/subversion/commitdlg.h | 2 | ||||
-rw-r--r-- | vcs/subversion/integrator/subversionintegrator.cpp | 2 | ||||
-rw-r--r-- | vcs/subversion/integrator/subversionintegrator.h | 2 | ||||
-rw-r--r-- | vcs/subversion/integrator/svnintegratordlg.cpp | 2 | ||||
-rw-r--r-- | vcs/subversion/integrator/svnintegratordlg.h | 2 |
7 files changed, 8 insertions, 8 deletions
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 * |