searchAction     1400 scripts/kconfig/qconf.cc 	QAction *searchAction = new QAction("&Find", this);
searchAction     1401 scripts/kconfig/qconf.cc 	searchAction->setShortcut(Qt::CTRL + Qt::Key_F);
searchAction     1402 scripts/kconfig/qconf.cc 	  connect(searchAction, SIGNAL(triggered(bool)), SLOT(searchConfig()));
searchAction     1468 scripts/kconfig/qconf.cc 	editMenu->addAction(searchAction);