//Auto-generated by kalyptus. DO NOT EDIT. package org.kde.koala; import org.kde.qt.TQMetaObject; import org.kde.qt.QtSupport; import org.kde.qt.TQTextCodec; public interface KProcIOSignals { /** Emitted when the process is ready for reading. @param pio the process that emitted the signal @short Emitted when the process is ready for reading. @see #enableReadSignals */ void readReady(KProcIO pio); }