summaryrefslogtreecommitdiffstats
path: root/src/VButton.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/VButton.h')
-rw-r--r--src/VButton.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/VButton.h b/src/VButton.h
index 349b403..481c077 100644
--- a/src/VButton.h
+++ b/src/VButton.h
@@ -30,8 +30,10 @@ protected:
bool inside;
bool isAlpha;
unsigned int keycode;
- TQString lowerText;
+ TQString normalText;
+ TQString capsText;
TQString shiftText;
+ TQString capsShiftText;
TQRect orig_size;
void timerEvent ( TQTimerEvent * );