summaryrefslogtreecommitdiffstats
path: root/editors/editor-chooser/editorchooser_part.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'editors/editor-chooser/editorchooser_part.cpp')
-rw-r--r--editors/editor-chooser/editorchooser_part.cpp14
1 files changed, 7 insertions, 7 deletions
diff --git a/editors/editor-chooser/editorchooser_part.cpp b/editors/editor-chooser/editorchooser_part.cpp
index a9a4339a..33f9cb0e 100644
--- a/editors/editor-chooser/editorchooser_part.cpp
+++ b/editors/editor-chooser/editorchooser_part.cpp
@@ -4,20 +4,20 @@
#include <kiconloader.h>
#include <tdelocale.h>
#include <kdialogbase.h>
-#include <kdevgenericfactory.h>
+#include <tdevgenericfactory.h>
-#include <kdevcore.h>
-#include <kdevplugininfo.h>
+#include <tdevcore.h>
+#include <tdevplugininfo.h>
#include "editorchooser_part.h"
#include "editorchooser_widget.h"
-typedef KDevGenericFactory<EditorChooserPart> EditorChooserFactory;
-static const KDevPluginInfo data("kdeveditorchooser");
-K_EXPORT_COMPONENT_FACTORY( libkdeveditorchooser, EditorChooserFactory( data ) )
+typedef TDevGenericFactory<EditorChooserPart> EditorChooserFactory;
+static const TDevPluginInfo data("tdeveditorchooser");
+K_EXPORT_COMPONENT_FACTORY( libtdeveditorchooser, EditorChooserFactory( data ) )
EditorChooserPart::EditorChooserPart(TQObject *parent, const char *name, const TQStringList &)
- : KDevPlugin(&data, parent, name ? name : "EditorChooserPart")
+ : TDevPlugin(&data, parent, name ? name : "EditorChooserPart")
{
setInstance(EditorChooserFactory::instance());