diff options
author | Michele Calgaro <[email protected]> | 2024-05-03 12:14:03 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2024-05-03 12:14:03 +0900 |
commit | f6001a4d02b32ce34abdd4d59e09457f0525962f (patch) | |
tree | 793ca4a4b189428885a7441070a34003ab8cccf5 | |
parent | b44d8e258ca8a8f2b99230652580a2f2e17cafbb (diff) | |
download | kbiff-f6001a4d02b32ce34abdd4d59e09457f0525962f.tar.gz kbiff-f6001a4d02b32ce34abdd4d59e09457f0525962f.zip |
Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT
Signed-off-by: Michele Calgaro <[email protected]>
-rw-r--r-- | kbiff/main.cpp | 2 |
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, |