diff options
Diffstat (limited to 'kdat/TapeInfoWidget.h')
-rw-r--r-- | kdat/TapeInfoWidget.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/kdat/TapeInfoWidget.h b/kdat/TapeInfoWidget.h index 9b16aa9..cf87aa7 100644 --- a/kdat/TapeInfoWidget.h +++ b/kdat/TapeInfoWidget.h @@ -33,6 +33,7 @@ class Tape; */ class TapeInfoWidget : public TQWidget { Q_OBJECT + TQ_OBJECT Tape* _tape; TQLineEdit* _tapeName; TQLineEdit* _tapeSize; @@ -53,7 +54,7 @@ public: /** * Create a new tape info widget. */ - TapeInfoWidget( TQWidget* parent = 0, const char* name = 0 ); + TapeInfoWidget( TQWidget* tqparent = 0, const char* name = 0 ); /** * Destroy the tape info widget. |