diff options
Diffstat (limited to 'ark/archiveformatdlg.cpp')
-rw-r--r-- | ark/archiveformatdlg.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ark/archiveformatdlg.cpp b/ark/archiveformatdlg.cpp index 68c0d3f..18f4102 100644 --- a/ark/archiveformatdlg.cpp +++ b/ark/archiveformatdlg.cpp @@ -28,8 +28,8 @@ #include <tqlabel.h> #include <tqvbox.h> -ArchiveFormatDlg::ArchiveFormatDlg( TQWidget * tqparent, const TQString & defaultType ) - :KDialogBase( tqparent, "archiveformatdialog", true, +ArchiveFormatDlg::ArchiveFormatDlg( TQWidget * parent, const TQString & defaultType ) + :KDialogBase( parent, "archiveformatdialog", true, i18n( "Choose Archive Format" ), KDialogBase::Ok|KDialogBase::Cancel, KDialogBase::Ok), m_combo( 0 ) |