From fc4808bea669f75af0c28ba65cf2c638c97e99ba Mon Sep 17 00:00:00 2001 From: hash Date: Fri, 06 Sep 2002 21:23:05 +0000 Subject: french and other stuff fixed --- (limited to 'inputmethods/multikey/configdlg.cpp') diff --git a/inputmethods/multikey/configdlg.cpp b/inputmethods/multikey/configdlg.cpp index 26c9233..a8206b7 100644 --- a/inputmethods/multikey/configdlg.cpp +++ b/inputmethods/multikey/configdlg.cpp @@ -1,8 +1,9 @@ /* * TODO * make a font selection thing (size too) - * make vertical keys possible * make a keymap editor + * make keys translucent + * make vertical keys possible * * */ @@ -248,6 +249,12 @@ void ConfigDlg::repeatTog() { emit repeatToggled(repeat_button->isChecked()); } +void ConfigDlg::closeEvent(QCloseEvent *) { + + // tell the parent it was closed, so delete me + emit configDlgClosed(); +} + // ConfigDlg::setMap {{{1 /* @@ -267,7 +274,7 @@ void ConfigDlg::setMap(int index) { else if ((uint)index <= default_maps.count()) { remove_button->setDisabled(true); - emit setMapToFile(QPEApplication::qpeDir() + "/share/multikey/" + default_maps[index - 1]); + emit setMapToFile(QPEApplication::qpeDir() + "share/multikey/" + default_maps[index - 1]); } else { -- cgit v0.9.0.2