diff options
Diffstat (limited to 'kdat/TapeFileInfoWidget.cpp')
-rw-r--r-- | kdat/TapeFileInfoWidget.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kdat/TapeFileInfoWidget.cpp b/kdat/TapeFileInfoWidget.cpp index 57ba85a..2a87862 100644 --- a/kdat/TapeFileInfoWidget.cpp +++ b/kdat/TapeFileInfoWidget.cpp @@ -30,8 +30,8 @@ #include "TapeFileInfoWidget.moc" -TapeFileInfoWidget::TapeFileInfoWidget( TQWidget* tqparent, const char* name ) - : TQWidget( tqparent, name ) +TapeFileInfoWidget::TapeFileInfoWidget( TQWidget* parent, const char* name ) + : TQWidget( parent, name ) { TQLabel* lbl1 = new TQLabel( i18n( "File name:" ), this ); TQLabel* lbl2 = new TQLabel( i18n( "Last modified:" ), this ); |