Hi, anyone could say me where 's the errors? Any hints? thanks
Qt Code:
  1. #include <myprogressdialog.h>
  2. #include <qstring.h>
  3. #include <qwidget.h>
  4. myProgressDialog::myProgressDialog(QWidget***creator,
  5. const*char***name,
  6. bool*modal,
  7. WFlags*f) : progressDialog (creator, name, modal, f) {
  8. }
To copy to clipboard, switch view to plain text mode 

Qt Code:
  1. myprogressdialog.cpp(5): error C2597: illegal reference to non-static member 'myProgressDialog::QWidget*creator'
  2. myprogressdialog.cpp(6): error C2597: illegal reference to non-static member 'myProgressDialog::constchar*name'
To copy to clipboard, switch view to plain text mode