author | zautrix <zautrix> | 2004-10-27 15:32:48 (UTC) |
---|---|---|
committer | zautrix <zautrix> | 2004-10-27 15:32:48 (UTC) |
commit | fd728bc89b6a04fac0bbc590da7dd6f488822ef6 (patch) (unidiff) | |
tree | 74e0cb5f3b06348971aac8f3f236926358eb3437 /kalarmd | |
parent | e099c37ac90e95c5a3110941aaae2be229bccb8e (diff) | |
download | kdepimpi-fd728bc89b6a04fac0bbc590da7dd6f488822ef6.zip kdepimpi-fd728bc89b6a04fac0bbc590da7dd6f488822ef6.tar.gz kdepimpi-fd728bc89b6a04fac0bbc590da7dd6f488822ef6.tar.bz2 |
fixed apalm apllet
-rw-r--r-- | kalarmd/simplealarmdaemonapplet.cpp | 7 |
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 | |||
46 | *iface = this; | 46 | *iface = this; |
47 | else if ( uuid == IID_TaskbarApplet ) | 47 | else if ( uuid == IID_TaskbarApplet ) |
48 | *iface = this; | 48 | *iface = this; |
49 | 49 | if ( *iface ) { | |
50 | if ( *iface ) | 50 | //(*iface)->addRef(); |
51 | (*iface)->addRef(); | ||
52 | return QS_OK; | 51 | return QS_OK; |
53 | } | 52 | } |
53 | return QE_NOCOMPONENT; | ||
54 | } | ||
54 | 55 | ||
55 | Q_EXPORT_INTERFACE() | 56 | Q_EXPORT_INTERFACE() |
56 | { | 57 | { |