summaryrefslogtreecommitdiffstats
path: root/src/sensors/gestures
diff options
context:
space:
mode:
authorLorn Potter <lorn.potter@gmail.com>2012-11-29 07:10:26 +1000
committerThe Qt Project <gerrit-noreply@qt-project.org>2012-11-28 22:42:31 +0100
commit41f3b2cf4ef75352eebfff617f85d3a933eae1c1 (patch)
tree9eedb04a97d319ad848d8cdb265680d5a7bc4c06 /src/sensors/gestures
parent3f781ff537597bc548ad7ebbdc68c1b1a3e9bfeb (diff)
remove Nokia isms from plugin interface
As well as from documentation and usage of Sensors.conf location Change-Id: I52d657d6799e44a94b3f37bae86445c73e176103 Reviewed-by: Thomas McGuire <thomas.mcguire@kdab.com>
Diffstat (limited to 'src/sensors/gestures')
-rw-r--r--src/sensors/gestures/qsensorgesturemanagerprivate.cpp2
-rw-r--r--src/sensors/gestures/qsensorgestureplugininterface.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/sensors/gestures/qsensorgesturemanagerprivate.cpp b/src/sensors/gestures/qsensorgesturemanagerprivate.cpp
index 7ae3a95e..287c4380 100644
--- a/src/sensors/gestures/qsensorgesturemanagerprivate.cpp
+++ b/src/sensors/gestures/qsensorgesturemanagerprivate.cpp
@@ -71,7 +71,7 @@ QSensorGestureManagerPrivate::QSensorGestureManagerPrivate(QObject *parent) :
connection,SLOT(removeSensorGestures(QStringList)));
#endif
- loader = new QFactoryLoader("com.Nokia.QSensorGesturePluginInterface", QLatin1String("/sensorgestures"));
+ loader = new QFactoryLoader("com.qt-project.QSensorGesturePluginInterface", QLatin1String("/sensorgestures"));
loadPlugins();
}
diff --git a/src/sensors/gestures/qsensorgestureplugininterface.h b/src/sensors/gestures/qsensorgestureplugininterface.h
index 55ea6f49..9e997ed0 100644
--- a/src/sensors/gestures/qsensorgestureplugininterface.h
+++ b/src/sensors/gestures/qsensorgestureplugininterface.h
@@ -65,7 +65,7 @@ public:
virtual QString name() const = 0;
};
-Q_DECLARE_INTERFACE(QSensorGesturePluginInterface, "com.Nokia.QSensorGesturePluginInterface");
+Q_DECLARE_INTERFACE(QSensorGesturePluginInterface, "com.qt-project.QSensorGesturePluginInterface");
QT_END_NAMESPACE
QT_END_HEADER