--- kdepim-3.5.9/certmanager/lib/cryptplug.h~ 2008-02-21 21:42:29.411096264 +0100 +++ kdepim-3.5.9/certmanager/lib/cryptplug.h 2008-02-21 21:42:29.411096264 +0100 @@ -408,7 +408,7 @@ bool initialize( void ); \note This function must be implemented by each plug-in using this API specification. */ -bool hasFeature( Feature ); +bool hasFeature( ::Feature ); /*! \ingroup groupSignCryptAct \brief Information record returned by signing and by encrypting --- kdepim-3.5.9/certmanager/lib/cryptplugwrapper.h~ 2008-02-21 21:42:57.796829669 +0100 +++ kdepim-3.5.9/certmanager/lib/cryptplugwrapper.h 2008-02-21 21:42:57.796829669 +0100 @@ -718,7 +718,7 @@ public: \return whether the relative feature is implemented or not */ - bool hasFeature( Feature ); + bool hasFeature( ::Feature ); /* \ingroup groupSignAct