X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FHYDROGUI%2FHYDROGUI_OrderedListWidget.h;h=e199fb7aae73a05fe3629589e0b122b5cd65a25e;hb=81c9f5cdf82909d0aebd2c491c50fa7516cc80b7;hp=698c853343c458b024101438b338d63e516465d0;hpb=f52e5973a9c5d2a9cb98d77e585eba71ac606c5b;p=modules%2Fhydro.git diff --git a/src/HYDROGUI/HYDROGUI_OrderedListWidget.h b/src/HYDROGUI/HYDROGUI_OrderedListWidget.h index 698c8533..e199fb7a 100644 --- a/src/HYDROGUI/HYDROGUI_OrderedListWidget.h +++ b/src/HYDROGUI/HYDROGUI_OrderedListWidget.h @@ -28,7 +28,7 @@ #include class QListView; -class QToolButton; +class QPushButton; /** * \class HYDROGUI_OrderedListWidget @@ -64,10 +64,10 @@ private: private: QListView* myList; ///< the list view - QToolButton* myTop; ///< the move on top button - QToolButton* myUp; ///< the move up button - QToolButton* myDown; ///< the move down button - QToolButton* myBottom; ///< the move on bottom button + QPushButton* myTop; ///< the move on top button + QPushButton* myUp; ///< the move up button + QPushButton* myDown; ///< the move down button + QPushButton* myBottom; ///< the move on bottom button bool myIsHiddenObjectsShown; ///< defines whether to include hidden objects in the list };