[kmobiletools] branches/kmobiletools/kmobiletools-0.5
Marco Gulino
marco at kmobiletools.org
Mon Jun 4 12:24:24 CEST 2007
SVN commit 671257 by gulino:
Fixing compilation with kdebluetooth-1.0-beta2
M +1 -1 configure.in.bot
M +2 -0 kmobiletools/mainpart/bluetoothitems.cpp
--- branches/kmobiletools/kmobiletools-0.5/configure.in.bot #671256:671257
@@ -11,7 +11,7 @@
# kdebluetooth
KDEBLUETOOTH_VER=$DISABLED
if test x$have_kbluetooth = xyes; then
- KDEBLUETOOTH_VER="<=1.0-beta2"
+ KDEBLUETOOTH_VER="1.0-beta2"
fi
if test x$have_new_kbluetooth = xyes; then
KDEBLUETOOTH_VER="with dbus integration"
--- branches/kmobiletools/kmobiletools-0.5/kmobiletools/mainpart/bluetoothitems.cpp #671256:671257
@@ -21,6 +21,8 @@
#include "bluemonitor.h"
#ifdef KBLUETOOTH
+#include <kdebluetooth/namerequest.h>
+
BtDeviceItem::BtDeviceItem(KListView *parent, const KBluetooth::DeviceAddress &bdaddr)
: KListViewItem(parent)
{
More information about the kmobiletools
mailing list