diff options
Diffstat (limited to 'src')
-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 d2268a7..cbeead4 100644 --- a/src/tdebluezioslave/bluetooth/tdeiobluetooth.cpp +++ b/src/tdebluezioslave/bluetooth/tdeiobluetooth.cpp @@ -33,7 +33,7 @@ static const TDECmdLineOptions options[] = extern "C" { - int kdemain(int argc, char **argv) { + KDE_EXPORT int kdemain(int argc, char **argv) { TDEInstance instance( "tdeio_bluetooth" ); kdDebug() << "*** Starting tdeio_bluetooth " << endl; if (argc != 4) { |