Your message with subj: KFileDialog causes QToolBar::QToolBar mail window cannot be 0 Thank you for your bug report. The bug that you reported has been identified, and has been fixed in the latest development (CVS) version of KDE. The bug report will be closed. Wow, KBugBuster rocks :) Cheers Carsten Pfeiffer has caused the attached bug report to be marked as done. This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what I'm talking about this indicates a serious mail system misconfiguration somewhere. Please contact me immediately.) Stephan Kulow (administrator, KDE bugs database) Received: (at submit) by bugs.kde.org; 20 Mar 2001 10:15:51 +0000 Received: (qmail 9705 invoked from network); 20 Mar 2001 10:15:50 -0000 Received: from wg.redhat.de (HELO mail.redhat.de) (193.103.254.4) by max.tat.physik.uni-tuebingen.de with SMTP; 20 Mar 2001 10:15:50 -0000 Date: Tue, 20 Mar 2001 11:15:48 +0100 (CET) From: Bernhard Rosenkraenzer To: Subject: KFileDialog causes QToolBar::QToolBar mail window cannot be 0 Message-ID: X-Spam-From: abuse@localhost X-Spam-To: uce@ftc.gov X-Subliminal-Message: Microsoft sucks! Update your system to Linux today! MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Spam-Rating: max.tat.physik.uni-tuebingen.de 0/1000/N Package: kfile Version: KDE_2_1_BRANCH as of 2001/03/20 Opening a KFileDialog in any application causes the warning "QToolBar::QToolBar main window cannot be 0." to be printed on stderr. Cause: ktoolbar.cpp:166 calls KToolBar(d->mainWidget, "KFileDialog::toolbar", true); d->mainWidget is created a couple of lines earlier, it's a plain QWidget. KToolBar (ktoolbar.cpp:170) passes this to QToolBar: parent && parent->inherits("QMainWindow") ? (QMainWindow*)parent : 0 (always 0, because QWidget doesn't inherit QMainWindow)