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