diff options
author | Michele Calgaro <[email protected]> | 2024-05-03 12:18:47 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2024-05-07 18:32:52 +0900 |
commit | 4fb078d25d62379c486d4d389c50e5a949fc2461 (patch) | |
tree | abd61e69000ddd670298bbb4980df382e7a45d21 /tar/tar.cpp | |
parent | 9c7ecae7ce1b1a9b7f350c25b61b1f69715f827c (diff) | |
download | krusader-4fb078d25d62379c486d4d389c50e5a949fc2461.tar.gz krusader-4fb078d25d62379c486d4d389c50e5a949fc2461.zip |
Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'tar/tar.cpp')
-rw-r--r-- | tar/tar.cpp | 2 |
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 |