From f6001a4d02b32ce34abdd4d59e09457f0525962f Mon Sep 17 00:00:00 2001
From: Michele Calgaro <michele.calgaro@yahoo.it>
Date: Fri, 3 May 2024 12:14:03 +0900
Subject: Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
---
 kbiff/main.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kbiff/main.cpp b/kbiff/main.cpp
index 0739461..c34a496 100644
--- a/kbiff/main.cpp
+++ b/kbiff/main.cpp
@@ -18,7 +18,7 @@ static TDECmdLineOptions option[] =
    { 0, 0, 0 }
 };
 
-extern "C" KDE_EXPORT int kdemain(int argc, char *argv[])
+extern "C" TDE_EXPORT int kdemain(int argc, char *argv[])
 {
   TDEAboutData aboutData( "kbiff", I18N_NOOP("KBiff"),
       kbiff_version, description, TDEAboutData::License_GPL,
-- 
cgit v1.2.3

