mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-05 06:27:37 +00:00
7ee5501f48
Features: o Turn Off Computer (logout and halt the system) o Restart Computer (logout and reboot the system) o Lock Screen (lock the screen using a screen saver) o End Current Session (end the current KDE session and logout the user) o Extras (additional, external user commands) o Time and delay options o Command line and DCOP support o System tray icon and panel applet o Visual and sound notifications o KDE Kiosk support WWW: http://kshutdown.sourceforge.net/
12 lines
251 B
C++
12 lines
251 B
C++
--- kshutdown/appobserver.h.orig Mon Jan 9 18:30:18 2006
|
|
+++ kshutdown/appobserver.h Mon Jan 9 18:30:35 2006
|
|
@@ -20,6 +20,8 @@
|
|
#ifndef __APPOBSERVER_H__
|
|
#define __APPOBSERVER_H__
|
|
|
|
+#include <sys/types.h>
|
|
+
|
|
#include <qhbox.h>
|
|
|
|
class QComboBox;
|