Salome HOME
refs #430: incorrect coordinates in dump polyline
[modules/hydro.git] / src / HYDROGUI / HYDROGUI_OrderedListWidget.h
index 698c853343c458b024101438b338d63e516465d0..e199fb7aae73a05fe3629589e0b122b5cd65a25e 100644 (file)
@@ -28,7 +28,7 @@
 #include <QWidget>
 
 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
 };