summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-05-03 12:20:10 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-05-03 12:20:10 +0900
commitcbc745fab2f54c358ef5d511ce2e7251bf98b2aa (patch)
tree000f3e4adf84af8814f0d45b7d949f57e48352bf
parentb7cd308a244c669dcc73fceef4747b3053a038cd (diff)
downloadtdeio-ftps-cbc745fab2f54c358ef5d511ce2e7251bf98b2aa.tar.gz
tdeio-ftps-cbc745fab2f54c358ef5d511ce2e7251bf98b2aa.zip
Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
-rw-r--r--tdeio_ftps/ftp.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tdeio_ftps/ftp.cpp b/tdeio_ftps/ftp.cpp
index 24ca7c6..c5a1828 100644
--- a/tdeio_ftps/ftp.cpp
+++ b/tdeio_ftps/ftp.cpp
@@ -134,7 +134,7 @@ TDEIO::filesize_t Ftp::UnknownSize = (TDEIO::filesize_t)-1;
using namespace TDEIO;
-extern "C" { KDE_EXPORT int kdemain(int argc, char **argv); }
+extern "C" { TDE_EXPORT int kdemain(int argc, char **argv); }
int kdemain( int argc, char **argv )
{