diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-05-05 17:48:53 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-05-06 17:36:27 +0900 |
commit | 1fe043c85008f5af4ff6c0e3ce028bfecbcd9182 (patch) | |
tree | 82c29f4d9d1cb15006e86c2f6ed63b073c554ed4 /cervisia/main.cpp | |
parent | 157f75489048a95ab32acc0b3c6cd74f95bd6186 (diff) | |
download | tdesdk-1fe043c85008f5af4ff6c0e3ce028bfecbcd9182.tar.gz tdesdk-1fe043c85008f5af4ff6c0e3ce028bfecbcd9182.zip |
Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 10f886b2fa3fbe9397f6dcaf0db77f1e706b2356)
Diffstat (limited to 'cervisia/main.cpp')
-rw-r--r-- | cervisia/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cervisia/main.cpp b/cervisia/main.cpp index 7c971cf9..0066c39a 100644 --- a/cervisia/main.cpp +++ b/cervisia/main.cpp @@ -137,7 +137,7 @@ static int ShowAnnotateDialog(const TQString& fileName) } -extern "C" KDE_EXPORT int kdemain(int argc, char **argv) +extern "C" TDE_EXPORT int kdemain(int argc, char **argv) { static TDECmdLineOptions options[] = { { "+[directory]", I18N_NOOP("The sandbox to be loaded"), 0 }, |