diff options
Diffstat (limited to 'src/commonwidget.cpp')
-rw-r--r-- | src/commonwidget.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/commonwidget.cpp b/src/commonwidget.cpp index 7a13902..1287f73 100644 --- a/src/commonwidget.cpp +++ b/src/commonwidget.cpp @@ -96,7 +96,7 @@ bool CommonWidget::buildPortRangesTables( const boolPtr tcpPorts, const boolPtr portRange = portRange.right( portRange.length( ) - 2 ); } else - { KMessageBox::error( this, i18n( TQString( "Internal error - Unknown Port Range protocol '%1'" ).arg( portRange[ 0 ])), i18n( "Internal error" )); + { KMessageBox::error( this, i18n( "Internal error - Unknown Port Range protocol '%1'" ).arg( portRange[ 0 ]), i18n( "Internal error" )); return false; } @@ -282,7 +282,7 @@ bool CommonWidget::getOptions( ) bool portRangesState = m_portRangesCheckBox->isChecked( ); if( portRangesState && portRanges.isEmpty( )) - { KMessageBox::error( this, i18n( TQString( "Port ranges not specified" )), i18n( "Port ranges error" )); + { KMessageBox::error( this, i18n( "Port ranges not specified" ), i18n( "Port ranges error" )); return false; } |