summaryrefslogtreecommitdiffstats
path: root/kdat/ArchiveInfoWidget.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kdat/ArchiveInfoWidget.cpp')
-rw-r--r--kdat/ArchiveInfoWidget.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/kdat/ArchiveInfoWidget.cpp b/kdat/ArchiveInfoWidget.cpp
index 754b701..875c21d 100644
--- a/kdat/ArchiveInfoWidget.cpp
+++ b/kdat/ArchiveInfoWidget.cpp
@@ -35,8 +35,8 @@
#include "ArchiveInfoWidget.moc"
-ArchiveInfoWidget::ArchiveInfoWidget( TQWidget* tqparent, const char* name )
- : TQWidget( tqparent, name ),
+ArchiveInfoWidget::ArchiveInfoWidget( TQWidget* parent, const char* name )
+ : TQWidget( parent, name ),
_archive( 0 )
{
TQLabel* lbl1 = new TQLabel( i18n( "Archive name:" ), this );