summaryrefslogtreecommitdiff
path: root/core
authorzecke <zecke>2005-04-23 18:21:27 (UTC)
committer zecke <zecke>2005-04-23 18:21:27 (UTC)
commit07f375f59f19a001685db1b78e9ba9040c73bbeb (patch) (side-by-side diff)
treebb152f0c3c78322bcbd89979ce3e2d72a288a945 /core
parent39aecbe922c8eeecf50fb6d0cae5808c26bc17e9 (diff)
downloadopie-07f375f59f19a001685db1b78e9ba9040c73bbeb.zip
opie-07f375f59f19a001685db1b78e9ba9040c73bbeb.tar.gz
opie-07f375f59f19a001685db1b78e9ba9040c73bbeb.tar.bz2
Hinted and proposed by Jose Bernadao Silva:
Fix compiling by including QObject
Diffstat (limited to 'core') (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
@@ -2,24 +2,25 @@
** Copyright (C) 2002 ljp <llornkcor@handhelds.org>
** This file may be distributed and/or modified under the terms of the
** GNU General Public License version 2 as published by the Free Software
** Foundation and appearing in the file LICENSE.GPL included in the
** packaging of this file.
**
**********************************************************************/
#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 ( );
QRESULT queryInterface( const QUuid&, QUnknownInterface** );
Q_REFCOUNT
virtual int position() const;