[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    branches/KDE/3.5/kdepim/kaddressbook/xxport (silent)
From:       Leo Savernik <l.savernik () aon ! at>
Date:       2005-11-16 18:22:34
Message-ID: 1132165354.900174.21052.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 480822 by savernik:

SVN_SILENT gcc-2.95 compile fix


 M  +1 -1      csvimportdialog.cpp  


--- branches/KDE/3.5/kdepim/kaddressbook/xxport/csvimportdialog.cpp #480821:480822
@@ -182,7 +182,7 @@
       }
 
       QString value = mTable->text( row, col );
-      if ( 1 == row && item->text() == value )
+      if ( 1 == row && static_cast<QTableItem *>(item)->text() == value )
         // we are looking at a header row, stop now
         break;
 
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic