//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.TQWidget; public interface KProgressSignals { /** Emitted when the state of the progress bar changes. @short Emitted when the state of the progress bar changes. */ void percentageChanged(int arg1); }