diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2021-07-13 10:22:53 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2021-07-14 09:45:49 +0900 |
commit | 6fb5d38d9e6042f0ef2edc5c3fb32c352eb47c7a (patch) | |
tree | e2e64dd6254782079f5c993b9cc7e1758ee3a8b8 /src/VButton.h | |
parent | 59291a27f9349425be6397c402bd35d021dedffb (diff) | |
download | kvkbd-6fb5d38d.tar.gz kvkbd-6fb5d38d.zip |
Minor code rework for better consistency.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit f519fe9ea297487d95da992a0a77a2ed3aad2cb0)
Diffstat (limited to 'src/VButton.h')
-rw-r--r-- | src/VButton.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/VButton.h b/src/VButton.h index 86a58ee..49d5d1f 100644 --- a/src/VButton.h +++ b/src/VButton.h @@ -32,10 +32,12 @@ protected: bool isAlpha; unsigned int keycode; TQString normalText; - TQString capsText; TQString shiftText; - TQString altGrText; + TQString capsText; TQString capsShiftText; + TQString capsAltGrText; + TQString capsAltGrShiftText; + TQString altGrText; TQString altGrShiftText; TQRect orig_size; |