diff options
author | gregory guy <gregory-tde@laposte.net> | 2021-10-05 14:54:22 +0200 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2021-10-06 19:27:41 +0900 |
commit | eac5fa9db4545dd832b13bc5f79d7bb5d274c62b (patch) | |
tree | a11ebdcd9d44be4b20015092dd61e70cd5b2fefa /starter | |
parent | 6a98f451b6617ce0a3602f2e21b26acfb2bd6e8e (diff) | |
download | tde-style-baghira-eac5fa9db4545dd832b13bc5f79d7bb5d274c62b.tar.gz tde-style-baghira-eac5fa9db4545dd832b13bc5f79d7bb5d274c62b.zip |
Remove definition KDE_IS_VERSION.
Signed-off-by: gregory guy <gregory-tde@laposte.net>
(cherry picked from commit 610b0fea26e0855ea2ded8d935288378335346b6)
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; |