summaryrefslogtreecommitdiff
path: root/inputmethods/multikey/configdlg.h
Unidiff
Diffstat (limited to 'inputmethods/multikey/configdlg.h') (more/less context) (ignore whitespace changes)
-rw-r--r--inputmethods/multikey/configdlg.h10
1 files changed, 8 insertions, 2 deletions
diff --git a/inputmethods/multikey/configdlg.h b/inputmethods/multikey/configdlg.h
index a000e60..5d6403f 100644
--- a/inputmethods/multikey/configdlg.h
+++ b/inputmethods/multikey/configdlg.h
@@ -26,13 +26,16 @@ private slots:
26 void repeatTog(); 26 void repeatTog();
27 void setMap(int index); 27 void setMap(int index);
28 void addMap(); 28 void addMap();
29 void removeMap(); 29 void removeMap();
30 30
31 // all those required slots for the color push buttons 31 // all those required slots for the color push buttons
32 void keyColorButtonClicked(); 32 void keyColorClicked();
33 void keyColorPressedClicked();
34 void keyColorLinesClicked();
35 void textColorClicked();
33 36
34private: 37private:
35 QCheckBox *pick_button; 38 QCheckBox *pick_button;
36 QCheckBox *repeat_button; 39 QCheckBox *repeat_button;
37 QListBox *keymaps; 40 QListBox *keymaps;
38 QPushButton *add_button; 41 QPushButton *add_button;
@@ -40,11 +43,14 @@ private:
40 43
41 44
42 QStringList default_maps; // the maps in your share/multikey/ dir 45 QStringList default_maps; // the maps in your share/multikey/ dir
43 QStringList custom_maps; // maps you added with the 'add' button 46 QStringList custom_maps; // maps you added with the 'add' button
44 47
45 /* color buttons */ 48 /* color buttons */
46 QPushButton *key_color_button; 49 QPushButton *keycolor_button;
50 QPushButton *keycolor_pressed_button;
51 QPushButton *keycolor_lines_button;
52 QPushButton *textcolor_button;
47 53
48}; 54};
49 55
50#endif 56#endif