diff --git a/tabletmodemanager.cpp b/tabletmodemanager.cpp --- a/tabletmodemanager.cpp +++ b/tabletmodemanager.cpp @@ -118,7 +118,7 @@ QDBusConnection::ExportAllProperties | QDBusConnection::ExportAllSignals ); - connect(input(), &InputRedirection::hasTabletModeSwitchChanged, this, &TabletModeManager::tabletModeAvailableChanged); + connect(input(), &InputRedirection::hasTabletModeSwitchChanged, this, &TabletModeManager::hasTabletModeInputChanged); } void KWin::TabletModeManager::hasTabletModeInputChanged(bool set)