summaryrefslogtreecommitdiffstats
path: root/kmix/mixdevice.h
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-06-11 06:00:15 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-06-11 06:00:15 +0000
commitb1057f437bf65300831a0ccb45b920787c6b318d (patch)
treef8a73db06ca1180d0da0ba6dfbe786197b4f4bc3 /kmix/mixdevice.h
parent4ddfca384ced9ad654213aef9dc2c3973720b980 (diff)
downloadtdemultimedia-b1057f437bf65300831a0ccb45b920787c6b318d.tar.gz
tdemultimedia-b1057f437bf65300831a0ccb45b920787c6b318d.zip
TQt4 port kdemultimedia
This enables compilation under both Qt3 and Qt4 git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdemultimedia@1236079 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
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 };