summaryrefslogtreecommitdiffstats
path: root/kdat/BackupProfileInfoWidget.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kdat/BackupProfileInfoWidget.cpp')
-rw-r--r--kdat/BackupProfileInfoWidget.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/kdat/BackupProfileInfoWidget.cpp b/kdat/BackupProfileInfoWidget.cpp
index ff0b541..a40b94c 100644
--- a/kdat/BackupProfileInfoWidget.cpp
+++ b/kdat/BackupProfileInfoWidget.cpp
@@ -36,8 +36,8 @@
#include "BackupProfileInfoWidget.moc"
-BackupProfileInfoWidget::BackupProfileInfoWidget( TQWidget* tqparent, const char* name )
- : TQWidget( tqparent, name ),
+BackupProfileInfoWidget::BackupProfileInfoWidget( TQWidget* parent, const char* name )
+ : TQWidget( parent, name ),
_backupProfile( 0 )
{
TQLabel* lbl1 = new TQLabel( i18n( "Backup profile name:" ), this );