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
This commit is contained in:
Luboš Luňák 2003-04-15 18:51:39 +00:00
parent 3c140ee8d7
commit b1658f3efe

View file

@ -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;