summaryrefslogtreecommitdiffstats
path: root/templates/tde_tdeinit_module.cmake
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-06-30 19:10:09 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-07-01 12:09:36 +0900
commitf1352532be208711b426c69f97645b2e19b70ce7 (patch)
treedcf8354d6c50391bbe65b2ccff01bbfadc9dbade /templates/tde_tdeinit_module.cmake
parent68452c7f2dce671cd12eb841984d2e658204f217 (diff)
downloadtde-cmake-f1352532.tar.gz
tde-cmake-f1352532.zip
Rename kdemacros.h to tdemacros.h
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit d4b1fc527531aafd7482f46ef59d6eb3da3d2b23)
Diffstat (limited to 'templates/tde_tdeinit_module.cmake')
-rw-r--r--templates/tde_tdeinit_module.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/tde_tdeinit_module.cmake b/templates/tde_tdeinit_module.cmake
index 717ba3c..65be7fc 100644
--- a/templates/tde_tdeinit_module.cmake
+++ b/templates/tde_tdeinit_module.cmake
@@ -1,3 +1,3 @@
-#include <kdemacros.h>
+#include <tdemacros.h>
extern "C" int kdemain(int argc, char* argv[]);
extern "C" TDE_EXPORT int tdeinitmain(int argc, char* argv[]) { return kdemain(argc,argv); }