summaryrefslogtreecommitdiffstats
path: root/languages/cpp/cppsupportfactory.h
diff options
context:
space:
mode:
Diffstat (limited to 'languages/cpp/cppsupportfactory.h')
-rw-r--r--languages/cpp/cppsupportfactory.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/languages/cpp/cppsupportfactory.h b/languages/cpp/cppsupportfactory.h
index 0ece65e9..f543c4fc 100644
--- a/languages/cpp/cppsupportfactory.h
+++ b/languages/cpp/cppsupportfactory.h
@@ -12,17 +12,17 @@
#ifndef _CPPSUPPORTFACTORY_H_
#define _CPPSUPPORTFACTORY_H_
-#include <tdevgenericfactory.h>
+#include <kdevgenericfactory.h>
#include "cppsupportpart.h"
-class TDevPluginInfo;
+class KDevPluginInfo;
-class CppSupportFactory : public TDevGenericFactory<CppSupportPart>
+class CppSupportFactory : public KDevGenericFactory<CppSupportPart>
{
public:
CppSupportFactory();
- static const TDevPluginInfo *info();
+ static const KDevPluginInfo *info();
protected:
virtual TDEInstance *createInstance();