From e5bee4d31b2c198c6c5f33fe6046425c84b067c9 Mon Sep 17 00:00:00 2001 From: Fabio Bas Date: Thu, 25 Sep 2008 20:29:42 +0000 Subject: removed some old references to qt3 git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@2571 17fca916-40b9-46aa-a4ea-0a15b648b75c --- src/modules/help/helpwindow.cpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/modules/help') diff --git a/src/modules/help/helpwindow.cpp b/src/modules/help/helpwindow.cpp index 0c5250c42..dfcebeeb1 100644 --- a/src/modules/help/helpwindow.cpp +++ b/src/modules/help/helpwindow.cpp @@ -244,10 +244,9 @@ void KviHelpWindow::showIndexTopic() void KviHelpWindow::searchInIndex( const QString &s ) { - QListWidgetItem *item ;//= m_pIndexListWidget->firstItem(); + QListWidgetItem *item ; QString sl = s.toLower(); for(int i=0;icount();i++) -// while ( i ) { { item=m_pIndexListWidget->item(i); QString t = item->text(); @@ -257,7 +256,6 @@ void KviHelpWindow::searchInIndex( const QString &s ) m_pIndexListWidget->scrollToItem(item,QAbstractItemView::PositionAtTop); break; } - // i = i->next(); } } -- cgit v1.3.1-10-gc9f91