diff options
Diffstat (limited to 'plugins/encoder/sox/k3bsoxencoder.h')
-rw-r--r-- | plugins/encoder/sox/k3bsoxencoder.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/encoder/sox/k3bsoxencoder.h b/plugins/encoder/sox/k3bsoxencoder.h index 6e38f35..22faf85 100644 --- a/plugins/encoder/sox/k3bsoxencoder.h +++ b/plugins/encoder/sox/k3bsoxencoder.h @@ -27,7 +27,7 @@ class KProcess; class K3bSoxEncoder : public K3bAudioEncoder { Q_OBJECT - TQ_OBJECT + public: K3bSoxEncoder( TQObject* parent = 0, const char* name = 0 ); @@ -67,7 +67,7 @@ class K3bSoxEncoder : public K3bAudioEncoder class K3bSoxEncoderSettingsWidget : public K3bPluginConfigWidget { Q_OBJECT - TQ_OBJECT + public: K3bSoxEncoderSettingsWidget( TQWidget* parent = 0, const char* name = 0 ); |