summaryrefslogtreecommitdiffstats
path: root/tar
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-05-03 12:18:47 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-05-07 18:33:28 +0900
commitebd0c612b1a7b090f16b7707d696ff966c0448ed (patch)
tree5373ad07c2403c7a556457ab071ab6bf390d1e9b /tar
parentb35c6fdf1e7e56d085e9acd388e8b3584a36d0d5 (diff)
downloadkrusader-ebd0c612.tar.gz
krusader-ebd0c612.zip
Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 4fb078d25d62379c486d4d389c50e5a949fc2461)
Diffstat (limited to 'tar')
-rw-r--r--tar/tar.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tar/tar.cpp b/tar/tar.cpp
index bb83b14..e3c2fdc 100644
--- a/tar/tar.cpp
+++ b/tar/tar.cpp
@@ -24,7 +24,7 @@
using namespace TDEIO;
#if KDE_IS_VERSION(3,4,0)
-extern "C" { int KDE_EXPORT kdemain( int argc, char **argv ); }
+extern "C" { int TDE_EXPORT kdemain( int argc, char **argv ); }
#else
extern "C" { int kdemain( int argc, char **argv ); }
#endif