From b1658f3efef5575f5b818d337ab41c64ec39f2a6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lubo=C5=A1=20Lu=C5=88=C3=A1k?= Date: Tue, 15 Apr 2003 18:51:39 +0000 Subject: [PATCH] Get rid of the focusEnsurance hack that was trying to work around a hack in Qt that was trying to work around something that Qt-2.2.4 changelog claims to be Xlib bug and that's no longer in Qt anyway. Fixes #24087. svn path=/trunk/kdebase/kwin/; revision=220339 --- workspace.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/workspace.h b/workspace.h index ff0394f296..8fb55171c3 100644 --- a/workspace.h +++ b/workspace.h @@ -340,7 +340,6 @@ private slots: void sendToDesktop( int ); void clientPopupActivated( int ); void configureWM(); - void focusEnsurance(); protected: bool keyPress( XKeyEvent& ev ); @@ -484,7 +483,7 @@ private: // Timer to collect requests for 'reconfigure' QTimer reconfigureTimer; - QTimer focusEnsuranceTimer; + QTimer focusEnsuranceTimer; // unused WorkspacePrivate* d; static Workspace *_self;