diff options
Diffstat (limited to 'src/tdebluezioslave/bluetooth/tdeiobluetooth.cpp')
-rw-r--r-- | src/tdebluezioslave/bluetooth/tdeiobluetooth.cpp | 2 |
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) { |