//Auto-generated by kalyptus. DO NOT EDIT. package org.kde.koala; import org.kde.qt.TQMetaObject; import org.kde.qt.QtSupport; public interface ListJobSignals { // void entries(TDEIO::Job* arg1,const TDEIO::UDSEntryList& arg2); >>>> NOT CONVERTED /** Signals a redirection. Use to update the URL shown to the user. The redirection itself is handled internally. @param job the job that is redirected @param url the new url @short Signals a redirection. */ void redirection(Job job, KURL url); /** Signals a permanent redirection. The redirection itself is handled internally. @param job the job that emitted this signal @param fromUrl the original URL @param toUrl the new URL @short Signals a permanent redirection. */ void permanentRedirection(Job job, KURL fromUrl, KURL toUrl); }