summaryrefslogtreecommitdiff
path: root/core/applets/batteryapplet/batteryappletimpl.cpp
Side-by-side diff
Diffstat (limited to 'core/applets/batteryapplet/batteryappletimpl.cpp') (more/less context) (ignore whitespace changes)
-rw-r--r--core/applets/batteryapplet/batteryappletimpl.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/core/applets/batteryapplet/batteryappletimpl.cpp b/core/applets/batteryapplet/batteryappletimpl.cpp
index 3f3079a..9ad0382 100644
--- a/core/applets/batteryapplet/batteryappletimpl.cpp
+++ b/core/applets/batteryapplet/batteryappletimpl.cpp
@@ -50,6 +50,8 @@ QRESULT BatteryAppletImpl::queryInterface( const QUuid &uuid, QUnknownInterface
*iface = this;
else if ( uuid == IID_TaskbarApplet )
*iface = this;
+ else
+ return QS_FALSE;
if ( *iface )
(*iface)->addRef();