Replace valarray.h by qvaluevector.h.
commit06c8c053e51827dc4700742a29495372b07107d4
authorJohannes Sixt <j6t@kdbg.org>
Tue, 16 Dec 2008 20:47:27 +0000 (16 21:47 +0100)
committerJohannes Sixt <j6t@kdbg.org>
Wed, 31 Dec 2008 14:50:33 +0000 (31 15:50 +0100)
treed617c5b159ded313c7a82c80b23f3ee76e6f4582
parent3a41ae21101d7c4c94d406ced17f730b5f31d6e7
Replace valarray.h by qvaluevector.h.

ValArray<> is a home-grown array class. Let's get rid of it and use the
well-proven QValueVector<> instead.
kdbg/Makefile.am
kdbg/brkpt.cpp
kdbg/brkpt.h
kdbg/dbgdriver.cpp
kdbg/debugger.cpp
kdbg/mainwndbase.cpp
kdbg/valarray.h [deleted file]
kdbg/winstack.cpp
kdbg/winstack.h