summaryrefslogtreecommitdiff
path: root/core/applets/restartapplet
Side-by-side diff
Diffstat (limited to 'core/applets/restartapplet') (more/less context) (show whitespace changes)
-rw-r--r--core/applets/restartapplet/restartappletimpl.cpp2
-rw-r--r--core/applets/restartapplet/restartappletimpl.h1
2 files changed, 1 insertions, 2 deletions
diff --git a/core/applets/restartapplet/restartappletimpl.cpp b/core/applets/restartapplet/restartappletimpl.cpp
index 5b0092d..d8e10d3 100644
--- a/core/applets/restartapplet/restartappletimpl.cpp
+++ b/core/applets/restartapplet/restartappletimpl.cpp
@@ -19,13 +19,13 @@
**********************************************************************/
#include "restart.h"
#include "restartappletimpl.h"
RestartAppletImpl::RestartAppletImpl()
- : restart(0), ref(0)
+ : restart(0)
{
}
RestartAppletImpl::~RestartAppletImpl()
{
delete restart;
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
@@ -35,10 +35,9 @@ public:
virtual QWidget *applet( QWidget *parent );
virtual int position() const;
private:
RestartApplet *restart;
- ulong ref;
};
#endif