diff --git a/Code/Wrappers/QtWidget/otbWrapperQtWidgetIntParameterFactory.h b/Code/Wrappers/QtWidget/otbWrapperQtWidgetIntParameterFactory.h
index 77016685bd86bc054ddbc197b153c4c3f164af94..42274aad10d6db39ef26a0311498a5cb04f5238b 100644
--- a/Code/Wrappers/QtWidget/otbWrapperQtWidgetIntParameterFactory.h
+++ b/Code/Wrappers/QtWidget/otbWrapperQtWidgetIntParameterFactory.h
@@ -50,7 +50,7 @@ protected:
   ~QtWidgetIntParameterFactory();
 
 private:
-  QtWidgeIntParameterFactory(const Self&); //purposely not implemented
+  QtWidgetIntParameterFactory(const Self&); //purposely not implemented
   void operator=(const Self&); //purposely not implemented
 };
 }