blob: 9e709fc91ad84a6eb269e3650e44c6c722769ffb (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
//Auto-generated by kalyptus. DO NOT EDIT.
package org.kde.qt;
public interface TQTabDialogSignals {
void aboutToShow();
void applyButtonPressed();
void cancelButtonPressed();
void defaultButtonPressed();
void helpButtonPressed();
void currentChanged(TQWidget arg1);
void selected(String arg1);
}
|