summaryrefslogtreecommitdiffstats
path: root/kdejava/koala/org/kde/koala/KSycocaSignals.java
blob: 54d36a8e705e6e81e9eb7def8bde47455a6e5073 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
//Auto-generated by kalyptus. DO NOT EDIT.
package org.kde.koala;

import org.kde.qt.QMetaObject;
import org.kde.qt.QtSupport;
import org.kde.qt.QObject;
import org.kde.qt.QDataStream;
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();
}