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