438
438
const bool highlightWindows = cg.readEntry("highlightWindows", false);
439
439
if (highlightWindows != m_highlightWindows) {
440
440
m_highlightWindows = highlightWindows;
441
442
if (m_highlightWindows) {
442
443
connect(m_declarativeWidget->rootObject(), SIGNAL(itemHovered(int,bool)), this, SLOT(itemHovered(int,bool)));