diff options
author | Michele Calgaro <[email protected]> | 2024-05-03 12:19:43 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2024-05-07 18:36:21 +0900 |
commit | 284595e2bed52c408659c4d882e6cebcae0624b5 (patch) | |
tree | 3223d9f4ef0b020ce02142161815a472b381b2ad | |
parent | ec7d3d6d8c666e6e83915050355d0acc9acf83b1 (diff) | |
download | tdepowersave-284595e2bed52c408659c4d882e6cebcae0624b5.tar.gz tdepowersave-284595e2bed52c408659c4d882e6cebcae0624b5.zip |
Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT
Signed-off-by: Michele Calgaro <[email protected]>
(cherry picked from commit fdfbd2f4958bf7a1e860101cdfe32b62e3dec358)
-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 036837c..624e745 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -53,7 +53,7 @@ TDECmdLineOptions options[] = { { "force-acpi-check", I18N_NOOP("Force a new che static const char version[] = "0.7.x (0.7.3)"; bool trace = false; -extern "C" KDE_EXPORT +extern "C" TDE_EXPORT int kdemain(int argc, char **argv) { TDEAboutData about("tdepowersave", I18N_NOOP("TDEPowersave"), version, description, |