aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarja Hassinen <ext-marja.2.hassinen@nokia.com>2009-09-09 10:48:59 +0300
committerMarja Hassinen <ext-marja.2.hassinen@nokia.com>2009-09-09 10:48:59 +0300
commit16e8eb73f43cfa286d0a1a66ef5fabb64e2e08d5 (patch)
tree46d576151f4f7071ebb4b1c65d42606e4563cfc7
parent6c39ca5357bc956d888408b249c1bbd83dc96436 (diff)
bluez plugin: Fixing a header file renamed in the prev. merge.
-rw-r--r--libcontextsubscriber/plugins/bluez/bluezplugin.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libcontextsubscriber/plugins/bluez/bluezplugin.h b/libcontextsubscriber/plugins/bluez/bluezplugin.h
index 3a72dae7..2c7699fd 100644
--- a/libcontextsubscriber/plugins/bluez/bluezplugin.h
+++ b/libcontextsubscriber/plugins/bluez/bluezplugin.h
@@ -23,7 +23,7 @@
#define BLUEZPLUGIN_H
#include "bluezinterface.h"
-#include "propertyprovider.h" // For IProviderPlugin definition
+#include "provider.h" // For IProviderPlugin definition
using ContextSubscriber::IProviderPlugin;