diff options
Diffstat (limited to 'examples/X11/qt/simplefrontend/SimpleFrontEndProject.cpp')
-rw-r--r-- | examples/X11/qt/simplefrontend/SimpleFrontEndProject.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/X11/qt/simplefrontend/SimpleFrontEndProject.cpp b/examples/X11/qt/simplefrontend/SimpleFrontEndProject.cpp index 3ddc77d..691a026 100644 --- a/examples/X11/qt/simplefrontend/SimpleFrontEndProject.cpp +++ b/examples/X11/qt/simplefrontend/SimpleFrontEndProject.cpp @@ -66,7 +66,7 @@ SimpleFrontEndProject::lookup(const char *) it = manager.Modules.find(modName.c_str()); if (it != manager.Modules.end()) { - it->second->SetKey(keyText.c_str()); + it->second->setKey(keyText.c_str()); mlined1->setText(*it->second); label3->setText(it->second->KeyText()); } |