Fix the global search tooltip's background under KDE

This commit is contained in:
David Sansome 2011-10-30 15:21:58 +00:00
parent 0b4b375561
commit 92c284f9b1
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ GlobalSearchTooltip::GlobalSearchTooltip(QWidget* event_target)
{
setWindowFlags(Qt::Popup);
setFocusPolicy(Qt::NoFocus);
setAttribute(Qt::WA_OpaquePaintEvent);
setAttribute(Qt::WA_NoSystemBackground);
setAttribute(Qt::WA_TranslucentBackground);
switch_action_ = new QAction(tr("Switch provider"), this);