summaryrefslogtreecommitdiff
path: root/core/applets/restartapplet/restartappletimpl.h
Unidiff
Diffstat (limited to 'core/applets/restartapplet/restartappletimpl.h') (more/less context) (show whitespace changes)
-rw-r--r--core/applets/restartapplet/restartappletimpl.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/core/applets/restartapplet/restartappletimpl.h b/core/applets/restartapplet/restartappletimpl.h
index cdda49c..db2b821 100644
--- a/core/applets/restartapplet/restartappletimpl.h
+++ b/core/applets/restartapplet/restartappletimpl.h
@@ -29,16 +29,15 @@ class RestartAppletImpl : public TaskbarAppletInterface
29public: 29public:
30 RestartAppletImpl(); 30 RestartAppletImpl();
31 virtual ~RestartAppletImpl(); 31 virtual ~RestartAppletImpl();
32 32
33 QRESULT queryInterface( const QUuid&, QUnknownInterface** ); 33 QRESULT queryInterface( const QUuid&, QUnknownInterface** );
34 Q_REFCOUNT 34 Q_REFCOUNT
35 35
36 virtual QWidget *applet( QWidget *parent ); 36 virtual QWidget *applet( QWidget *parent );
37 virtual int position() const; 37 virtual int position() const;
38 38
39private: 39private:
40 RestartApplet *restart; 40 RestartApplet *restart;
41 ulong ref;
42}; 41};
43 42
44#endif 43#endif