summaryrefslogtreecommitdiffstats
path: root/languages/pascal/compiler/fpcoptions/fpcoptionsplugin.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'languages/pascal/compiler/fpcoptions/fpcoptionsplugin.cpp')
-rw-r--r--languages/pascal/compiler/fpcoptions/fpcoptionsplugin.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/languages/pascal/compiler/fpcoptions/fpcoptionsplugin.cpp b/languages/pascal/compiler/fpcoptions/fpcoptionsplugin.cpp
index 31babced..0b01fb01 100644
--- a/languages/pascal/compiler/fpcoptions/fpcoptionsplugin.cpp
+++ b/languages/pascal/compiler/fpcoptions/fpcoptionsplugin.cpp
@@ -16,10 +16,10 @@
#include "optiontabs.h"
#include "fpcoptionsplugin.h"
-K_EXPORT_COMPONENT_FACTORY( libtdevfpcoptions, KGenericFactory<FpcOptionsPlugin>( "tdevfpcoptions" ) )
+K_EXPORT_COMPONENT_FACTORY( libkdevfpcoptions, KGenericFactory<FpcOptionsPlugin>( "kdevfpcoptions" ) )
FpcOptionsPlugin::FpcOptionsPlugin(TQObject *parent, const char *name, const TQStringList& /*args*/)
- : TDevCompilerOptions(parent, name)
+ : KDevCompilerOptions(parent, name)
{
}