--- code/boson/bosonufoglwidget.cpp 2006/05/28 20:06:45 7549 +++ code/boson/bosonufoglwidget.cpp 2006/05/29 12:50:14 7550 @@ -35,11 +35,11 @@ BoUfoRealProfiling() { } - void BoUfoRealProfiling::push(const QString& name) + void push(const QString& name) { boProfiling->push(name); } - void BoUfoRealProfiling::pop() + void pop() { boProfiling->pop(); } --- code/boson/qlistviewitemnumber.cpp 2006/05/28 20:06:45 7549 +++ code/boson/qlistviewitemnumber.cpp 2006/05/29 12:50:14 7550 @@ -51,7 +51,7 @@ QString QListViewItemNumberPrefix::key(int column, bool ascending) const { QString k = QListViewItemNumber::key(column, ascending); - QRegExp r("^[0-9]+(\.[0-9]+)?"); + QRegExp r("^[0-9]+(\\.[0-9]+)?"); if (r.search(k) >= 0) { return r.cap(0); }