summaryrefslogtreecommitdiffstats
path: root/src/debug-profiler.cpp
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-05-03 12:16:15 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-05-07 11:47:05 +0900
commit7bfdcc0b8d382c142a59160bc87033c211da385d (patch)
treeff301853b04ac5d252681dd6f259534c274b85f1 /src/debug-profiler.cpp
parent124924edaf305e348ab27567e78f81f033f4952c (diff)
downloadtderadio-7bfdcc0b8d382c142a59160bc87033c211da385d.tar.gz
tderadio-7bfdcc0b8d382c142a59160bc87033c211da385d.zip
Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'src/debug-profiler.cpp')
-rw-r--r--src/debug-profiler.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/debug-profiler.cpp b/src/debug-profiler.cpp
index f8262dd..90f18a2 100644
--- a/src/debug-profiler.cpp
+++ b/src/debug-profiler.cpp
@@ -21,8 +21,8 @@
#include <sys/resource.h>
-KDE_EXPORT TimeProfiler global_time_profiler;
-KDE_EXPORT MemProfiler global_mem_profiler;
+TDE_EXPORT TimeProfiler global_time_profiler;
+TDE_EXPORT MemProfiler global_mem_profiler;
Profiler::Profiler()
{