author | zecke <zecke> | 2005-04-23 18:21:27 (UTC) |
---|---|---|
committer | zecke <zecke> | 2005-04-23 18:21:27 (UTC) |
commit | 07f375f59f19a001685db1b78e9ba9040c73bbeb (patch) (unidiff) | |
tree | bb152f0c3c78322bcbd89979ce3e2d72a288a945 | |
parent | 39aecbe922c8eeecf50fb6d0cae5808c26bc17e9 (diff) | |
download | opie-07f375f59f19a001685db1b78e9ba9040c73bbeb.zip opie-07f375f59f19a001685db1b78e9ba9040c73bbeb.tar.gz opie-07f375f59f19a001685db1b78e9ba9040c73bbeb.tar.bz2 |
Hinted and proposed by Jose Bernadao Silva:
Fix compiling by including QObject
-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 | |||
@@ -6,16 +6,17 @@ | |||
6 | ** Foundation and appearing in the file LICENSE.GPL included in the | 6 | ** Foundation and appearing in the file LICENSE.GPL included in the |
7 | ** packaging of this file. | 7 | ** packaging of this file. |
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 | ||
15 | class RestartApplet : public QObject, public MenuAppletInterface | 16 | class RestartApplet : public QObject, public MenuAppletInterface |
16 | { | 17 | { |
17 | public: | 18 | public: |
18 | RestartApplet ( ); | 19 | RestartApplet ( ); |
19 | virtual ~RestartApplet ( ); | 20 | virtual ~RestartApplet ( ); |
20 | 21 | ||
21 | QRESULT queryInterface( const QUuid&, QUnknownInterface** ); | 22 | QRESULT queryInterface( const QUuid&, QUnknownInterface** ); |