diff options
Diffstat (limited to 'kdat/TapeInfoWidget.cpp')
-rw-r--r-- | kdat/TapeInfoWidget.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kdat/TapeInfoWidget.cpp b/kdat/TapeInfoWidget.cpp index 933b504..3e94ae8 100644 --- a/kdat/TapeInfoWidget.cpp +++ b/kdat/TapeInfoWidget.cpp @@ -37,8 +37,8 @@ #include "TapeInfoWidget.moc" -TapeInfoWidget::TapeInfoWidget( TQWidget* tqparent, const char* name ) - : TQWidget( tqparent, name ), +TapeInfoWidget::TapeInfoWidget( TQWidget* parent, const char* name ) + : TQWidget( parent, name ), _tape( 0 ) { TQLabel* lbl1 = new TQLabel( i18n( "Tape name:" ), this ); |