Convert from Qt 3 to Qt 4 using qt3to4.
commit561871e7b0ff48e47dd9a0e045e784d6a3e16746
authorJohannes Sixt <j6t@kdbg.org>
Tue, 19 Jan 2010 20:59:29 +0000 (19 21:59 +0100)
committerJohannes Sixt <j6t@kdbg.org>
Wed, 24 Feb 2010 21:35:30 +0000 (24 22:35 +0100)
treeec45772ac687696bdae075233d13e32f65b4f487
parent5065753aecf3f525ad10323a061166e03b971634
Convert from Qt 3 to Qt 4 using qt3to4.

This is the result of

   qt3to4 *.h *.cpp
   sed -i -e '/Added by qt3to4/d' *.h *.cpp

that is, plain qt3to4 with lines 'Added by qt3to4' removed.
36 files changed:
kdbg/brkpt.cpp
kdbg/brkpt.h
kdbg/dbgdriver.cpp
kdbg/dbgdriver.h
kdbg/dbgmainwnd.cpp
kdbg/dbgmainwnd.h
kdbg/debugger.cpp
kdbg/debugger.h
kdbg/envvar.h
kdbg/exprwnd.cpp
kdbg/exprwnd.h
kdbg/memwindow.cpp
kdbg/memwindow.h
kdbg/pgmargs.cpp
kdbg/pgmargs.h
kdbg/pgmsettings.cpp
kdbg/pgmsettings.h
kdbg/prefdebugger.h
kdbg/prefmisc.cpp
kdbg/prefmisc.h
kdbg/procattach.cpp
kdbg/procattach.h
kdbg/regwnd.cpp
kdbg/regwnd.h
kdbg/sourcewnd.cpp
kdbg/sourcewnd.h
kdbg/threadlist.cpp
kdbg/threadlist.h
kdbg/ttywnd.cpp
kdbg/ttywnd.h
kdbg/typetable.cpp
kdbg/typetable.h
kdbg/watchwindow.cpp
kdbg/watchwindow.h
kdbg/winstack.cpp
kdbg/winstack.h