Salome HOME
refs #836: the icons of extrusion options with size 32x32
[modules/shaper.git] / src / ModuleBase / ModuleBase_ToolBox.h
index 2b48b0849d7fe9c436a2d955678a5ec17c82800d..4462f80edcb6b9759626e392f0e7d497619ec0cc 100644 (file)
@@ -23,7 +23,7 @@ public:
   ModuleBase_ToolBox( QWidget* theParent );
   virtual ~ModuleBase_ToolBox();
 
-  void addItem( QWidget* thePage, const QString& theName, const QIcon& theIcon );
+  void addItem( QWidget* thePage, const QString& theName, const QPixmap& theIcon );
   int count() const;
   int currentIndex() const;
   void setCurrentIndex( const int );