summaryrefslogtreecommitdiffstats
path: root/kdejava/koala/org/kde/koala/KSycocaSignals.java
blob: aa1d3d4f342c0a9515b62d09cc7fc1c66240deb6 (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.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();
}