From 5c057c7040fe0669a159173f07793c7f28c95477 Mon Sep 17 00:00:00 2001 From: hash Date: Mon, 19 Aug 2002 20:06:41 +0000 Subject: made all the rest of the color buttons work... --- (limited to 'inputmethods/multikey/configdlg.h') 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 @@ -29,7 +29,10 @@ private slots: 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; @@ -43,7 +46,10 @@ private: 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; }; -- cgit v0.9.0.2