summaryrefslogtreecommitdiffstats
path: root/tdehtml/misc/loader.h
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-05-01 21:32:16 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-05-02 21:11:19 +0900
commit62949e0a61c1340c38a696a7652fde623c36b0ae (patch)
tree9a6ef1b5a2cb7910f984368933eda680133fef95 /tdehtml/misc/loader.h
parentbef9baf7ee87538c596dd04c8d379b1814bb94e8 (diff)
downloadtdelibs-62949e0a61c1340c38a696a7652fde623c36b0ae.tar.gz
tdelibs-62949e0a61c1340c38a696a7652fde623c36b0ae.zip
Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit bba3128085abe1a32cca43d9fb8ac02c2a29bf6b)
Diffstat (limited to 'tdehtml/misc/loader.h')
-rw-r--r--tdehtml/misc/loader.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/tdehtml/misc/loader.h b/tdehtml/misc/loader.h
index e340b3023..826759098 100644
--- a/tdehtml/misc/loader.h
+++ b/tdehtml/misc/loader.h
@@ -457,7 +457,7 @@ namespace tdehtml
* init the cache in case it's not already. This needs to get called once
* before using it.
*/
- KDE_EXPORT static void init();
+ TDE_EXPORT static void init();
/**
* Ask the cache for some url. Will return a cachedObject, and
@@ -481,14 +481,14 @@ namespace tdehtml
static void setSize( int bytes );
static int size() { return maxSize; };
static void statistics();
- KDE_EXPORT static void flush(bool force=false);
+ TDE_EXPORT static void flush(bool force=false);
/**
* clears the cache
* Warning: call this only at the end of your program, to clean
* up memory (useful for finding memory holes)
*/
- KDE_EXPORT static void clear();
+ TDE_EXPORT static void clear();
static Loader *loader() { return m_loader; }