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