summaryrefslogtreecommitdiffstats
path: root/vcs/perforce/integrator
diff options
context:
space:
mode:
Diffstat (limited to 'vcs/perforce/integrator')
-rw-r--r--vcs/perforce/integrator/CMakeLists.txt4
-rw-r--r--vcs/perforce/integrator/Makefile.am4
-rw-r--r--vcs/perforce/integrator/perforceintegrator.cpp10
-rw-r--r--vcs/perforce/integrator/perforceintegrator.h4
-rw-r--r--vcs/perforce/integrator/pfintegratordlg.h2
-rw-r--r--vcs/perforce/integrator/tdevperforceintegrator.desktop (renamed from vcs/perforce/integrator/kdevperforceintegrator.desktop)0
6 files changed, 12 insertions, 12 deletions
diff --git a/vcs/perforce/integrator/CMakeLists.txt b/vcs/perforce/integrator/CMakeLists.txt
index e939e3ba..95985418 100644
--- a/vcs/perforce/integrator/CMakeLists.txt
+++ b/vcs/perforce/integrator/CMakeLists.txt
@@ -26,7 +26,7 @@ link_directories(
##### other data ################################
-install( FILES kdevperforceintegrator.desktop DESTINATION ${SERVICES_INSTALL_DIR} )
+install( FILES tdevperforceintegrator.desktop DESTINATION ${SERVICES_INSTALL_DIR} )
##### libperforceintegrator (module) ############
@@ -35,6 +35,6 @@ tde_add_kpart( libperforceintegrator AUTOMOC
SOURCES
perforceintegrator.cpp pfintegratordlgbase.ui
pfintegratordlg.cpp
- LINK kdevextras-shared tdevelop-shared
+ LINK tdevextras-shared tdevelop-shared
DESTINATION ${PLUGIN_INSTALL_DIR}
)
diff --git a/vcs/perforce/integrator/Makefile.am b/vcs/perforce/integrator/Makefile.am
index 38e80bcd..e400e241 100644
--- a/vcs/perforce/integrator/Makefile.am
+++ b/vcs/perforce/integrator/Makefile.am
@@ -5,9 +5,9 @@ METASOURCES = AUTO
kde_module_LTLIBRARIES = libperforceintegrator.la
libperforceintegrator_la_LDFLAGS = -avoid-version -no-undefined $(all_libraries)
libperforceintegrator_la_LIBADD =\
- $(top_builddir)/lib/interfaces/extras/libkdevextras.la\
+ $(top_builddir)/lib/interfaces/extras/libtdevextras.la\
$(top_builddir)/lib/libtdevelop.la
-kde_services_DATA = kdevperforceintegrator.desktop
+kde_services_DATA = tdevperforceintegrator.desktop
noinst_HEADERS = perforceintegrator.h pfintegratordlg.h
libperforceintegrator_la_SOURCES = perforceintegrator.cpp \
pfintegratordlgbase.ui pfintegratordlg.cpp
diff --git a/vcs/perforce/integrator/perforceintegrator.cpp b/vcs/perforce/integrator/perforceintegrator.cpp
index bc7c0988..74fdf54f 100644
--- a/vcs/perforce/integrator/perforceintegrator.cpp
+++ b/vcs/perforce/integrator/perforceintegrator.cpp
@@ -19,19 +19,19 @@
***************************************************************************/
#include "perforceintegrator.h"
-#include <kdevgenericfactory.h>
-#include <kdevplugininfo.h>
+#include <tdevgenericfactory.h>
+#include <tdevplugininfo.h>
#include "pfintegratordlg.h"
-static const KDevPluginInfo data("kdevperforceintegrator");
-typedef KDevGenericFactory<PerforceIntegrator> PerforceIntegratorFactory;
+static const TDevPluginInfo data("tdevperforceintegrator");
+typedef TDevGenericFactory<PerforceIntegrator> PerforceIntegratorFactory;
K_EXPORT_COMPONENT_FACTORY( libperforceintegrator, PerforceIntegratorFactory(data) )
PerforceIntegrator::PerforceIntegrator(TQObject* parent, const char* name,
const TQStringList // args
)
- :KDevVCSIntegrator(parent, name)
+ :TDevVCSIntegrator(parent, name)
{
}
diff --git a/vcs/perforce/integrator/perforceintegrator.h b/vcs/perforce/integrator/perforceintegrator.h
index 2b82046f..c97ff82f 100644
--- a/vcs/perforce/integrator/perforceintegrator.h
+++ b/vcs/perforce/integrator/perforceintegrator.h
@@ -20,11 +20,11 @@
#ifndef PERFORCEINTEGRATOR_H
#define PERFORCEINTEGRATOR_H
-#include <kdevvcsintegrator.h>
+#include <tdevvcsintegrator.h>
#include <tqstringlist.h>
-class PerforceIntegrator : public KDevVCSIntegrator
+class PerforceIntegrator : public TDevVCSIntegrator
{
Q_OBJECT
diff --git a/vcs/perforce/integrator/pfintegratordlg.h b/vcs/perforce/integrator/pfintegratordlg.h
index 3e7bf4de..5398475b 100644
--- a/vcs/perforce/integrator/pfintegratordlg.h
+++ b/vcs/perforce/integrator/pfintegratordlg.h
@@ -21,7 +21,7 @@
#define PFINTEGRATORDLG_H
#include "pfintegratordlgbase.h"
-#include <kdevvcsintegrator.h>
+#include <tdevvcsintegrator.h>
class PFIntegratorDlg: public PFIntegratorDlgBase, public VCSDialog {
Q_OBJECT
diff --git a/vcs/perforce/integrator/kdevperforceintegrator.desktop b/vcs/perforce/integrator/tdevperforceintegrator.desktop
index 78ad9bf2..78ad9bf2 100644
--- a/vcs/perforce/integrator/kdevperforceintegrator.desktop
+++ b/vcs/perforce/integrator/tdevperforceintegrator.desktop