Skip to content
  • David Faure's avatar
    Got rid of an invasive (and sometimes copied by value...) QPtr3List · 8563c9b3
    David Faure authored
    -typedef Q3PtrList<KonqHistoryEntry> KonqBaseHistoryList;
    -class LIBKONQ_EXPORT KonqHistoryList : public KonqBaseHistoryList
    +class LIBKONQ_EXPORT KonqHistoryList : public QList<KonqHistoryEntry>
    i.e. also made everything related to KonqHistoryEntry value based.
    
    svn path=/trunk/KDE/kdebase/konqueror/; revision=531720
    8563c9b3