[kmobiletools] branches/extragear/kde3/pim/kmobiletools/kmobiletools
Marco Gulino
marco at kmobiletools.org
Tue Jun 5 16:18:42 CEST 2007
SVN commit 671778 by gulino:
Fixing building without kdebluetooth.
M +1 -0 engines/at_engine/kmobiletoolsat_engine.cpp
M +3 -2 libkmobiletools/deviceaddress.h
--- branches/extragear/kde3/pim/kmobiletools/kmobiletools/engines/at_engine/kmobiletoolsat_engine.cpp #671777:671778
@@ -285,6 +285,7 @@
p_lastJob=new FetchSMS(p_lastJob, SMS::All, device, true, this, this->name() );
enqueueJob(p_lastJob);
queue_sms=true;
+ return;
}
for (QStringList::iterator it=sl_slots.begin(); it!=sl_slots.end(); ++it)
{
--- branches/extragear/kde3/pim/kmobiletools/kmobiletools/libkmobiletools/deviceaddress.h #671777:671778
@@ -11,11 +11,12 @@
#ifndef _kbluetooth_deviceaddress_
#define _kbluetooth_deviceaddress_
+#include "config.h"
+#ifdef KBLUETOOTH_NEW
+
#include <sys/socket.h>
#include <bluetooth/bluetooth.h>
#include <qstring.h>
-#include "config.h"
-#ifdef KBLUETOOTH_NEW
namespace KBluetooth
{
More information about the kmobiletools
mailing list