kconfig qconf: fix the type of the desktop widget
authorMarkus Heidelberg <markus.heidelberg@web.de>
Sun, 17 May 2009 23:36:52 +0000 (01:36 +0200)
committerSam Ravnborg <sam@ravnborg.org>
Tue, 9 Jun 2009 20:37:50 +0000 (22:37 +0200)
commit8d90c97e46930d01e9394bceb6276c7175136bdc
tree21046d46070559b34c81d8ad07f29604d1bc8a46
parentfbb86374445d97072dd994f1a4adf023bfd1e86e
kconfig qconf: fix the type of the desktop widget

QApplication::desktop() returns a pointer to QDesktopWidget, not to
QWidget.

Fixes the following compiler error after a quick conversion with 'qt3to4',
which occured with g++ 3.4.6 and 4.1.2, but not anymore with 4.3.2.

scripts/kconfig/qconf.cc: In constructor 'ConfigMainWindow::ConfigMainWindow()':
scripts/kconfig/qconf.cc:1289: error: cannot convert 'QDesktopWidget*' to 'QWidget*' in initialization

Signed-off-by: Markus Heidelberg <markus.heidelberg@web.de>
Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
scripts/kconfig/qconf.cc