diff options
Diffstat (limited to 'kmix/mixdevice.h')
-rw-r--r-- | kmix/mixdevice.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kmix/mixdevice.h b/kmix/mixdevice.h index 5dca6d72..1ec64696 100644 --- a/kmix/mixdevice.h +++ b/kmix/mixdevice.h @@ -31,7 +31,7 @@ class MixDevice : public TQObject // The DeviceCategory tells the type of the device - // It is used in bittqmasks, so you must use values of 2^n . + // It is used in bitmasks, so you must use values of 2^n . enum DeviceCategory { UNDEFINED= 0x00, SLIDER=0x01, SWITCH=0x02, ENUM=0x04, ALL=0xff }; |