diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-05-03 12:19:43 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-05-07 18:35:26 +0900 |
commit | fdfbd2f4958bf7a1e860101cdfe32b62e3dec358 (patch) | |
tree | e05f13691e7e675b790dce366a1ed0e005c00341 /src | |
parent | dc69c8434a3d1e5ae525228390f0dd1a5fd5bf76 (diff) | |
download | tdepowersave-fdfbd2f4958bf7a1e860101cdfe32b62e3dec358.tar.gz tdepowersave-fdfbd2f4958bf7a1e860101cdfe32b62e3dec358.zip |
Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'src')
-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, |