summaryrefslogtreecommitdiffstats
path: root/src/indexwidget.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/indexwidget.cpp')
-rw-r--r--src/indexwidget.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/indexwidget.cpp b/src/indexwidget.cpp
index 18cfa7e..f8402e7 100644
--- a/src/indexwidget.cpp
+++ b/src/indexwidget.cpp
@@ -251,7 +251,7 @@ void IndexWidget::slotScanStarted( )
{ if( m_scanCount++ )
return;
- ASSERT( m_blinkTimer == NULL );
+ Q_ASSERT( m_blinkTimer == NULL );
m_blinkTimer = new TQTimer( this );
connect( m_blinkTimer, SIGNAL( timeout( )), SLOT( slotRepaint( )));
m_blinkTimer->start( 500 );