summaryrefslogtreecommitdiff
path: root/core/applets/homeapplet
authorsandman <sandman>2002-10-13 16:15:30 (UTC)
committer sandman <sandman>2002-10-13 16:15:30 (UTC)
commit93133ba6cc82398012c8f7206a7e9a270a04edc6 (patch) (side-by-side diff)
treef2af0d8b8d456077a9e91289290d4c19d120ae90 /core/applets/homeapplet
parent467451d6d19a2cf5245afa2d219b7d2b1cd008f5 (diff)
downloadopie-93133ba6cc82398012c8f7206a7e9a270a04edc6.zip
opie-93133ba6cc82398012c8f7206a7e9a270a04edc6.tar.gz
opie-93133ba6cc82398012c8f7206a7e9a270a04edc6.tar.bz2
changed to reflect the qcop interface cleanup of the launcher
Diffstat (limited to 'core/applets/homeapplet') (more/less context) (ignore whitespace changes)
-rw-r--r--core/applets/homeapplet/home.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/applets/homeapplet/home.cpp b/core/applets/homeapplet/home.cpp
index 3670e6d..0d4ad66 100644
--- a/core/applets/homeapplet/home.cpp
+++ b/core/applets/homeapplet/home.cpp
@@ -49,7 +49,7 @@ QPopupMenu *HomeApplet::popup ( QWidget * ) const
void HomeApplet::activated ( )
{
// to desktop (home)
- QCopEnvelope ( "QPE/Desktop", "home()" );
+ QCopEnvelope ( "QPE/Application/qpe", "raise()" );
}