diff --git a/templates/kcm_module_stub.cpp.cmake b/templates/kcm_module_stub.cpp.cmake index 91536c7..584ac73 100644 --- a/templates/kcm_module_stub.cpp.cmake +++ b/templates/kcm_module_stub.cpp.cmake @@ -143,7 +143,7 @@ static TDECModule* return_instance( TQWidget *parent, const char *name ) { extern "C" { // Factory function that kcontrol will call. - KDE_EXPORT TDECModule* CPP_FACTORY(TQWidget *parent, const char *name) + TDE_EXPORT TDECModule* CPP_FACTORY(TQWidget *parent, const char *name) { return return_instance(parent, name); }