summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-05-03 12:19:43 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-05-07 18:35:26 +0900
commitfdfbd2f4958bf7a1e860101cdfe32b62e3dec358 (patch)
treee05f13691e7e675b790dce366a1ed0e005c00341
parentdc69c8434a3d1e5ae525228390f0dd1a5fd5bf76 (diff)
downloadtdepowersave-fdfbd2f4958bf7a1e860101cdfe32b62e3dec358.tar.gz
tdepowersave-fdfbd2f4958bf7a1e860101cdfe32b62e3dec358.zip
Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
-rw-r--r--src/main.cpp2
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,