summaryrefslogtreecommitdiff
path: root/core/applets/homeapplet/home.h
Unidiff
Diffstat (limited to 'core/applets/homeapplet/home.h') (more/less context) (ignore whitespace changes)
-rw-r--r--core/applets/homeapplet/home.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/applets/homeapplet/home.h b/core/applets/homeapplet/home.h
index 22ecd47..7f1f006 100644
--- a/core/applets/homeapplet/home.h
+++ b/core/applets/homeapplet/home.h
@@ -18,12 +18,13 @@
18** 18**
19**********************************************************************/ 19**********************************************************************/
20#ifndef __OPIE_HOME_APPLET_H__ 20#ifndef __OPIE_HOME_APPLET_H__
21#define __OPIE_HOME_APPLET_H__ 21#define __OPIE_HOME_APPLET_H__
22 22
23#include <qpe/menuappletinterface.h> 23#include <qpe/menuappletinterface.h>
24#include <qobject.h>
24 25
25class HomeApplet : public QObject, public MenuAppletInterface 26class HomeApplet : public QObject, public MenuAppletInterface
26{ 27{
27public: 28public:
28 HomeApplet ( ); 29 HomeApplet ( );
29 virtual ~HomeApplet ( ); 30 virtual ~HomeApplet ( );