[PanelView] Fix build...

CCMAIL: notmart@gmail.com
wilder-5.14
Kai Uwe Broulik 10 years ago
parent 845738011d
commit 767aa57440
  1. 2
      shell/panelview.cpp

@ -995,7 +995,7 @@ void PanelView::statusChanged(Plasma::Types::ItemStatus status)
{ {
if (status == Plasma::Types::NeedsAttentionStatus) { if (status == Plasma::Types::NeedsAttentionStatus) {
showTemporarily(); showTemporarily();
} else if (status == Plasma::AcceptingInputStatus) { } else if (status == Plasma::Types::AcceptingInputStatus) {
KWindowSystem::forceActiveWindow(winId()); KWindowSystem::forceActiveWindow(winId());
} else { } else {
restoreAutoHide(); restoreAutoHide();

Loading…
Cancel
Save