diff options
author | gregory guy <[email protected]> | 2021-10-05 14:54:22 +0200 |
---|---|---|
committer | gregory guy <[email protected]> | 2021-10-06 11:13:05 +0200 |
commit | 610b0fea26e0855ea2ded8d935288378335346b6 (patch) | |
tree | 79ae8f19d6e41b985729f79c3aadb4c0db5deefc /starter | |
parent | 6216a7aa09fecd0262e90e9ee596eb711f8f65ad (diff) | |
download | tde-style-baghira-610b0fea26e0855ea2ded8d935288378335346b6.tar.gz tde-style-baghira-610b0fea26e0855ea2ded8d935288378335346b6.zip |
Remove definition KDE_IS_VERSION.
Signed-off-by: gregory guy <[email protected]>
Diffstat (limited to 'starter')
-rw-r--r-- | starter/menu.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
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; |