summaryrefslogtreecommitdiffstats
path: root/vcs/clearcase/integrator
diff options
context:
space:
mode:
Diffstat (limited to 'vcs/clearcase/integrator')
-rw-r--r--vcs/clearcase/integrator/CMakeLists.txt4
-rw-r--r--vcs/clearcase/integrator/Makefile.am4
-rw-r--r--vcs/clearcase/integrator/ccintegratordlg.h2
-rw-r--r--vcs/clearcase/integrator/clearcaseintegrator.cpp10
-rw-r--r--vcs/clearcase/integrator/clearcaseintegrator.h4
-rw-r--r--vcs/clearcase/integrator/tdevclearcaseintegrator.desktop (renamed from vcs/clearcase/integrator/kdevclearcaseintegrator.desktop)0
6 files changed, 12 insertions, 12 deletions
diff --git a/vcs/clearcase/integrator/CMakeLists.txt b/vcs/clearcase/integrator/CMakeLists.txt
index ccc3348f..bd527272 100644
--- a/vcs/clearcase/integrator/CMakeLists.txt
+++ b/vcs/clearcase/integrator/CMakeLists.txt
@@ -26,7 +26,7 @@ link_directories(
##### other data ################################
-install( FILES kdevclearcaseintegrator.desktop DESTINATION ${SERVICES_INSTALL_DIR} )
+install( FILES tdevclearcaseintegrator.desktop DESTINATION ${SERVICES_INSTALL_DIR} )
##### libclearcaseintegrator (module) ###########
@@ -35,6 +35,6 @@ tde_add_kpart( libclearcaseintegrator AUTOMOC
SOURCES
clearcaseintegrator.cpp ccintegratordlgbase.ui
ccintegratordlg.cpp
- LINK kdevextras-shared tdevelop-shared
+ LINK tdevextras-shared tdevelop-shared
DESTINATION ${PLUGIN_INSTALL_DIR}
)
diff --git a/vcs/clearcase/integrator/Makefile.am b/vcs/clearcase/integrator/Makefile.am
index a9d50a98..98e39465 100644
--- a/vcs/clearcase/integrator/Makefile.am
+++ b/vcs/clearcase/integrator/Makefile.am
@@ -5,9 +5,9 @@ METASOURCES = AUTO
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/interfaces/extras/libtdevextras.la\
$(top_builddir)/lib/libtdevelop.la
-kde_services_DATA = kdevclearcaseintegrator.desktop
+kde_services_DATA = tdevclearcaseintegrator.desktop
noinst_HEADERS = clearcaseintegrator.h ccintegratordlg.h
libclearcaseintegrator_la_SOURCES = clearcaseintegrator.cpp \
ccintegratordlgbase.ui ccintegratordlg.cpp
diff --git a/vcs/clearcase/integrator/ccintegratordlg.h b/vcs/clearcase/integrator/ccintegratordlg.h
index f427b2b3..2eb1e2e3 100644
--- a/vcs/clearcase/integrator/ccintegratordlg.h
+++ b/vcs/clearcase/integrator/ccintegratordlg.h
@@ -21,7 +21,7 @@
#define CCINTEGRATORDLG_H
#include "ccintegratordlgbase.h"
-#include <kdevvcsintegrator.h>
+#include <tdevvcsintegrator.h>
class CCIntegratorDlg: public CCIntegratorDlgBase, public VCSDialog {
Q_OBJECT
diff --git a/vcs/clearcase/integrator/clearcaseintegrator.cpp b/vcs/clearcase/integrator/clearcaseintegrator.cpp
index 4e8c1a0b..f00783b4 100644
--- a/vcs/clearcase/integrator/clearcaseintegrator.cpp
+++ b/vcs/clearcase/integrator/clearcaseintegrator.cpp
@@ -19,19 +19,19 @@
***************************************************************************/
#include "clearcaseintegrator.h"
-#include <kdevgenericfactory.h>
-#include <kdevplugininfo.h>
+#include <tdevgenericfactory.h>
+#include <tdevplugininfo.h>
#include "ccintegratordlg.h"
-static const KDevPluginInfo data("kdevclearcaseintegrator");
-typedef KDevGenericFactory<ClearcaseIntegrator> ClearcaseIntegratorFactory;
+static const TDevPluginInfo data("tdevclearcaseintegrator");
+typedef TDevGenericFactory<ClearcaseIntegrator> ClearcaseIntegratorFactory;
K_EXPORT_COMPONENT_FACTORY( libclearcaseintegrator, ClearcaseIntegratorFactory(data) )
ClearcaseIntegrator::ClearcaseIntegrator(TQObject* parent, const char* name,
const TQStringList // args
)
- :KDevVCSIntegrator(parent, name)
+ :TDevVCSIntegrator(parent, name)
{
}
diff --git a/vcs/clearcase/integrator/clearcaseintegrator.h b/vcs/clearcase/integrator/clearcaseintegrator.h
index 3859c1f9..4e431da6 100644
--- a/vcs/clearcase/integrator/clearcaseintegrator.h
+++ b/vcs/clearcase/integrator/clearcaseintegrator.h
@@ -20,11 +20,11 @@
#ifndef CLEARCASEINTEGRATOR_H
#define CLEARCASEINTEGRATOR_H
-#include <kdevvcsintegrator.h>
+#include <tdevvcsintegrator.h>
#include <tqstringlist.h>
-class ClearcaseIntegrator : public KDevVCSIntegrator
+class ClearcaseIntegrator : public TDevVCSIntegrator
{
Q_OBJECT
diff --git a/vcs/clearcase/integrator/kdevclearcaseintegrator.desktop b/vcs/clearcase/integrator/tdevclearcaseintegrator.desktop
index 4bc49cfc..4bc49cfc 100644
--- a/vcs/clearcase/integrator/kdevclearcaseintegrator.desktop
+++ b/vcs/clearcase/integrator/tdevclearcaseintegrator.desktop