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') 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); diff --git a/inputmethods/multikey/keyboard.h b/inputmethods/multikey/keyboard.h index 805f0ed..8c4e666 100644 --- a/inputmethods/multikey/keyboard.h +++ b/inputmethods/multikey/keyboard.h @@ -69,7 +69,7 @@ public: const int width, QPixmap *pix); void setPressed(const int row, const int col, const bool pressed); QString lang; - QString title; + QString label; private: -- cgit v0.9.0.2