diff options
Diffstat (limited to 'kdat/TapeInfoWidget.h')
-rw-r--r-- | kdat/TapeInfoWidget.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kdat/TapeInfoWidget.h b/kdat/TapeInfoWidget.h index b4e1c0d..106adcd 100644 --- a/kdat/TapeInfoWidget.h +++ b/kdat/TapeInfoWidget.h @@ -33,7 +33,7 @@ class Tape; */ class TapeInfoWidget : public TQWidget { Q_OBJECT - TQ_OBJECT + Tape* _tape; TQLineEdit* _tapeName; TQLineEdit* _tapeSize; |