showIntroAction  1443 scripts/kconfig/qconf.cc 	QAction *showIntroAction = new QAction("Introduction", this);
showIntroAction  1444 scripts/kconfig/qconf.cc 	  connect(showIntroAction, SIGNAL(triggered(bool)), SLOT(showIntro()));
showIntroAction  1483 scripts/kconfig/qconf.cc 	helpMenu->addAction(showIntroAction);