diff options
author | Darrell Anderson <[email protected]> | 2013-03-02 21:32:09 -0600 |
---|---|---|
committer | Darrell Anderson <[email protected]> | 2013-03-02 21:32:09 -0600 |
commit | 48e7fc5a76e0fedff4bbee92a801e84cb011eee3 (patch) | |
tree | b2c229dd9002645d2019799a07ba99d84f27e741 /kcontrol/input/mouse.h | |
parent | 0cb3dd415155adc58748ea5cc4da4679abcf320b (diff) | |
download | tdebase-48e7fc5a76e0fedff4bbee92a801e84cb011eee3.tar.gz tdebase-48e7fc5a76e0fedff4bbee92a801e84cb011eee3.zip |
Add GUI control support to test kcontrol mouse double-click setting.
Work is needed to toggle the icon image after testing the double-click.
This partially resolves bug report 1324.
Diffstat (limited to 'kcontrol/input/mouse.h')
-rw-r--r-- | kcontrol/input/mouse.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/kcontrol/input/mouse.h b/kcontrol/input/mouse.h index 01f6c1071..833ef3bdc 100644 --- a/kcontrol/input/mouse.h +++ b/kcontrol/input/mouse.h @@ -145,12 +145,13 @@ private: ThemePage* themetab; MouseSettings *settings; - TQCheckBox *mouseKeys; + TQCheckBox *mouseKeys; KIntNumInput *mk_delay, *mk_interval, *mk_time_to_max, *mk_max_speed, *mk_curve; + TQLabel *doubleClickLabel; + TQPushButton *doubleClickButton; }; #endif - |