summaryrefslogtreecommitdiff
path: root/inputmethods/multikey/configdlg.h
Side-by-side diff
Diffstat (limited to 'inputmethods/multikey/configdlg.h') (more/less context) (ignore whitespace changes)
-rw-r--r--inputmethods/multikey/configdlg.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/inputmethods/multikey/configdlg.h b/inputmethods/multikey/configdlg.h
index 07d109c..ae7afe2 100644
--- a/inputmethods/multikey/configdlg.h
+++ b/inputmethods/multikey/configdlg.h
@@ -20,2 +20,3 @@ signals:
void setMapToFile(QString map);
+ void reloadKeyboard();
@@ -27,2 +28,5 @@ private slots:
+ // all those required slots for the color push buttons
+ void keyColorButtonClicked();
+
private:
@@ -37,2 +41,5 @@ private:
+ /* color buttons */
+ QPushButton *key_color_button;
+
};