diff options
Diffstat (limited to 'krec/krecord.h')
-rw-r--r-- | krec/krecord.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/krec/krecord.h b/krec/krecord.h index 034f0557..1fd4e08f 100644 --- a/krec/krecord.h +++ b/krec/krecord.h @@ -31,9 +31,10 @@ class KRecPrivate; class KRecord : public KMainWindow { Q_OBJECT + TQ_OBJECT public: /// Constructor - KRecord( TQWidget* /*parent*/=0, const char* /*name*/=0 ); + KRecord( TQWidget* /*tqparent*/=0, const char* /*name*/=0 ); /// Destructor ~KRecord(); public slots: |