From 9cc94030d7f6a04b79da8db83e6c609c1580a3d3 Mon Sep 17 00:00:00 2001 From: hash Date: Mon, 19 Aug 2002 07:21:51 +0000 Subject: parses dir and also lets you add/remove maps located in other places --- (limited to 'inputmethods/multikey/configdlg.cpp') diff --git a/inputmethods/multikey/configdlg.cpp b/inputmethods/multikey/configdlg.cpp index a6e4dad..ac132d3 100644 --- a/inputmethods/multikey/configdlg.cpp +++ b/inputmethods/multikey/configdlg.cpp @@ -176,6 +176,8 @@ void ConfigDlg::setMap(int index) { remove_button->setDisabled(true); + emit setMapToFile(keymaps->text(index)); + } else { remove_button->setEnabled(true); -- cgit v0.9.0.2