summaryrefslogtreecommitdiffstats
path: root/languages/cpp/compiler/gccoptions/gccoptionsplugin.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'languages/cpp/compiler/gccoptions/gccoptionsplugin.cpp')
-rw-r--r--languages/cpp/compiler/gccoptions/gccoptionsplugin.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/languages/cpp/compiler/gccoptions/gccoptionsplugin.cpp b/languages/cpp/compiler/gccoptions/gccoptionsplugin.cpp
index 37470a49..d43bf094 100644
--- a/languages/cpp/compiler/gccoptions/gccoptionsplugin.cpp
+++ b/languages/cpp/compiler/gccoptions/gccoptionsplugin.cpp
@@ -24,7 +24,7 @@
#include "flagboxes.h"
#include "gccoptionsplugin.h"
-K_EXPORT_COMPONENT_FACTORY( libkdevgccoptions, KGenericFactory<GccOptionsPlugin>( "kdevgccoptions" ) )
+K_EXPORT_COMPONENT_FACTORY( libtdevgccoptions, KGenericFactory<GccOptionsPlugin>( "tdevgccoptions" ) )
class GeneralTab : public TQWidget
{
@@ -650,7 +650,7 @@ TQString GccOptionsDialog::flags() const
GccOptionsPlugin::GccOptionsPlugin( TQObject *parent, const char *name, const TQStringList &args )
- : KDevCompilerOptions( parent, name )
+ : TDevCompilerOptions( parent, name )
{
gcctype = Unknown;