diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-05-03 12:19:32 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-05-03 12:19:32 +0900 |
commit | e13c2cca712efdc56874355f7bc3ce1b6c3c43ba (patch) | |
tree | b2580731027cb04a1a529c3ab2a3ae226ce93214 | |
parent | c8bd481e7e29026df9323810496b1942f2c3eb74 (diff) | |
download | tdedocker-e13c2cca712efdc56874355f7bc3ce1b6c3c43ba.tar.gz tdedocker-e13c2cca712efdc56874355f7bc3ce1b6c3c43ba.zip |
Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
-rw-r--r-- | src/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.cpp b/src/main.cpp index 69b0692..9cc5211 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -66,7 +66,7 @@ static const TDECmdLineOptions options[] = TDECmdLineLastOption }; -//extern "C" int KDE_EXPORT kdemain(int argc, char* argv[]) +//extern "C" int TDE_EXPORT kdemain(int argc, char* argv[]) int main(int argc, char *argv[]) { TDEAboutData about("tdedocker", I18N_NOOP("tdedocker"), "1.3", |