summaryrefslogtreecommitdiffstats
path: root/kmix/mixdevice.h
diff options
context:
space:
mode:
Diffstat (limited to 'kmix/mixdevice.h')
-rw-r--r--kmix/mixdevice.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/kmix/mixdevice.h b/kmix/mixdevice.h
index 8683ce2b..5dca6d72 100644
--- a/kmix/mixdevice.h
+++ b/kmix/mixdevice.h
@@ -16,9 +16,10 @@
* They will show whether there are pending changes from both sides.
* Updates will be faster and more reliable by this.
*/
-class MixDevice : public QObject
+class MixDevice : public TQObject
{
Q_OBJECT
+ TQ_OBJECT
public:
// For each ChannelType a special icon exists
@@ -30,7 +31,7 @@ class MixDevice : public QObject
// The DeviceCategory tells the type of the device
- // It is used in bitmasks, so you must use values of 2^n .
+ // It is used in bittqmasks, so you must use values of 2^n .
enum DeviceCategory { UNDEFINED= 0x00, SLIDER=0x01, SWITCH=0x02, ENUM=0x04, ALL=0xff };