summaryrefslogtreecommitdiffstats
path: root/src/tdebluezioslave/bluetooth/tdeiobluetooth.cpp
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-05-03 12:19:21 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-05-07 18:34:16 +0900
commitee33f37ecdcdae373169d432699eadd4ee5ff6ef (patch)
tree497a992f3460e93329ca995c30c019bb3db1a5c9 /src/tdebluezioslave/bluetooth/tdeiobluetooth.cpp
parenta6a5ee1a06b94cbeeb05d6ec138c3a4c4fbf8ca5 (diff)
downloadtdebluez-ee33f37e.tar.gz
tdebluez-ee33f37e.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/bluetooth/tdeiobluetooth.cpp')
-rw-r--r--src/tdebluezioslave/bluetooth/tdeiobluetooth.cpp2
1 files changed, 1 insertions, 1 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) {