//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.TQObject; import org.kde.qt.TQDataStream; import java.util.ArrayList; public interface KSycocaSignals { /** Connect to this to get notified when the database changes (Usually apps showing icons do a 'refresh' to take into account the new mimetypes) @short Connect to this to get notified when the database changes (Usually apps showing icons do a 'refresh' to take into account the new mimetypes) */ void databaseChanged(); }