You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
305 B
Java
13 lines
305 B
Java
//Auto-generated by kalyptus. DO NOT EDIT.
|
|
package org.kde.qt;
|
|
|
|
import java.util.ArrayList;
|
|
|
|
public interface TQFileDialogSignals {
|
|
void fileHighlighted(String arg1);
|
|
void fileSelected(String arg1);
|
|
void filesSelected(String[] arg1);
|
|
void dirEntered(String arg1);
|
|
void filterSelected(String arg1);
|
|
}
|