summaryrefslogtreecommitdiffstats
path: root/src/VButton.h
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2021-07-13 10:22:53 +0900
committerMichele Calgaro <[email protected]>2021-07-13 10:22:53 +0900
commitf519fe9ea297487d95da992a0a77a2ed3aad2cb0 (patch)
treef66a1ada251cd574c11a318d7edc35bf47abf84e /src/VButton.h
parent907f3d61aa5cefc1d3768535ef8b9d2ba6d73007 (diff)
downloadkvkbd-f519fe9ea297487d95da992a0a77a2ed3aad2cb0.tar.gz
kvkbd-f519fe9ea297487d95da992a0a77a2ed3aad2cb0.zip
Minor code rework for better consistency.
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'src/VButton.h')
-rw-r--r--src/VButton.h6
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;