From 4c8b8e96d841bb12637b5b022dbfeca6dae3d189 Mon Sep 17 00:00:00 2001 From: sandman Date: Wed, 02 Oct 2002 21:53:00 +0000 Subject: Hack for suspend action is no longer needed --- (limited to 'library/global.cpp') diff --git a/library/global.cpp b/library/global.cpp index 2e4d03f..9b908bf 100644 --- a/library/global.cpp +++ b/library/global.cpp @@ -680,10 +680,6 @@ void Global::execute( const QString &c, const QString& document ) QString ap=list[0]; qDebug("executing %s", ap.latin1() ); - if ( ap == "suspend" ) { - QWSServer::sendKeyEvent( 0xffff, Qt::Key_F34, FALSE, TRUE, FALSE ); - return; - } /* if need be, sending a qcop message will result in an invoke, see preceeding function */ -- cgit v0.9.0.2