summaryrefslogtreecommitdiffabout
path: root/kalarmd
authorzautrix <zautrix>2004-10-27 15:32:48 (UTC)
committer zautrix <zautrix>2004-10-27 15:32:48 (UTC)
commitfd728bc89b6a04fac0bbc590da7dd6f488822ef6 (patch) (side-by-side diff)
tree74e0cb5f3b06348971aac8f3f236926358eb3437 /kalarmd
parente099c37ac90e95c5a3110941aaae2be229bccb8e (diff)
downloadkdepimpi-fd728bc89b6a04fac0bbc590da7dd6f488822ef6.zip
kdepimpi-fd728bc89b6a04fac0bbc590da7dd6f488822ef6.tar.gz
kdepimpi-fd728bc89b6a04fac0bbc590da7dd6f488822ef6.tar.bz2
fixed apalm apllet
Diffstat (limited to 'kalarmd') (more/less context) (show whitespace changes)
-rw-r--r--kalarmd/simplealarmdaemonapplet.cpp7
1 files changed, 4 insertions, 3 deletions
diff --git a/kalarmd/simplealarmdaemonapplet.cpp b/kalarmd/simplealarmdaemonapplet.cpp
index 94d8428..38a744f 100644
--- a/kalarmd/simplealarmdaemonapplet.cpp
+++ b/kalarmd/simplealarmdaemonapplet.cpp
@@ -46,11 +46,12 @@ QRESULT SimpleAlarmDaemonApplet::queryInterface( const QUuid &uuid, QUnknownInte
*iface = this;
else if ( uuid == IID_TaskbarApplet )
*iface = this;
-
- if ( *iface )
- (*iface)->addRef();
+ if ( *iface ) {
+ //(*iface)->addRef();
return QS_OK;
}
+ return QE_NOCOMPONENT;
+}
Q_EXPORT_INTERFACE()
{