diff options
Diffstat (limited to 'kaudiocreator/encodefileimp.h')
-rw-r--r-- | kaudiocreator/encodefileimp.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/kaudiocreator/encodefileimp.h b/kaudiocreator/encodefileimp.h index e0e6eaa7..de556417 100644 --- a/kaudiocreator/encodefileimp.h +++ b/kaudiocreator/encodefileimp.h @@ -33,13 +33,14 @@ class Job; class EncodeFileImp : public EncodeFile { Q_OBJECT + TQ_OBJECT signals: // Start encoding this wav file void startJob(Job *newJob); public: - EncodeFileImp(TQWidget* parent = 0, const char* name = 0); + EncodeFileImp(TQWidget* tqparent = 0, const char* name = 0); protected slots: // Encode button |