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/batteryapplet') diff --git a/core/applets/batteryapplet/batteryappletimpl.cpp b/core/applets/batteryapplet/batteryappletimpl.cpp index 9ad0382..7cc5f50 100644 --- a/core/applets/batteryapplet/batteryappletimpl.cpp +++ b/core/applets/batteryapplet/batteryappletimpl.cpp @@ -22,7 +22,7 @@ BatteryAppletImpl::BatteryAppletImpl() - : battery(0), ref(0) + : battery(0) { } diff --git a/core/applets/batteryapplet/batteryappletimpl.h b/core/applets/batteryapplet/batteryappletimpl.h index 94f49db..99654e3 100644 --- a/core/applets/batteryapplet/batteryappletimpl.h +++ b/core/applets/batteryapplet/batteryappletimpl.h @@ -38,7 +38,6 @@ public: private: BatteryMeter *battery; - ulong ref; }; #endif -- cgit v0.9.0.2