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-03 12:14:03 +0900
commitf6001a4d02b32ce34abdd4d59e09457f0525962f (patch)
tree793ca4a4b189428885a7441070a34003ab8cccf5
parentb44d8e258ca8a8f2b99230652580a2f2e17cafbb (diff)
downloadkbiff-master.tar.gz
kbiff-master.zip
Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORTHEADmaster
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
-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,