searchButton     1259 scripts/kconfig/qconf.cc 	searchButton = new QPushButton("Search", this);
searchButton     1260 scripts/kconfig/qconf.cc 	searchButton->setAutoDefault(false);
searchButton     1261 scripts/kconfig/qconf.cc 	connect(searchButton, SIGNAL(clicked()), SLOT(search()));
searchButton     1262 scripts/kconfig/qconf.cc 	layout2->addWidget(searchButton);
searchButton      283 scripts/kconfig/qconf.h 	QPushButton* searchButton;