diff options
author | Michele Calgaro <[email protected]> | 2024-05-05 17:48:33 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2024-05-05 17:48:33 +0900 |
commit | cdd8febb68a55d7651ba5f18cb54bbd2e96e448a (patch) | |
tree | 79c8f33c33acda097108b022db1e591b234af968 /noatun/app | |
parent | 249738f07cec0169142f5cbdf79d222ddbcf3a4b (diff) | |
download | tdemultimedia-cdd8febb68a55d7651ba5f18cb54bbd2e96e448a.tar.gz tdemultimedia-cdd8febb68a55d7651ba5f18cb54bbd2e96e448a.zip |
Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'noatun/app')
-rw-r--r-- | noatun/app/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/noatun/app/main.cpp b/noatun/app/main.cpp index d39b2735..85f6571c 100644 --- a/noatun/app/main.cpp +++ b/noatun/app/main.cpp @@ -14,7 +14,7 @@ static TDECmdLineOptions options[] = TDECmdLineLastOption }; -extern "C" KDE_EXPORT int kdemain(int argc, char **argv) +extern "C" TDE_EXPORT int kdemain(int argc, char **argv) { TDEAboutData aboutData("noatun", I18N_NOOP("Noatun"), version, description, TDEAboutData::License_BSD, |