Lines Matching full:slot
2150 (KWQSlot::KWQSlot): Add support for the submitFormAgain slot.
4536 * kwq/KWQSlot.mm: Added support for the parentDestroyed slot in KJS::WindowQObject
4537 and the slotWidgetDestructed slot in khtml::RenderWidget.
4650 - fixed 3060487 -- error connecting member slot to signal (KWQObject)
5355 Fix crash in slot code.
5399 Quiet error messages related to the slot/signal changes.
5421 to be sent for frames in m_frames. The fix is to use actual slot/signal
7541 (calls through to whatever is connected to that signal's slot) and six new slots.
8415 KWQSlot get at them). Added a prefix for the slot and signal strings, so that we can detect
8416 the case where it's trying to connect a slot to another slot. Implement the convenience
8421 (QObject::connect): Connects a signal to a slot using the new KWQSignal and KWQSlot.