summaryrefslogtreecommitdiffstats
path: root/vcs/subversion
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/subversion
parentc3a7a4fbdcd78a66c18b90dc17b7070d517eed17 (diff)
downloadtdevelop-e19722342046756a90d65060c756198e31ff4457.tar.gz
tdevelop-e19722342046756a90d65060c756198e31ff4457.zip
Additional k => tde renaming and fixes
Diffstat (limited to 'vcs/subversion')
-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
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 *