-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 | |||
@@ -1,35 +1,36 @@ | |||
1 | /********************************************************************** | 1 | /********************************************************************** |
2 | ** Copyright (C) 2002 ljp <llornkcor@handhelds.org> | 2 | ** Copyright (C) 2002 ljp <llornkcor@handhelds.org> |
3 | 3 | ||
4 | ** This file may be distributed and/or modified under the terms of the | 4 | ** This file may be distributed and/or modified under the terms of the |
5 | ** GNU General Public License version 2 as published by the Free Software | 5 | ** GNU General Public License version 2 as published by the Free Software |
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** ); |
22 | Q_REFCOUNT | 23 | Q_REFCOUNT |
23 | 24 | ||
24 | virtual int position() const; | 25 | virtual int position() const; |
25 | 26 | ||
26 | virtual QString name ( ) const; | 27 | virtual QString name ( ) const; |
27 | virtual QIconSet icon ( ) const; | 28 | virtual QIconSet icon ( ) const; |
28 | virtual QString text ( ) const; | 29 | virtual QString text ( ) const; |
29 | virtual QPopupMenu *popup ( QWidget *parent ) const; | 30 | virtual QPopupMenu *popup ( QWidget *parent ) const; |
30 | 31 | ||
31 | virtual void activated ( ); | 32 | virtual void activated ( ); |
32 | 33 | ||
33 | }; | 34 | }; |
34 | 35 | ||
35 | #endif | 36 | #endif |