X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FHYDROGUI%2FHYDROGUI_StreamDlg.h;h=a9679f4e7b16160b30d07f3b0199bc662e21e8ad;hb=6dd1807886655d96b021fbfb6ba736d79d49a492;hp=06ffcf1f008327845014cc69803b11ace03ef3d5;hpb=f0688b4c39fcc3e49c2b58a90724b9c1c84f1337;p=modules%2Fhydro.git diff --git a/src/HYDROGUI/HYDROGUI_StreamDlg.h b/src/HYDROGUI/HYDROGUI_StreamDlg.h index 06ffcf1f..a9679f4e 100644 --- a/src/HYDROGUI/HYDROGUI_StreamDlg.h +++ b/src/HYDROGUI/HYDROGUI_StreamDlg.h @@ -21,6 +21,8 @@ #include "HYDROGUI_InputPanel.h" +class HYDROGUI_OrderedListWidget; + class QComboBox; class QGroupBox; class QLineEdit; @@ -59,10 +61,10 @@ private: QGroupBox* myObjectNameGroup; QLineEdit* myObjectName; - QComboBox* myAxes; - QListWidget* myProfiles; - QPushButton* myRemoveButton; - QPushButton* myAddButton; + QComboBox* myAxes; + HYDROGUI_OrderedListWidget* myProfiles; + QPushButton* myRemoveButton; + QPushButton* myAddButton; }; #endif