showAboutAction  1445 scripts/kconfig/qconf.cc 	QAction *showAboutAction = new QAction("About", this);
showAboutAction  1446 scripts/kconfig/qconf.cc 	  connect(showAboutAction, SIGNAL(triggered(bool)), SLOT(showAbout()));
showAboutAction  1484 scripts/kconfig/qconf.cc 	helpMenu->addAction(showAboutAction);