From 6f82a7bad0746d37ff1545717be3fe67e2eed17c Mon Sep 17 00:00:00 2001 From: sandman Date: Mon, 23 Dec 2002 00:07:32 +0000 Subject: - ported the device button handling to the new ODevice based framework - removed the key re-grabbing in runningsappbar (not necessary anymore) - added a few new QCops to make all "special" launcher functions available via qcop - added the devicebuttons to the opie-taskbar ipk --- (limited to 'core/launcher/runningappbar.cpp') diff --git a/core/launcher/runningappbar.cpp b/core/launcher/runningappbar.cpp index 3ac66f2..356200b 100644 --- a/core/launcher/runningappbar.cpp +++ b/core/launcher/runningappbar.cpp @@ -124,15 +124,6 @@ void RunningAppBar::removeTask(const AppLnk& appLnk) qDebug("Removing %s from app list.", appLnk.name().latin1()); m_AppList.remove(); - // grab the keyboard back, in case the app crashed/forgot - - QPEApplication *qpeapp = (QPEApplication *) qApp; - - if ( appLnk.exec() == qpeapp-> keyboardGrabbedBy ( )) { - qDebug ( "grabbing keyboard back from %s", appLnk.name().latin1()); - qpeapp-> grabKeyboard ( ); - } - delete target; } } -- cgit v0.9.0.2