summaryrefslogtreecommitdiffstats
path: root/vcs/cvsservice/integrator
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2014-05-25 15:37:31 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2014-05-25 15:37:31 +0900
commit6392f5a9dfce2bf83617d49bb7f332181ec6004e (patch)
treeab69e390f7962b7e7dda1a3a64f035c61c751cf4 /vcs/cvsservice/integrator
parentaba2788b428dc53243407902e9ccbb20b97a69fd (diff)
downloadtdevelop-6392f5a9dfce2bf83617d49bb7f332181ec6004e.tar.gz
tdevelop-6392f5a9dfce2bf83617d49bb7f332181ec6004e.zip
Revert "Finish renaming tdevelop components"
This reverts commit 722ce1efbac31c61b1d4b13f7e075c9f311e3e73.
Diffstat (limited to 'vcs/cvsservice/integrator')
-rw-r--r--vcs/cvsservice/integrator/CMakeLists.txt4
-rw-r--r--vcs/cvsservice/integrator/Makefile.am4
-rw-r--r--vcs/cvsservice/integrator/cvsserviceintegrator.cpp10
-rw-r--r--vcs/cvsservice/integrator/cvsserviceintegrator.h4
-rw-r--r--vcs/cvsservice/integrator/kdevcvsserviceintegrator.desktop (renamed from vcs/cvsservice/integrator/tdevcvsserviceintegrator.desktop)0
5 files changed, 11 insertions, 11 deletions
diff --git a/vcs/cvsservice/integrator/CMakeLists.txt b/vcs/cvsservice/integrator/CMakeLists.txt
index e615784e..a17393d8 100644
--- a/vcs/cvsservice/integrator/CMakeLists.txt
+++ b/vcs/cvsservice/integrator/CMakeLists.txt
@@ -25,7 +25,7 @@ link_directories(
##### other data ################################
-install( FILES tdevcvsserviceintegrator.desktop DESTINATION ${SERVICES_INSTALL_DIR} )
+install( FILES kdevcvsserviceintegrator.desktop DESTINATION ${SERVICES_INSTALL_DIR} )
##### libcvsserviceintegrator (module) ##########
@@ -35,6 +35,6 @@ tde_add_kpart( libcvsserviceintegrator AUTOMOC
cvsserviceintegrator.cpp integratordlgbase.ui
fetcherdlgbase.ui integratordlg.cpp initdlg.ui
LINK
- tdevextras-shared tdevelop-shared cvsservice
+ kdevextras-shared tdevelop-shared cvsservice
DESTINATION ${PLUGIN_INSTALL_DIR}
)
diff --git a/vcs/cvsservice/integrator/Makefile.am b/vcs/cvsservice/integrator/Makefile.am
index 36f5dcee..f3eb47fe 100644
--- a/vcs/cvsservice/integrator/Makefile.am
+++ b/vcs/cvsservice/integrator/Makefile.am
@@ -5,8 +5,8 @@ METASOURCES = AUTO
kde_module_LTLIBRARIES = libcvsserviceintegrator.la
libcvsserviceintegrator_la_LDFLAGS = -avoid-version -no-undefined $(all_libraries)
libcvsserviceintegrator_la_LIBADD = \
- $(top_builddir)/lib/interfaces/extras/libtdevextras.la $(top_builddir)/lib/libtdevelop.la -lcvsservice
+ $(top_builddir)/lib/interfaces/extras/libkdevextras.la $(top_builddir)/lib/libtdevelop.la -lcvsservice
noinst_HEADERS = cvsserviceintegrator.h integratordlg.h
libcvsserviceintegrator_la_SOURCES = cvsserviceintegrator.cpp \
integratordlgbase.ui fetcherdlgbase.ui integratordlg.cpp initdlg.ui
-kde_services_DATA = tdevcvsserviceintegrator.desktop
+kde_services_DATA = kdevcvsserviceintegrator.desktop
diff --git a/vcs/cvsservice/integrator/cvsserviceintegrator.cpp b/vcs/cvsservice/integrator/cvsserviceintegrator.cpp
index 7f2fbbeb..1bbc3b11 100644
--- a/vcs/cvsservice/integrator/cvsserviceintegrator.cpp
+++ b/vcs/cvsservice/integrator/cvsserviceintegrator.cpp
@@ -19,18 +19,18 @@
***************************************************************************/
#include "cvsserviceintegrator.h"
-#include <tdevgenericfactory.h>
-#include <tdevplugininfo.h>
+#include <kdevgenericfactory.h>
+#include <kdevplugininfo.h>
#include "integratordlg.h"
-static const TDevPluginInfo data("tdevcvsserviceintegrator");
-typedef TDevGenericFactory<CVSServiceIntegrator> CVSIntegratorFactory;
+static const KDevPluginInfo data("kdevcvsserviceintegrator");
+typedef KDevGenericFactory<CVSServiceIntegrator> CVSIntegratorFactory;
K_EXPORT_COMPONENT_FACTORY( libcvsserviceintegrator, CVSIntegratorFactory(data) )
CVSServiceIntegrator::CVSServiceIntegrator(TQObject* parent, const char* name,
const TQStringList args)
- :TDevVCSIntegrator(parent, name)
+ :KDevVCSIntegrator(parent, name)
{
}
diff --git a/vcs/cvsservice/integrator/cvsserviceintegrator.h b/vcs/cvsservice/integrator/cvsserviceintegrator.h
index b3a8af9a..ebf4224e 100644
--- a/vcs/cvsservice/integrator/cvsserviceintegrator.h
+++ b/vcs/cvsservice/integrator/cvsserviceintegrator.h
@@ -20,11 +20,11 @@
#ifndef CVSSERVICEINTEGRATOR_H
#define CVSSERVICEINTEGRATOR_H
-#include <tdevvcsintegrator.h>
+#include <kdevvcsintegrator.h>
#include <tqstringlist.h>
-class CVSServiceIntegrator: public TDevVCSIntegrator {
+class CVSServiceIntegrator: public KDevVCSIntegrator {
Q_OBJECT
public:
diff --git a/vcs/cvsservice/integrator/tdevcvsserviceintegrator.desktop b/vcs/cvsservice/integrator/kdevcvsserviceintegrator.desktop
index a6f189f7..a6f189f7 100644
--- a/vcs/cvsservice/integrator/tdevcvsserviceintegrator.desktop
+++ b/vcs/cvsservice/integrator/kdevcvsserviceintegrator.desktop