diff --git a/src/shared/proparser/profileevaluator.h b/src/shared/proparser/profileevaluator.h index 3537a12a6a4..692c086f830 100644 --- a/src/shared/proparser/profileevaluator.h +++ b/src/shared/proparser/profileevaluator.h @@ -40,7 +40,7 @@ QT_BEGIN_NAMESPACE -class ProFileOption; +struct ProFileOption; class ProFileCache { @@ -114,7 +114,7 @@ private: // This doesn't help gcc 3.3 ... template friend class QTypeInfo; - friend class ProFileOption; + friend struct ProFileOption; }; // This struct is from qmake, but we are not using everything.