diff options
Diffstat (limited to 'parts/regexptest/regexptestpart.cpp')
| -rw-r--r-- | parts/regexptest/regexptestpart.cpp | 16 | 
1 files changed, 8 insertions, 8 deletions
| diff --git a/parts/regexptest/regexptestpart.cpp b/parts/regexptest/regexptestpart.cpp index 0ca0b083..6c45a492 100644 --- a/parts/regexptest/regexptestpart.cpp +++ b/parts/regexptest/regexptestpart.cpp @@ -12,23 +12,23 @@  #include "regexptestpart.h"  #include <tdelocale.h> -#include <tdevgenericfactory.h> -#include <tdevplugininfo.h> +#include <kdevgenericfactory.h> +#include <kdevplugininfo.h>  #include <tdeaction.h> -#include "tdevcore.h" +#include "kdevcore.h"  #include "regexptestdlg.h" -static const TDevPluginInfo data("tdevregexptest"); +static const KDevPluginInfo data("kdevregexptest"); -typedef TDevGenericFactory<RegexpTestPart> RegexpTestFactory; -K_EXPORT_COMPONENT_FACTORY( libtdevregexptest, RegexpTestFactory( data ) ) +typedef KDevGenericFactory<RegexpTestPart> RegexpTestFactory; +K_EXPORT_COMPONENT_FACTORY( libkdevregexptest, RegexpTestFactory( data ) )  RegexpTestPart::RegexpTestPart(TQObject *parent, const char *name, const TQStringList &) -    : TDevPlugin(&data, parent, name ? name : "RegexpTestPart") +    : KDevPlugin(&data, parent, name ? name : "RegexpTestPart")  {      setInstance(RegexpTestFactory::instance()); -    setXMLFile("tdevregexptest.rc"); +    setXMLFile("kdevregexptest.rc");      TDEAction *action; | 
