mickey
19th June 2006, 20:53
Hi, anyone could say me where 's the errors? Any hints? thanks
#include <myprogressdialog.h>
#include <qstring.h>
#include <qwidget.h>
myProgressDialog::myProgressDialog(QWidget***creat or,
const*char***name,
bool*modal,
WFlags*f) : progressDialog (creator, name, modal, f) {
}
myprogressdialog.cpp(5): error C2597: illegal reference to non-static member 'myProgressDialog::QWidget*creator'
myprogressdialog.cpp(6): error C2597: illegal reference to non-static member 'myProgressDialog::constchar*name'
#include <myprogressdialog.h>
#include <qstring.h>
#include <qwidget.h>
myProgressDialog::myProgressDialog(QWidget***creat or,
const*char***name,
bool*modal,
WFlags*f) : progressDialog (creator, name, modal, f) {
}
myprogressdialog.cpp(5): error C2597: illegal reference to non-static member 'myProgressDialog::QWidget*creator'
myprogressdialog.cpp(6): error C2597: illegal reference to non-static member 'myProgressDialog::constchar*name'