diff options
Diffstat (limited to 'parts/uimode/uichooser_part.cpp')
-rw-r--r-- | parts/uimode/uichooser_part.cpp | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/parts/uimode/uichooser_part.cpp b/parts/uimode/uichooser_part.cpp index fdc9fa6a..5795d829 100644 --- a/parts/uimode/uichooser_part.cpp +++ b/parts/uimode/uichooser_part.cpp @@ -3,23 +3,23 @@ #include <tqvbox.h> #include <kdialogbase.h> -#include <kdevgenericfactory.h> +#include <tdevgenericfactory.h> #include <kiconloader.h> #include <tdelocale.h> -#include <kdevcore.h> +#include <tdevcore.h> #include <configwidgetproxy.h> -#include <kdevplugininfo.h> +#include <tdevplugininfo.h> #include "uichooser_widget.h" #define UICHOOSERSETTINGSPAGE 1 -typedef KDevGenericFactory<UIChooserPart> UIChooserFactory; -static const KDevPluginInfo data("kdevuichooser"); -K_EXPORT_COMPONENT_FACTORY( libkdevuichooser, UIChooserFactory( data ) ) +typedef TDevGenericFactory<UIChooserPart> UIChooserFactory; +static const TDevPluginInfo data("tdevuichooser"); +K_EXPORT_COMPONENT_FACTORY( libtdevuichooser, UIChooserFactory( data ) ) UIChooserPart::UIChooserPart(TQObject *parent, const char *name, const TQStringList &) - : KDevPlugin( &data, parent, name ? name : "UIChooserPart") + : TDevPlugin( &data, parent, name ? name : "UIChooserPart") { setInstance(UIChooserFactory::instance()); |