//Auto-generated by kalyptus. DO NOT EDIT. package org.kde.qt; public interface TQLineEditSignals { void textChanged(String arg1); void returnPressed(); void lostFocus(); void selectionChanged(); }