summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-05-03 12:18:01 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-05-07 13:23:54 +0900
commit7b0bf9b0bb994e36bd044c553080e78dcd3b9c6b (patch)
tree4c0447eec7606ce95be539b32cf58c4d82e4d171
parent01fe4074097d97665794f8e0b78e07eeb9b34fb3 (diff)
downloadtde-guidance-7b0bf9b0bb994e36bd044c553080e78dcd3b9c6b.tar.gz
tde-guidance-7b0bf9b0bb994e36bd044c553080e78dcd3b9c6b.zip
Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit ac5d83821c3fde51288316a84ba486f5b70b9d14)
-rw-r--r--templates/kcm_module_stub.cpp.cmake2
1 files changed, 1 insertions, 1 deletions
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);
}