summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-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 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) {