summaryrefslogtreecommitdiffstats
path: root/src/commonwidget.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/commonwidget.cpp')
-rw-r--r--src/commonwidget.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/commonwidget.cpp b/src/commonwidget.cpp
index 2ce9253..7a13902 100644
--- a/src/commonwidget.cpp
+++ b/src/commonwidget.cpp
@@ -369,7 +369,7 @@ bool CommonWidget::portRangesOverlapping( const ushort portFirst, const ushort p
default:
kdDebug( ) << i18n( "unknown value in Port Range Protocol combo box" ) << endl;
- ASSERT( false );
+ Q_ASSERT( false );
delete [] tcpPorts;
delete [] udpPorts;
return false;
@@ -495,7 +495,7 @@ void CommonWidget::slotPortRangeAddClicked( )
default:
kdDebug( ) << i18n( "unknown value in Port Range Protocol combo box" ) << endl;
- ASSERT( false );
+ Q_ASSERT( false );
}
m_portRangeAddButton->setEnabled( false );
@@ -549,7 +549,7 @@ void CommonWidget::slotPortRangeDoubleClicked( TQListBoxItem* item )
default:
kdDebug( ) << i18n( "unknown value in Port Range Protocol" ) << endl;
- ASSERT( false );
+ Q_ASSERT( false );
m_portRangeComboBox->setCurrentItem( BothProtocol );
}