From kde-commits Mon May 25 12:51:00 2009 From: Ambroz Bizjak Date: Mon, 25 May 2009 12:51:00 +0000 To: kde-commits Subject: playground/utils/filelight/src/part/radialMap Message-Id: <1243255860.861209.1261.nullmailer () svn ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-commits&m=124325587303193 SVN commit 972609 by abizjak: Compile with Qt 4.4 M +2 -0 segmentTip.cpp --- trunk/playground/utils/filelight/src/part/radialMap/segmentTip.cpp #972608:972609 @@ -42,7 +42,9 @@ : QWidget(0, Qt::FramelessWindowHint | Qt::Tool | Qt::WindowStaysOnTopHint | Qt::X11BypassWindowManagerHint) , m_cursorHeight(-h) { +#if QT_VERSION >= 0x040500 setAttribute(Qt::WA_TranslucentBackground); +#endif } void