God damn, I am getting nervously mad!!!

I try to compile my project and in the line:
Qt Code:
  1. class CMerchandizeBrowser(QWidget* pParent) : public QGLWidget
To copy to clipboard, switch view to plain text mode 
I get following compilation error:
Qt Code:
  1. In file included from COperationWIndow.h:27,
  2. from CMainWindow.h:11,
  3. from CMainWindow.cpp:1:
  4. CMerchandizeBrowser.h:31: error: expected `)' before '*' token
  5. CMerchandizeBrowser.h:31: error: expected `,' or `;' before '*' token
  6. mingw32-make[1]: *** [debug/CMainWindow.o] Error 1
  7. mingw32-make[1]: Leaving directory `C:/Documents and Settings/markofr/workspace/eROSystem'
  8. mingw32-make: *** [debug] Error 2
To copy to clipboard, switch view to plain text mode 

I simply do not see what is wrong with this line of code. Can comeone help me please???!!!