summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-05-03 12:14:03 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-05-07 11:19:10 +0900
commit9398c3add989c82e8cb3a5771fe5ca834623d65d (patch)
treeafda62cb385614bd32010a2be0e2f221a1bd7f2d
parentb49eeed5b89bcc167703f1b439aa797e41cc55ff (diff)
downloadkbiff-r14.1.x.tar.gz
kbiff-r14.1.x.zip
Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORTr14.1.x
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit f6001a4d02b32ce34abdd4d59e09457f0525962f)
-rw-r--r--kbiff/main.cpp2
1 files changed, 1 insertions, 1 deletions
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,