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.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:
void repeatTog();
void setMap(int index);
void addMap();
void removeMap();
// all those required slots for the color push buttons
- void keyColorButtonClicked();
+ void keyColorClicked();
+ void keyColorPressedClicked();
+ void keyColorLinesClicked();
+ void textColorClicked();
private:
QCheckBox *pick_button;
QCheckBox *repeat_button;
QListBox *keymaps;
QPushButton *add_button;
@@ -40,11 +43,14 @@ private:
QStringList default_maps; // the maps in your share/multikey/ dir
QStringList custom_maps; // maps you added with the 'add' button
/* color buttons */
- QPushButton *key_color_button;
+ QPushButton *keycolor_button;
+ QPushButton *keycolor_pressed_button;
+ QPushButton *keycolor_lines_button;
+ QPushButton *textcolor_button;
};
#endif