summaryrefslogtreecommitdiffstats
path: root/vcs/clearcase
diff options
context:
space:
mode:
Diffstat (limited to 'vcs/clearcase')
-rw-r--r--vcs/clearcase/CMakeLists.txt2
-rw-r--r--vcs/clearcase/Makefile.am2
-rw-r--r--vcs/clearcase/README2
-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/CMakeLists.txt2
-rw-r--r--vcs/clearcase/integrator/Makefile.am2
-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
14 files changed, 14 insertions, 14 deletions
diff --git a/vcs/clearcase/CMakeLists.txt b/vcs/clearcase/CMakeLists.txt
index 8b6ae246..4dbed390 100644
--- a/vcs/clearcase/CMakeLists.txt
+++ b/vcs/clearcase/CMakeLists.txt
@@ -36,6 +36,6 @@ tde_add_kpart( libkdevclearcase AUTOMOC
SOURCES
clearcasepart.cpp commentdlg.cpp
clearcasefileinfoprovider.cpp clearcasemanipulator.cpp
- LINK kdevextensions-static kdevelop-shared
+ LINK kdevextensions-static tdevelop-shared
DESTINATION ${PLUGIN_INSTALL_DIR}
)
diff --git a/vcs/clearcase/Makefile.am b/vcs/clearcase/Makefile.am
index 64b70392..630a1346 100644
--- a/vcs/clearcase/Makefile.am
+++ b/vcs/clearcase/Makefile.am
@@ -5,7 +5,7 @@ INCLUDES = -I$(top_srcdir)/lib/interfaces \
kde_module_LTLIBRARIES = libkdevclearcase.la
libkdevclearcase_la_LDFLAGS = $(all_libraries) $(KDE_PLUGIN)
-libkdevclearcase_la_LIBADD = $(top_builddir)/lib/libkdevelop.la $(top_builddir)/lib/interfaces/extensions/libkdevextensions.la
+libkdevclearcase_la_LIBADD = $(top_builddir)/lib/libtdevelop.la $(top_builddir)/lib/interfaces/extensions/libkdevextensions.la
libkdevclearcase_la_SOURCES = clearcasepart.cpp commentdlg.cpp \
clearcasefileinfoprovider.cpp clearcasemanipulator.cpp
diff --git a/vcs/clearcase/README b/vcs/clearcase/README
index 731741e1..7df3c4b5 100644
--- a/vcs/clearcase/README
+++ b/vcs/clearcase/README
@@ -1,3 +1,3 @@
Please read the on-line, automaticaly updated KDevelop API documentation at:
-http://www.kdevelop.org
+http://www.tdevelop.org
or read the README.dox file.
diff --git a/vcs/clearcase/README.dox b/vcs/clearcase/README.dox
index 74f2678b..37faca4c 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 kdevelop.org>
+Based on Perforce (PerforcePart) implementation by Harald Fernengel <harry AT tdevelop.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 d4733285..33fb5302 100644
--- a/vcs/clearcase/clearcasefileinfoprovider.cpp
+++ b/vcs/clearcase/clearcasefileinfoprovider.cpp
@@ -4,7 +4,7 @@
// Description:
//
//
-// Author: KDevelop Authors <kdevelop-devel@kdevelop.org>, (C) 2005
+// Author: KDevelop Authors <tdevelop-devel@tdevelop.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 dcb1d26f..292ada0f 100644
--- a/vcs/clearcase/clearcasefileinfoprovider.h
+++ b/vcs/clearcase/clearcasefileinfoprovider.h
@@ -4,7 +4,7 @@
// Description:
//
//
-// Author: KDevelop Authors <kdevelop-devel@kdevelop.org>, (C) 2005
+// Author: KDevelop Authors <tdevelop-devel@tdevelop.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 5c9563f9..bedd2b84 100644
--- a/vcs/clearcase/clearcasemanipulator.cpp
+++ b/vcs/clearcase/clearcasemanipulator.cpp
@@ -4,7 +4,7 @@
// Description:
//
//
-// Author: KDevelop Authors <kdevelop-devel@kdevelop.org>, (C) 2005
+// Author: KDevelop Authors <tdevelop-devel@tdevelop.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 0cb795e3..dab79975 100644
--- a/vcs/clearcase/clearcasemanipulator.h
+++ b/vcs/clearcase/clearcasemanipulator.h
@@ -4,7 +4,7 @@
// Description:
//
//
-// Author: KDevelop Authors <kdevelop-devel@kdevelop.org>, (C) 2005
+// Author: KDevelop Authors <tdevelop-devel@tdevelop.org>, (C) 2005
//
// Copyright: See COPYING file that comes with this distribution
//
diff --git a/vcs/clearcase/integrator/CMakeLists.txt b/vcs/clearcase/integrator/CMakeLists.txt
index bff7ebb3..ccc3348f 100644
--- a/vcs/clearcase/integrator/CMakeLists.txt
+++ b/vcs/clearcase/integrator/CMakeLists.txt
@@ -35,6 +35,6 @@ tde_add_kpart( libclearcaseintegrator AUTOMOC
SOURCES
clearcaseintegrator.cpp ccintegratordlgbase.ui
ccintegratordlg.cpp
- LINK kdevextras-shared kdevelop-shared
+ LINK kdevextras-shared tdevelop-shared
DESTINATION ${PLUGIN_INSTALL_DIR}
)
diff --git a/vcs/clearcase/integrator/Makefile.am b/vcs/clearcase/integrator/Makefile.am
index cd998856..a9d50a98 100644
--- a/vcs/clearcase/integrator/Makefile.am
+++ b/vcs/clearcase/integrator/Makefile.am
@@ -6,7 +6,7 @@ kde_module_LTLIBRARIES = libclearcaseintegrator.la
libclearcaseintegrator_la_LDFLAGS = -avoid-version -no-undefined $(all_libraries)
libclearcaseintegrator_la_LIBADD =\
$(top_builddir)/lib/interfaces/extras/libkdevextras.la\
- $(top_builddir)/lib/libkdevelop.la
+ $(top_builddir)/lib/libtdevelop.la
kde_services_DATA = kdevclearcaseintegrator.desktop
noinst_HEADERS = clearcaseintegrator.h ccintegratordlg.h
libclearcaseintegrator_la_SOURCES = clearcaseintegrator.cpp \
diff --git a/vcs/clearcase/integrator/ccintegratordlg.cpp b/vcs/clearcase/integrator/ccintegratordlg.cpp
index 8e89cf94..99510ef5 100644
--- a/vcs/clearcase/integrator/ccintegratordlg.cpp
+++ b/vcs/clearcase/integrator/ccintegratordlg.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/clearcase/integrator/ccintegratordlg.h b/vcs/clearcase/integrator/ccintegratordlg.h
index 674e7815..31bcee34 100644
--- a/vcs/clearcase/integrator/ccintegratordlg.h
+++ b/vcs/clearcase/integrator/ccintegratordlg.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/clearcase/integrator/clearcaseintegrator.cpp b/vcs/clearcase/integrator/clearcaseintegrator.cpp
index 4e8c1a0b..ed2176eb 100644
--- a/vcs/clearcase/integrator/clearcaseintegrator.cpp
+++ b/vcs/clearcase/integrator/clearcaseintegrator.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/clearcase/integrator/clearcaseintegrator.h b/vcs/clearcase/integrator/clearcaseintegrator.h
index 9dc67e47..e368b00c 100644
--- a/vcs/clearcase/integrator/clearcaseintegrator.h
+++ b/vcs/clearcase/integrator/clearcaseintegrator.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 *