aboutsummaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorHolger Schroeder <holger.schroeder.ext@basyskom.de>2010-04-14 10:46:27 +0200
committerTomas Junnonen <tomas.junnonen@nokia.com>2010-04-14 16:13:53 +0300
commit99dfc037e927bc392ed1d64d88087e42e5642a4b (patch)
tree3b5a4f4d0c35465869c934cda59758be3322f24f /examples
parent2fefa610352b2d17a98f314cb2f82be2d75fd294 (diff)
Changes: rename /M/ gconf prefix to /meegotouch/
RevBy: Tomas
Diffstat (limited to 'examples')
-rw-r--r--examples/imtoolbar/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/imtoolbar/main.cpp b/examples/imtoolbar/main.cpp
index fc72e683..c5bad585 100644
--- a/examples/imtoolbar/main.cpp
+++ b/examples/imtoolbar/main.cpp
@@ -24,7 +24,7 @@
namespace
{
- const QString InputMethodToolbars("/M/InputMethods/Toolbars");
+ const QString InputMethodToolbars("/meegotouch/inputmethods/toolbars");
};
int main(int argc, char **argv)