Skip to content
  • Kevin Kofler's avatar
    Patch to reduce Qt3Support usage by Jakub Wieczorek <faw217@gmail.com>: · 70d8d3b3
    Kevin Kofler authored
    * use QHash instead of Q3PtrDict
    * use QList instead of Q3ValueList
    * remove copied BubbleSort implementation of DiffModelList::sort(), instead use qSort with a custom comparison function which ensures the correct ordering (by value, not by pointer address)
    * remove some unused Qt3Support #includes
    * fix a leftover reference to K3Process in a comment
    
    CCMAIL: faw217@gmail.com
    CCMAIL: kompare-devel@kde.org
    
    svn path=/trunk/KDE/kdesdk/kompare/; revision=1090720
    70d8d3b3