diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-05-03 12:19:21 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-05-07 18:34:16 +0900 |
commit | ee33f37ecdcdae373169d432699eadd4ee5ff6ef (patch) | |
tree | 497a992f3460e93329ca995c30c019bb3db1a5c9 /src/tdebluezioslave/obex | |
parent | a6a5ee1a06b94cbeeb05d6ec138c3a4c4fbf8ca5 (diff) | |
download | tdebluez-ee33f37ecdcdae373169d432699eadd4ee5ff6ef.tar.gz tdebluez-ee33f37ecdcdae373169d432699eadd4ee5ff6ef.zip |
Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 08c9c52087972a7e9b64405db76785a66c420043)
Diffstat (limited to 'src/tdebluezioslave/obex')
-rw-r--r-- | src/tdebluezioslave/obex/tdeio_obex.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tdebluezioslave/obex/tdeio_obex.cpp b/src/tdebluezioslave/obex/tdeio_obex.cpp index cc461e1..49cfb8f 100644 --- a/src/tdebluezioslave/obex/tdeio_obex.cpp +++ b/src/tdebluezioslave/obex/tdeio_obex.cpp @@ -42,7 +42,7 @@ static const TDECmdLineOptions options[] = { { "+protocol", I18N_NOOP( "+app", I18N_NOOP("Socket name"), 0 }, TDECmdLineLastOption }; extern "C" { - int KDE_EXPORT kdemain( int argc, char **argv ) + int TDE_EXPORT kdemain( int argc, char **argv ) { // TDEApplication is necessary to use other ioslaves putenv(strdup("SESSION_MANAGER=")); |