Do not use widget names.
commit3354981e4b8dc107ec59e3532f0e5eefd6c845f9
authorJohannes Sixt <j6t@kdbg.org>
Wed, 24 Feb 2010 20:31:02 +0000 (24 21:31 +0100)
committerJohannes Sixt <j6t@kdbg.org>
Wed, 24 Feb 2010 21:28:09 +0000 (24 22:28 +0100)
tree63ef1b980800dc6281b4ee9ccc63a8dc085df1f8
parent05318e77de60fa6f3ffe901149f9036ddd503cb7
Do not use widget names.

In Qt4, widget names are optional, in particular, QWidget does not have
a 'name' parameter anymore. We do not use them anyway.
19 files changed:
kdbg/brkpt.cpp
kdbg/brkpt.h
kdbg/dbgmainwnd.cpp
kdbg/exprwnd.cpp
kdbg/exprwnd.h
kdbg/memwindow.cpp
kdbg/memwindow.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/watchwindow.cpp
kdbg/watchwindow.h
kdbg/winstack.cpp
kdbg/winstack.h