SIGNAL            283 scripts/kconfig/qconf.cc 	connect(this, SIGNAL(lostFocus()), SLOT(hide()));
SIGNAL            334 scripts/kconfig/qconf.cc 	connect(this, SIGNAL(selectionChanged(void)),
SIGNAL            344 scripts/kconfig/qconf.cc 		connect(configApp, SIGNAL(aboutToQuit()), SLOT(saveSettings()));
SIGNAL            808 scripts/kconfig/qconf.cc 			  connect(action, SIGNAL(toggled(bool)),
SIGNAL            810 scripts/kconfig/qconf.cc 			  connect(parent(), SIGNAL(showNameChanged(bool)),
SIGNAL            816 scripts/kconfig/qconf.cc 			  connect(action, SIGNAL(toggled(bool)),
SIGNAL            818 scripts/kconfig/qconf.cc 			  connect(parent(), SIGNAL(showRangeChanged(bool)),
SIGNAL            824 scripts/kconfig/qconf.cc 			  connect(action, SIGNAL(toggled(bool)),
SIGNAL            826 scripts/kconfig/qconf.cc 			  connect(parent(), SIGNAL(showDataChanged(bool)),
SIGNAL            929 scripts/kconfig/qconf.cc 		connect(configApp, SIGNAL(aboutToQuit()), SLOT(saveSettings()));
SIGNAL           1171 scripts/kconfig/qconf.cc 	  connect(action, SIGNAL(toggled(bool)), SLOT(setShowDebug(bool)));
SIGNAL           1172 scripts/kconfig/qconf.cc 	  connect(this, SIGNAL(showDebugChanged(bool)), action, SLOT(setOn(bool)));
SIGNAL           1193 scripts/kconfig/qconf.cc 	connect(editField, SIGNAL(returnPressed()), SLOT(search()));
SIGNAL           1197 scripts/kconfig/qconf.cc 	connect(searchButton, SIGNAL(clicked()), SLOT(search()));
SIGNAL           1206 scripts/kconfig/qconf.cc 	connect(list->list, SIGNAL(menuChanged(struct menu *)),
SIGNAL           1208 scripts/kconfig/qconf.cc 	connect(list->list, SIGNAL(menuChanged(struct menu *)),
SIGNAL           1230 scripts/kconfig/qconf.cc 		connect(configApp, SIGNAL(aboutToQuit()), SLOT(saveSettings()));
SIGNAL           1316 scripts/kconfig/qconf.cc 	  connect(backAction, SIGNAL(activated()), SLOT(goBack()));
SIGNAL           1319 scripts/kconfig/qconf.cc 	  connect(quitAction, SIGNAL(activated()), SLOT(close()));
SIGNAL           1321 scripts/kconfig/qconf.cc 	  connect(loadAction, SIGNAL(activated()), SLOT(loadConfig()));
SIGNAL           1323 scripts/kconfig/qconf.cc 	  connect(saveAction, SIGNAL(activated()), SLOT(saveConfig()));
SIGNAL           1328 scripts/kconfig/qconf.cc 	  connect(saveAsAction, SIGNAL(activated()), SLOT(saveConfigAs()));
SIGNAL           1330 scripts/kconfig/qconf.cc 	  connect(searchAction, SIGNAL(activated()), SLOT(searchConfig()));
SIGNAL           1332 scripts/kconfig/qconf.cc 	  connect(singleViewAction, SIGNAL(activated()), SLOT(showSingleView()));
SIGNAL           1334 scripts/kconfig/qconf.cc 	  connect(splitViewAction, SIGNAL(activated()), SLOT(showSplitView()));
SIGNAL           1336 scripts/kconfig/qconf.cc 	  connect(fullViewAction, SIGNAL(activated()), SLOT(showFullView()));
SIGNAL           1340 scripts/kconfig/qconf.cc 	  connect(showNameAction, SIGNAL(toggled(bool)), configView, SLOT(setShowName(bool)));
SIGNAL           1341 scripts/kconfig/qconf.cc 	  connect(configView, SIGNAL(showNameChanged(bool)), showNameAction, SLOT(setOn(bool)));
SIGNAL           1345 scripts/kconfig/qconf.cc 	  connect(showRangeAction, SIGNAL(toggled(bool)), configView, SLOT(setShowRange(bool)));
SIGNAL           1346 scripts/kconfig/qconf.cc 	  connect(configView, SIGNAL(showRangeChanged(bool)), showRangeAction, SLOT(setOn(bool)));
SIGNAL           1350 scripts/kconfig/qconf.cc 	  connect(showDataAction, SIGNAL(toggled(bool)), configView, SLOT(setShowData(bool)));
SIGNAL           1351 scripts/kconfig/qconf.cc 	  connect(configView, SIGNAL(showDataChanged(bool)), showDataAction, SLOT(setOn(bool)));
SIGNAL           1355 scripts/kconfig/qconf.cc 	  connect(showAllAction, SIGNAL(toggled(bool)), configView, SLOT(setShowAll(bool)));
SIGNAL           1356 scripts/kconfig/qconf.cc 	  connect(showAllAction, SIGNAL(toggled(bool)), menuView, SLOT(setShowAll(bool)));
SIGNAL           1360 scripts/kconfig/qconf.cc 	  connect(showDebugAction, SIGNAL(toggled(bool)), helpText, SLOT(setShowDebug(bool)));
SIGNAL           1361 scripts/kconfig/qconf.cc 	  connect(helpText, SIGNAL(showDebugChanged(bool)), showDebugAction, SLOT(setOn(bool)));
SIGNAL           1365 scripts/kconfig/qconf.cc 	  connect(showIntroAction, SIGNAL(activated()), SLOT(showIntro()));
SIGNAL           1367 scripts/kconfig/qconf.cc 	  connect(showAboutAction, SIGNAL(activated()), SLOT(showAbout()));
SIGNAL           1410 scripts/kconfig/qconf.cc 	connect(configList, SIGNAL(menuChanged(struct menu *)),
SIGNAL           1412 scripts/kconfig/qconf.cc 	connect(configList, SIGNAL(menuSelected(struct menu *)),
SIGNAL           1414 scripts/kconfig/qconf.cc 	connect(configList, SIGNAL(parentSelected()),
SIGNAL           1416 scripts/kconfig/qconf.cc 	connect(menuList, SIGNAL(menuChanged(struct menu *)),
SIGNAL           1418 scripts/kconfig/qconf.cc 	connect(menuList, SIGNAL(menuSelected(struct menu *)),
SIGNAL           1421 scripts/kconfig/qconf.cc 	connect(configList, SIGNAL(gotFocus(struct menu *)),
SIGNAL           1423 scripts/kconfig/qconf.cc 	connect(menuList, SIGNAL(gotFocus(struct menu *)),
SIGNAL           1425 scripts/kconfig/qconf.cc 	connect(menuList, SIGNAL(gotFocus(struct menu *)),
SIGNAL           1427 scripts/kconfig/qconf.cc 	connect(helpText, SIGNAL(menuSelected(struct menu *)),
SIGNAL           1750 scripts/kconfig/qconf.cc 	configApp->connect(configApp, SIGNAL(lastWindowClosed()), SLOT(quit()));
SIGNAL           1751 scripts/kconfig/qconf.cc 	configApp->connect(configApp, SIGNAL(aboutToQuit()), v, SLOT(saveSettings()));