summaryrefslogtreecommitdiffstats
path: root/src/plugins/generic
diff options
context:
space:
mode:
authorRohan McGovern <rohan.mcgovern@nokia.com>2012-02-13 09:43:29 +1000
committerQt by Nokia <qt-info@nokia.com>2012-02-15 06:26:33 +0100
commit3296b7327bd84f420df7e5561d192c0a8d0bb409 (patch)
treed8b7c57fd31771e0e76a9386e1dcbe09d3f89367 /src/plugins/generic
parent1acc490248655d7a2db5835f6f9ac0c68d6df454 (diff)
Fixed typo.
keyboar -> keyboard Change-Id: Ia305237ac92ac5b0d5c8b0d3cc638292238cec02 Reviewed-by: Johannes Zellner <johannes.zellner@nokia.com> Reviewed-by: Toby Tomkins <toby.tomkins@nokia.com>
Diffstat (limited to 'src/plugins/generic')
-rw-r--r--src/plugins/generic/evdevkeyboard/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/generic/evdevkeyboard/main.cpp b/src/plugins/generic/evdevkeyboard/main.cpp
index c3cc9f629a..6df4e29fcb 100644
--- a/src/plugins/generic/evdevkeyboard/main.cpp
+++ b/src/plugins/generic/evdevkeyboard/main.cpp
@@ -72,6 +72,6 @@ QObject* QEvdevKeyboardPlugin::create(const QString &key,
return 0;
}
-Q_EXPORT_PLUGIN2(qevdevkeyboarplugin, QEvdevKeyboardPlugin)
+Q_EXPORT_PLUGIN2(qevdevkeyboardplugin, QEvdevKeyboardPlugin)
QT_END_NAMESPACE