From ffd0ac254d89d0c2b1f233d2a41a9947cad83900 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 17 Feb 2012 15:59:10 -0600 Subject: Remove spurious TQ_OBJECT instances --- plugins/encoder/sox/k3bsoxencoder.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'plugins/encoder/sox/k3bsoxencoder.h') 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 ); -- cgit v1.2.1