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.
17 lines
432 B
Java
17 lines
432 B
Java
//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.TQPixmap;
|
|
import java.util.ArrayList;
|
|
|
|
public interface KPanelAppMenuSignals {
|
|
/**
|
|
Emitted when the user selects an item from the Kicker menu.
|
|
@short Emitted when the user selects an item from the Kicker menu.
|
|
*/
|
|
void activated(int id);
|
|
}
|