diff --git a/options.cpp b/options.cpp index a74560fcc3..08f3f3800f 100644 --- a/options.cpp +++ b/options.cpp @@ -16,6 +16,7 @@ License. See the file "COPYING" for the exact licensing terms. #include #include #include +#include namespace KWinInternal { @@ -153,6 +154,8 @@ unsigned long Options::updateSettings() desktop_topmenu = kdesktopcfg.readBoolEntry( "ShowMenubar", false ); if( desktop_topmenu ) topmenus = true; + + QToolTip::setGloballyEnabled( d->show_tooltips ); return changed; }