make the tooltip popup with the same delay than Qt

svn path=/trunk/KDE/kdebase/workspace/libs/plasma/; revision=868859
This commit is contained in:
Alexis Ménard 2008-10-07 11:06:15 +00:00
parent 748a2b24c7
commit f49d5e8b14

View File

@ -155,7 +155,7 @@ void ToolTipManager::showToolTip(QGraphicsWidget *widget)
// which can be too much for less powerful CPUs to keep up with
d->showTimer->start(200);
} else {
d->showTimer->start(500);
d->showTimer->start(700);
}
}