Library error

Harald Fernengel harry at kdevelop.org
Mon Feb 11 12:53:04 UTC 2002


On Sunday 10 February 2002 23:43, Nathan A. Smith wrote:
> I am getting this error:
>
> zcalc.cpp: In method `void ZcalcApp::slotFileOpen ()':
> zcalc.cpp:243: no method `QFileDialog::getOpenFileName'
>
> I haven't edited any files yet, suggesting something is wrong with my
> setup.  What/were should I look to fix this?

Does it help if you add

#include <qfiledialog.h>

on top of zcalc.cpp? Also make sure that $QTDIR is set and that Qt is 
correctly installed (as outlined in the Qt docs).

Harry




More information about the KDevelop-devel mailing list