summaryrefslogtreecommitdiffstats
path: root/parts/openwith/openwithpart.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'parts/openwith/openwithpart.cpp')
-rw-r--r--parts/openwith/openwithpart.cpp16
1 files changed, 8 insertions, 8 deletions
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 <tqfile.h>
#include <tdepopupmenu.h>
-#include <kdevgenericfactory.h>
+#include <tdevgenericfactory.h>
#include <kdebug.h>
#include <kmimetype.h>
#include <ktrader.h>
@@ -11,18 +11,18 @@
#include <tdeaction.h>
#include <kcharsets.h>
-#include "kdevpartcontroller.h"
-#include "kdevcore.h"
-#include "kdevplugininfo.h"
+#include "tdevpartcontroller.h"
+#include "tdevcore.h"
+#include "tdevplugininfo.h"
#include "urlutil.h"
-typedef KDevGenericFactory<OpenWithPart> OpenWithFactory;
+typedef TDevGenericFactory<OpenWithPart> 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() );