From e2694c5aedb3697a373e363cebe72cddb3114a8f Mon Sep 17 00:00:00 2001 From: llornkcor Date: Sun, 20 Oct 2002 04:30:34 +0000 Subject: fix menu button on zaurus F11 raising opie menu --- (limited to 'core/launcher/main.cpp') diff --git a/core/launcher/main.cpp b/core/launcher/main.cpp index 762a596..8974ced 100644 --- a/core/launcher/main.cpp +++ b/core/launcher/main.cpp @@ -91,6 +91,7 @@ int initApplication( int argc, char ** argv ) Desktop *d = new Desktop(); + QObject::connect( &a, SIGNAL(menu()), d, SLOT(raiseMenu()) ); QObject::connect( &a, SIGNAL(datebook()), d, SLOT(raiseDatebook()) ); QObject::connect( &a, SIGNAL(contacts()), d, SLOT(raiseContacts()) ); QObject::connect( &a, SIGNAL(launch()), d, SLOT(raiseLauncher()) ); -- cgit v0.9.0.2