-rw-r--r-- | core/applets/restartapplet2/restart.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/applets/restartapplet2/restart.h b/core/applets/restartapplet2/restart.h index 6939b28..70ea74a 100644 --- a/core/applets/restartapplet2/restart.h +++ b/core/applets/restartapplet2/restart.h @@ -8,12 +8,13 @@ ** **********************************************************************/ #ifndef __OPIE_RESTART_APPLET_H__ #define __OPIE_RESTART_APPLET_H__ #include <qpe/menuappletinterface.h> +#include <qobject.h> class RestartApplet : public QObject, public MenuAppletInterface { public: RestartApplet ( ); virtual ~RestartApplet ( ); |