diff options
Diffstat (limited to 'kdat/BackupProfileWidget.cpp')
-rw-r--r-- | kdat/BackupProfileWidget.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kdat/BackupProfileWidget.cpp b/kdat/BackupProfileWidget.cpp index 1cd3f4c..773a8bd 100644 --- a/kdat/BackupProfileWidget.cpp +++ b/kdat/BackupProfileWidget.cpp @@ -33,8 +33,8 @@ #include "BackupProfileWidget.moc" -BackupProfileWidget::BackupProfileWidget( TQWidget* tqparent, const char* name ) - : KTabCtl( tqparent, name ) +BackupProfileWidget::BackupProfileWidget( TQWidget* parent, const char* name ) + : KTabCtl( parent, name ) { TQWidget* one = new TQWidget( this ); addTab( one, i18n( "Backup" ) ); |