summaryrefslogtreecommitdiffstats
path: root/vcs/cvsservice/integrator/cvsserviceintegrator.cpp
diff options
context:
space:
mode:
authorDarrell Anderson <humanreadable@yahoo.com>2014-03-02 20:05:33 +0100
committerSlávek Banko <slavek.banko@axis.cz>2014-03-02 20:05:33 +0100
commit722ce1efbac31c61b1d4b13f7e075c9f311e3e73 (patch)
treedb1b6b28566e5fe9accb4a688f7257673cecb080 /vcs/cvsservice/integrator/cvsserviceintegrator.cpp
parentafb74575caf7dd8ccb6c235b1c8d788e320c19da (diff)
downloadtdevelop-722ce1efbac31c61b1d4b13f7e075c9f311e3e73.tar.gz
tdevelop-722ce1efbac31c61b1d4b13f7e075c9f311e3e73.zip
Finish renaming tdevelop components
Diffstat (limited to 'vcs/cvsservice/integrator/cvsserviceintegrator.cpp')
-rw-r--r--vcs/cvsservice/integrator/cvsserviceintegrator.cpp10
1 files changed, 5 insertions, 5 deletions
diff --git a/vcs/cvsservice/integrator/cvsserviceintegrator.cpp b/vcs/cvsservice/integrator/cvsserviceintegrator.cpp
index 1bbc3b11..7f2fbbeb 100644
--- a/vcs/cvsservice/integrator/cvsserviceintegrator.cpp
+++ b/vcs/cvsservice/integrator/cvsserviceintegrator.cpp
@@ -19,18 +19,18 @@
***************************************************************************/
#include "cvsserviceintegrator.h"
-#include <kdevgenericfactory.h>
-#include <kdevplugininfo.h>
+#include <tdevgenericfactory.h>
+#include <tdevplugininfo.h>
#include "integratordlg.h"
-static const KDevPluginInfo data("kdevcvsserviceintegrator");
-typedef KDevGenericFactory<CVSServiceIntegrator> CVSIntegratorFactory;
+static const TDevPluginInfo data("tdevcvsserviceintegrator");
+typedef TDevGenericFactory<CVSServiceIntegrator> CVSIntegratorFactory;
K_EXPORT_COMPONENT_FACTORY( libcvsserviceintegrator, CVSIntegratorFactory(data) )
CVSServiceIntegrator::CVSServiceIntegrator(TQObject* parent, const char* name,
const TQStringList args)
- :KDevVCSIntegrator(parent, name)
+ :TDevVCSIntegrator(parent, name)
{
}