From 611de84768e4825d6851dc833bd6402efd572383 Mon Sep 17 00:00:00 2001 From: hrw Date: Wed, 12 Oct 2005 21:08:35 +0000 Subject: fixed bug #1624: Button settngs changes are applied only after restart --- (limited to 'core/settings') diff --git a/core/settings/button/buttonsettings.cpp b/core/settings/button/buttonsettings.cpp index a476a6b..a600d57 100644 --- a/core/settings/button/buttonsettings.cpp +++ b/core/settings/button/buttonsettings.cpp @@ -37,7 +37,7 @@ _;:, .> :=|. This file is free software; you can #include #include #include - +#include using namespace Opie::Core; @@ -157,6 +157,7 @@ ButtonSettings::ButtonSettings ( QWidget *parent , const char *, bool, WFlags ButtonSettings::~ButtonSettings ( ) { QPEApplication::ungrabKeyboard ( ); + QCopChannel::send ("QPE/System", "deviceButtonMappingChanged()" ); } void ButtonSettings::updateLabels ( ) -- cgit v0.9.0.2