blob: 28aac423667205b826349a0b62da76054801f744 (
plain)
| 1
2
3
4
5
6
7
8
9
10
11
 | //Auto-generated by kalyptus. DO NOT EDIT.
package org.trinitydesktop.qt;
public interface TQComboBoxSignals {
	void activated(int index);
	void highlighted(int index);
	void activated(String arg1);
	void highlighted(String arg1);
	void textChanged(String arg1);
}
 |