summaryrefslogtreecommitdiffstats
path: root/src/platformsupport/inputcontext
diff options
context:
space:
mode:
authorFriedemann Kleint <Friedemann.Kleint@nokia.com>2012-02-20 14:05:33 +0100
committerQt by Nokia <qt-info@nokia.com>2012-02-21 12:54:07 +0100
commit4e4fd63371ac0744c999cba3065d21a54642820d (patch)
tree27de7d7bde4b6d8e952391cd0577c4eaffad5d42 /src/platformsupport/inputcontext
parent13f3346d34c007727f60f9ee73805bcc0aa1c04b (diff)
Use new plugin system for Input Context plugins.
Change-Id: Ifd1f63499afba546a745815762263a58ebf66460 Reviewed-by: Lars Knoll <lars.knoll@nokia.com>
Diffstat (limited to 'src/platformsupport/inputcontext')
-rw-r--r--src/platformsupport/inputcontext/qplatforminputcontextplugin_qpa_p.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/platformsupport/inputcontext/qplatforminputcontextplugin_qpa_p.h b/src/platformsupport/inputcontext/qplatforminputcontextplugin_qpa_p.h
index 495567db07..e9e419546b 100644
--- a/src/platformsupport/inputcontext/qplatforminputcontextplugin_qpa_p.h
+++ b/src/platformsupport/inputcontext/qplatforminputcontextplugin_qpa_p.h
@@ -68,7 +68,7 @@ class QPlatformInputContext;
virtual QPlatformInputContext *create(const QString &key, const QStringList &paramList) = 0;
};
-#define QPlatformInputContextFactoryInterface_iid "com.nokia.Qt.QPlatformInputContextFactoryInterface"
+#define QPlatformInputContextFactoryInterface_iid "org.qt-project.Qt.QPlatformInputContextFactoryInterface"
Q_DECLARE_INTERFACE(QPlatformInputContextFactoryInterface, QPlatformInputContextFactoryInterface_iid)