diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-05-03 12:20:10 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-05-07 18:37:09 +0900 |
commit | 9cff6e3bb1743c9c99ffea6401b47e7ff63ee33d (patch) | |
tree | 000f3e4adf84af8814f0d45b7d949f57e48352bf | |
parent | b775539e0b860986ebafcd4e8f6adb57c8e22a3c (diff) | |
download | tdeio-ftps-9cff6e3bb1743c9c99ffea6401b47e7ff63ee33d.tar.gz tdeio-ftps-9cff6e3bb1743c9c99ffea6401b47e7ff63ee33d.zip |
Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit cbc745fab2f54c358ef5d511ce2e7251bf98b2aa)
-rw-r--r-- | tdeio_ftps/ftp.cpp | 2 |
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 ) { |