diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-16 13:53:18 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-16 13:53:18 -0600 |
commit | 2ecab1a194b0dc551b478820e1aaa3b8713354cc (patch) | |
tree | ae4df71ed26f3dc2dd605970d8d455165a1c8ab3 /vcs/subversion | |
parent | 549fec618f0b15c9316fc0a5ebe93c2829bc0b1b (diff) | |
download | tdevelop-2ecab1a194b0dc551b478820e1aaa3b8713354cc.tar.gz tdevelop-2ecab1a194b0dc551b478820e1aaa3b8713354cc.zip |
Additional renaming of kde to tde
Diffstat (limited to 'vcs/subversion')
-rw-r--r-- | vcs/subversion/CMakeLists.txt | 2 | ||||
-rw-r--r-- | vcs/subversion/Makefile.am | 2 | ||||
-rw-r--r-- | vcs/subversion/README.dox | 2 | ||||
-rw-r--r-- | vcs/subversion/commitdlg.cpp | 2 | ||||
-rw-r--r-- | vcs/subversion/commitdlg.h | 2 | ||||
-rw-r--r-- | vcs/subversion/integrator/CMakeLists.txt | 2 | ||||
-rw-r--r-- | vcs/subversion/integrator/Makefile.am | 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 | 4 | ||||
-rw-r--r-- | vcs/subversion/integrator/svnintegratordlg.h | 2 | ||||
-rw-r--r-- | vcs/subversion/integrator/svnintegratordlgbase.ui | 4 |
12 files changed, 14 insertions, 14 deletions
diff --git a/vcs/subversion/CMakeLists.txt b/vcs/subversion/CMakeLists.txt index db26df04..294537a2 100644 --- a/vcs/subversion/CMakeLists.txt +++ b/vcs/subversion/CMakeLists.txt @@ -54,7 +54,7 @@ tde_add_kpart( libkdevsubversion AUTOMOC svn_logviewoptiondlgbase.ui svn_logviewwidget.cpp svn_mergeoptiondlgbase.ui svn_mergewidget.cpp svn_switchdlgbase.ui svn_switchwidget.cpp - LINK kdevextensions-static kdevelop-shared + LINK kdevextensions-static tdevelop-shared DESTINATION ${PLUGIN_INSTALL_DIR} ) diff --git a/vcs/subversion/Makefile.am b/vcs/subversion/Makefile.am index 6437caf1..ce853943 100644 --- a/vcs/subversion/Makefile.am +++ b/vcs/subversion/Makefile.am @@ -10,7 +10,7 @@ libkdevsubversion_la_SOURCES = subversion_core.cpp subversion_fileinfo.cpp \ svn_copywidget.cpp svn_fileselectdlg_commit.cpp svn_logviewoptiondlgbase.ui \ svn_logviewwidget.cpp svn_mergeoptiondlgbase.ui svn_mergewidget.cpp svn_switchdlgbase.ui \ svn_switchwidget.cpp -libkdevsubversion_la_LIBADD = $(top_builddir)/lib/libkdevelop.la $(top_builddir)/lib/interfaces/extensions/libkdevextensions.la +libkdevsubversion_la_LIBADD = $(top_builddir)/lib/libtdevelop.la $(top_builddir)/lib/interfaces/extensions/libkdevextensions.la libkdevsubversion_la_LDFLAGS = $(all_libraries) $(KDE_PLUGIN) diff --git a/vcs/subversion/README.dox b/vcs/subversion/README.dox index df3badcc..d784bd30 100644 --- a/vcs/subversion/README.dox +++ b/vcs/subversion/README.dox @@ -7,7 +7,7 @@ Integrates the SVN (Subversion) version management system into KDevelop. \feature Integrates the SVN (Subversion) version management system into KDevelop. -\requirement You need to compile and install kdesdk/kioslave/svn +\requirement You need to compile and install tdesdk/kioslave/svn */ diff --git a/vcs/subversion/commitdlg.cpp b/vcs/subversion/commitdlg.cpp index be54cabb..9f604bca 100644 --- a/vcs/subversion/commitdlg.cpp +++ b/vcs/subversion/commitdlg.cpp @@ -1,6 +1,6 @@ /*************************************************************************** * This file is part of KDevelop * - * Copyright (C) 2007 The KDevelop Authors <kdevelop-devel@kdevelop.org> * + * Copyright (C) 2007 The KDevelop Authors <tdevelop-devel@tdevelop.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 a0070770..1755eead 100644 --- a/vcs/subversion/commitdlg.h +++ b/vcs/subversion/commitdlg.h @@ -1,6 +1,6 @@ /*************************************************************************** * This file is part of KDevelop * - * Copyright (C) 2007 The KDevelop Authors <kdevelop-devel@kdevelop.org> * + * Copyright (C) 2007 The KDevelop Authors <tdevelop-devel@tdevelop.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/CMakeLists.txt b/vcs/subversion/integrator/CMakeLists.txt index 4d1ab517..2256b8e3 100644 --- a/vcs/subversion/integrator/CMakeLists.txt +++ b/vcs/subversion/integrator/CMakeLists.txt @@ -35,6 +35,6 @@ tde_add_kpart( libsubversionintegrator AUTOMOC SOURCES subversionintegrator.cpp svnintegratordlgbase.ui svnintegratordlg.cpp - LINK kdevextras-shared kdevelop-shared + LINK kdevextras-shared tdevelop-shared DESTINATION ${PLUGIN_INSTALL_DIR} ) diff --git a/vcs/subversion/integrator/Makefile.am b/vcs/subversion/integrator/Makefile.am index a0fe82cd..231dc3c7 100644 --- a/vcs/subversion/integrator/Makefile.am +++ b/vcs/subversion/integrator/Makefile.am @@ -7,7 +7,7 @@ kde_module_LTLIBRARIES = libsubversionintegrator.la libsubversionintegrator_la_LDFLAGS = -avoid-version -no-undefined $(all_libraries) libsubversionintegrator_la_LIBADD =\ $(top_builddir)/lib/interfaces/extras/libkdevextras.la\ - $(top_builddir)/lib/libkdevelop.la + $(top_builddir)/lib/libtdevelop.la kde_services_DATA = kdevsubversionintegrator.desktop noinst_HEADERS = subversionintegrator.h svnintegratordlg.h libsubversionintegrator_la_SOURCES = subversionintegrator.cpp \ diff --git a/vcs/subversion/integrator/subversionintegrator.cpp b/vcs/subversion/integrator/subversionintegrator.cpp index 32d28d27..5972ec28 100644 --- a/vcs/subversion/integrator/subversionintegrator.cpp +++ b/vcs/subversion/integrator/subversionintegrator.cpp @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2004 by Alexander Dymo * - * adymo@kdevelop.org * + * adymo@tdevelop.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 1113c18e..fd6383b7 100644 --- a/vcs/subversion/integrator/subversionintegrator.h +++ b/vcs/subversion/integrator/subversionintegrator.h @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2004 by Alexander Dymo * - * adymo@kdevelop.org * + * adymo@tdevelop.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 05572278..b197355b 100644 --- a/vcs/subversion/integrator/svnintegratordlg.cpp +++ b/vcs/subversion/integrator/svnintegratordlg.cpp @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2004 by Alexander Dymo * - * adymo@kdevelop.org * + * adymo@tdevelop.org * * Copyright (C) 2004 * * Mickael Marchand <marchand@kde.org> * * * @@ -29,7 +29,7 @@ #include <tqradiobutton.h> #include <kio/scheduler.h> #include <kprocess.h> -#include <kdeversion.h> +#include <tdeversion.h> #include <kmessagebox.h> #include <klocale.h> #include <kdebug.h> diff --git a/vcs/subversion/integrator/svnintegratordlg.h b/vcs/subversion/integrator/svnintegratordlg.h index 404ac6de..18ea8bc6 100644 --- a/vcs/subversion/integrator/svnintegratordlg.h +++ b/vcs/subversion/integrator/svnintegratordlg.h @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2004 by Alexander Dymo * - * adymo@kdevelop.org * + * adymo@tdevelop.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/svnintegratordlgbase.ui b/vcs/subversion/integrator/svnintegratordlgbase.ui index 1d03d651..52ce91a5 100644 --- a/vcs/subversion/integrator/svnintegratordlgbase.ui +++ b/vcs/subversion/integrator/svnintegratordlgbase.ui @@ -61,14 +61,14 @@ <string>Adds subversion menus to project. NOTE: Unless you import the project -out of kdevelop, you will not be able +out of tdevelop, you will not be able to perform any subversion operations.</string> </property> <property name="whatsThis" stdset="0"> <string>Adds subversion menus to project. NOTE: Unless you import the project -out of kdevelop, you will not be able +out of tdevelop, you will not be able to perform any subversion operations.</string> </property> </widget> |