summaryrefslogtreecommitdiff
Unidiff
Diffstat (more/less context) (ignore whitespace changes)
-rw-r--r--core/applets/restartapplet2/restart.h1
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 @@
8** 8**
9**********************************************************************/ 9**********************************************************************/
10#ifndef __OPIE_RESTART_APPLET_H__ 10#ifndef __OPIE_RESTART_APPLET_H__
11#define __OPIE_RESTART_APPLET_H__ 11#define __OPIE_RESTART_APPLET_H__
12 12
13#include <qpe/menuappletinterface.h> 13#include <qpe/menuappletinterface.h>
14#include <qobject.h>
14 15
15class RestartApplet : public QObject, public MenuAppletInterface 16class RestartApplet : public QObject, public MenuAppletInterface
16{ 17{
17public: 18public:
18 RestartApplet ( ); 19 RestartApplet ( );
19 virtual ~RestartApplet ( ); 20 virtual ~RestartApplet ( );