From 722ce1efbac31c61b1d4b13f7e075c9f311e3e73 Mon Sep 17 00:00:00 2001 From: Darrell Anderson Date: Sun, 2 Mar 2014 20:05:33 +0100 Subject: Finish renaming tdevelop components --- parts/openwith/openwithpart.cpp | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'parts/openwith/openwithpart.cpp') diff --git a/parts/openwith/openwithpart.cpp b/parts/openwith/openwithpart.cpp index 63fcc6d9..a223f193 100644 --- a/parts/openwith/openwithpart.cpp +++ b/parts/openwith/openwithpart.cpp @@ -3,7 +3,7 @@ #include #include -#include +#include #include #include #include @@ -11,18 +11,18 @@ #include #include -#include "kdevpartcontroller.h" -#include "kdevcore.h" -#include "kdevplugininfo.h" +#include "tdevpartcontroller.h" +#include "tdevcore.h" +#include "tdevplugininfo.h" #include "urlutil.h" -typedef KDevGenericFactory OpenWithFactory; +typedef TDevGenericFactory OpenWithFactory; -static const KDevPluginInfo data("kdevopenwith"); -K_EXPORT_COMPONENT_FACTORY(libkdevopenwith, OpenWithFactory(data)) +static const TDevPluginInfo data("tdevopenwith"); +K_EXPORT_COMPONENT_FACTORY(libtdevopenwith, OpenWithFactory(data)) OpenWithPart::OpenWithPart(TQObject *parent, const char *name, const TQStringList &) - : KDevPlugin(&data, parent, name ? name : "OpenWithPart") + : TDevPlugin(&data, parent, name ? name : "OpenWithPart") { setInstance( OpenWithFactory::instance() ); -- cgit v1.2.1