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-03 12:18:01 +0900
commitac5d83821c3fde51288316a84ba486f5b70b9d14 (patch)
tree656ffa9595415a194208f4d58a1d6b7cd10fdc8c
parentf8231047bf3d3d42cc4ccc34d54de4c685cbc2ec (diff)
downloadtde-guidance-ac5d83821c3fde51288316a84ba486f5b70b9d14.tar.gz
tde-guidance-ac5d83821c3fde51288316a84ba486f5b70b9d14.zip
Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
-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);
}