From 918e4d4dffddc6d1a31b9b92535cd81a4f3d52e2 Mon Sep 17 00:00:00 2001 From: sandman Date: Thu, 26 Dec 2002 00:57:15 +0000 Subject: signature of keyRegister() QCop call changed because of the device button rewrite --- diff --git a/core/applets/vmemo/vmemo.cpp b/core/applets/vmemo/vmemo.cpp index d6128a6..6867e82 100644 --- a/core/applets/vmemo/vmemo.cpp +++ b/core/applets/vmemo/vmemo.cpp @@ -235,7 +235,8 @@ VMemo::VMemo( QWidget *parent, const char *_name ) this, SLOT(receive(const QCString&, const QByteArray&)) ); if( toggleKey != -1 ) { - QCopEnvelope e("QPE/Desktop", "keyRegister(int key, QString channel, QString message)"); + // keyRegister(key, channel, message) + QCopEnvelope e("QPE/Launcher", "keyRegister(int,QCString,QCString)"); // e << 4096; // Key_Escape // e << Key_F5; //4148 e << toggleKey; -- cgit v0.9.0.2