//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.TQPixmap; import java.util.ArrayList; import org.kde.qt.TQWidget; public interface KURLComboBoxSignals { /** Emitted when an item was clicked at. @param url is the url of the now current item. If it is a local url, it won't have a protocol (file:/), otherwise it will. @short Emitted when an item was clicked at. */ void urlActivated(KURL url); }