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-03 12:19:21 +0900 |
commit | 08c9c52087972a7e9b64405db76785a66c420043 (patch) | |
tree | ee629f7a5588e13289a4dcc589a54d749d4d14e7 /src/tdebluezioslave | |
parent | 1781996651f3045f0e6518c8db469cee7b6f8795 (diff) | |
download | tdebluez-08c9c52087972a7e9b64405db76785a66c420043.tar.gz tdebluez-08c9c52087972a7e9b64405db76785a66c420043.zip |
Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'src/tdebluezioslave')
-rw-r--r-- | src/tdebluezioslave/bluetooth/tdeiobluetooth.cpp | 2 | ||||
-rw-r--r-- | src/tdebluezioslave/obex/tdeio_obex.cpp | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/tdebluezioslave/bluetooth/tdeiobluetooth.cpp b/src/tdebluezioslave/bluetooth/tdeiobluetooth.cpp index d6d6b84..bbdf905 100644 --- a/src/tdebluezioslave/bluetooth/tdeiobluetooth.cpp +++ b/src/tdebluezioslave/bluetooth/tdeiobluetooth.cpp @@ -33,7 +33,7 @@ static const TDECmdLineOptions options[] = extern "C" { - KDE_EXPORT int kdemain(int argc, char **argv) { + TDE_EXPORT int kdemain(int argc, char **argv) { TDEInstance instance( "tdeio_bluetooth" ); kdDebug() << "*** Starting tdeio_bluetooth " << endl; if (argc != 4) { 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=")); |