summaryrefslogtreecommitdiffstats
path: root/src/plugins/generic/meego
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/generic/meego')
-rw-r--r--src/plugins/generic/meego/contextkitproperty.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/plugins/generic/meego/contextkitproperty.cpp b/src/plugins/generic/meego/contextkitproperty.cpp
index 616983dbfc..743cdaafac 100644
--- a/src/plugins/generic/meego/contextkitproperty.cpp
+++ b/src/plugins/generic/meego/contextkitproperty.cpp
@@ -59,8 +59,8 @@ QContextKitProperty::QContextKitProperty(const QString& serviceName, const QStri
QLatin1String("org.maemo.contextkit.Property"), QDBusConnection::systemBus())
{
propertyInterface.call("Subscribe");
- connect(&propertyInterface, SIGNAL(ValueChanged(QVariantList, qulonglong)),
- this, SLOT(cacheValue(QVariantList, qulonglong)));
+ connect(&propertyInterface, SIGNAL(ValueChanged(QVariantList,qulonglong)),
+ this, SLOT(cacheValue(QVariantList,qulonglong)));
QDBusMessage reply = propertyInterface.call("Get");
if (reply.type() == QDBusMessage::ReplyMessage)