From 610b0fea26e0855ea2ded8d935288378335346b6 Mon Sep 17 00:00:00 2001 From: gregory guy Date: Tue, 5 Oct 2021 14:54:22 +0200 Subject: Remove definition KDE_IS_VERSION. Signed-off-by: gregory guy --- starter/menu.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'starter/menu.cpp') diff --git a/starter/menu.cpp b/starter/menu.cpp index a730b51..e4e1f51 100644 --- a/starter/menu.cpp +++ b/starter/menu.cpp @@ -812,9 +812,8 @@ void Panel::poof() _poofAnimPix = new TQPixmap(_poofPix->width(), _poofPix->width()); if (!_poof) _poof = new TQWidget(0,0, TQt::WType_TopLevel | TQt::WStyle_NoBorder | TQt::WStyle_StaysOnTop | TQt::WX11BypassWM); -#if KDE_IS_VERSION(3,3,91) //3.4 beta + KWin::setShadowSize(_poof->winId(), 0); -#endif _poof->setFixedSize(_poofPix->width(), _poofPix->width()); int x = TQCursor::pos().x() - _poof->width()/2; int y = TQCursor::pos().y() - _poof->height()/2; -- cgit v1.2.1