From 416c72588577bca18ba1c9180701143e7e572eed Mon Sep 17 00:00:00 2001 From: zecke Date: Thu, 05 Feb 2004 16:58:04 +0000 Subject: "Here we are now entertain US....." Some janitor tasks... remove ulong ref; If we use Q_REFCOUNT --- (limited to 'core/applets/restartapplet2') diff --git a/core/applets/restartapplet2/restart.cpp b/core/applets/restartapplet2/restart.cpp index 576087b..a169505 100644 --- a/core/applets/restartapplet2/restart.cpp +++ b/core/applets/restartapplet2/restart.cpp @@ -42,7 +42,7 @@ static char *restart_xpm[] = { " "}; RestartApplet::RestartApplet ( ) - : QObject ( 0, "RestartApplet" ), ref ( 0 ) + : QObject ( 0, "RestartApplet" ) { } diff --git a/core/applets/restartapplet2/restart.h b/core/applets/restartapplet2/restart.h index 9536886..6939b28 100644 --- a/core/applets/restartapplet2/restart.h +++ b/core/applets/restartapplet2/restart.h @@ -30,8 +30,6 @@ public: virtual void activated ( ); -private: - ulong ref; }; #endif -- cgit v0.9.0.2