//Auto-generated by kalyptus. DO NOT EDIT. package org.trinitydesktop.koala; import org.trinitydesktop.qt.TQMetaObject; import org.trinitydesktop.qt.QtSupport; import org.trinitydesktop.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); }