summaryrefslogtreecommitdiffstats
path: root/noatun-plugins/wavecapture/wavecapture.h
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-06-18 17:00:31 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-06-18 17:00:31 +0000
commit395a904bff7b4d6ead445c342f7ac0c5fbf29121 (patch)
tree9829cadb79d2cc7c29a940627fadb28b11e54150 /noatun-plugins/wavecapture/wavecapture.h
parent399f47c376fdf4d19192732a701ea9578d11619d (diff)
downloadtdeaddons-395a904bff7b4d6ead445c342f7ac0c5fbf29121.tar.gz
tdeaddons-395a904bff7b4d6ead445c342f7ac0c5fbf29121.zip
TQt4 port kdeaddons
This enables compilation under both Qt3 and Qt4 git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdeaddons@1237404 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'noatun-plugins/wavecapture/wavecapture.h')
-rw-r--r--noatun-plugins/wavecapture/wavecapture.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/noatun-plugins/wavecapture/wavecapture.h b/noatun-plugins/wavecapture/wavecapture.h
index 7f92cfa..78cbc5f 100644
--- a/noatun-plugins/wavecapture/wavecapture.h
+++ b/noatun-plugins/wavecapture/wavecapture.h
@@ -31,6 +31,7 @@ namespace KIO { class Job; }
class WaveCapture : public TQObject, public Plugin
{
Q_OBJECT
+ TQ_OBJECT
NOATUNPLUGIND
public:
@@ -55,8 +56,8 @@ private:
int pluginMenuItem;
bool _enabled;
- enum Status { PAUSED, STOPPED, PLAYING };
- Status _status;
+ enum tqStatus { PAUSED, STOPPED, PLAYING };
+ tqStatus _status;
Arts::Effect_WAVECAPTURE _capture;
int _count;