summaryrefslogtreecommitdiff
path: root/inputmethods
authorhash <hash>2002-08-23 18:28:03 (UTC)
committer hash <hash>2002-08-23 18:28:03 (UTC)
commit4e1a0d708c7ff0b7b1c3ad15bcae933b76e1ae5e (patch) (unidiff)
tree95731dcac369953c863e93ba0df3c2e90abff7d3 /inputmethods
parent3e37e49a35b786e5da747d4e19e898fb7135533c (diff)
downloadopie-4e1a0d708c7ff0b7b1c3ad15bcae933b76e1ae5e.zip
opie-4e1a0d708c7ff0b7b1c3ad15bcae933b76e1ae5e.tar.gz
opie-4e1a0d708c7ff0b7b1c3ad15bcae933b76e1ae5e.tar.bz2
oops, fixed bug in color buttons
Diffstat (limited to 'inputmethods') (more/less context) (ignore whitespace changes)
-rw-r--r--inputmethods/multikey/configdlg.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/inputmethods/multikey/configdlg.cpp b/inputmethods/multikey/configdlg.cpp
index 9576579..10bc611 100644
--- a/inputmethods/multikey/configdlg.cpp
+++ b/inputmethods/multikey/configdlg.cpp
@@ -307,3 +307,3 @@ void ConfigDlg::keyColorClicked() {
307 307
308 keycolor_button->setBackgroundColor(newcolor); 308 keycolor_button->setPalette(QPalette(newcolor));
309 emit reloadKeyboard(); 309 emit reloadKeyboard();
@@ -326,3 +326,3 @@ void ConfigDlg::keyColorPressedClicked() {
326 326
327 keycolor_pressed_button->setBackgroundColor(newcolor); 327 keycolor_pressed_button->setPalette(QPalette(newcolor));
328 emit reloadKeyboard(); 328 emit reloadKeyboard();
@@ -345,3 +345,3 @@ void ConfigDlg::keyColorLinesClicked() {
345 345
346 keycolor_lines_button->setBackgroundColor(newcolor); 346 keycolor_lines_button->setPalette(QPalette(newcolor));
347 emit reloadKeyboard(); 347 emit reloadKeyboard();
@@ -364,3 +364,3 @@ void ConfigDlg::textColorClicked() {
364 364
365 textcolor_button->setBackgroundColor(newcolor); 365 textcolor_button->setPalette(QPalette(newcolor));
366 emit reloadKeyboard(); 366 emit reloadKeyboard();