blob: cd8a856e364ce0e8c2d08d9f97a791772020509f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
//Auto-generated by kalyptus. DO NOT EDIT.
package org.kde.koala;
import org.kde.qt.QMetaObject;
import org.kde.qt.QtSupport;
import org.kde.qt.QPixmap;
import org.kde.qt.QMouseEvent;
import org.kde.qt.QShowEvent;
import org.kde.qt.QEvent;
import org.kde.qt.QWidget;
public interface KSystemTraySignals {
/**
Emitted when quit is selected in the menu. If you want to perform any other
action than to close the main application window please connect to this signal.
@short Emitted when quit is selected in the menu.
*/
void quitSelected();
}
|