X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FModuleBase%2FModuleBase_ToolBox.h;h=4462f80edcb6b9759626e392f0e7d497619ec0cc;hb=5303dd1fa6ad4411e38f8d36103c72109957e05c;hp=2b48b0849d7fe9c436a2d955678a5ec17c82800d;hpb=41695176c748943485f8844fea6e89cef9a0b6f5;p=modules%2Fshaper.git diff --git a/src/ModuleBase/ModuleBase_ToolBox.h b/src/ModuleBase/ModuleBase_ToolBox.h index 2b48b0849..4462f80ed 100644 --- a/src/ModuleBase/ModuleBase_ToolBox.h +++ b/src/ModuleBase/ModuleBase_ToolBox.h @@ -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 );