Salome HOME
Resources XML file created
[modules/shaper.git] / src / XGUI / XGUI_ViewWindow.h
index 65c2ae273cc87b9c50a25f7636d97de8515aff75..016c261d969f0402b77113db4edd06379d2d2ca8 100644 (file)
@@ -3,7 +3,8 @@
 
 #include "XGUI.h"
 #include "XGUI_Constants.h"
-#include "XGUI_ViewBackground.h"
+
+#include <Qtx.h>
 
 #include <QFrame>
 #include <QIcon>
@@ -76,10 +77,10 @@ public:
   bool transformEnabled(const OperationType) const;
 
   //! Returns View background object
-  XGUI_ViewBackground background() const;
+  Qtx::BackgroundData background() const;
 
   //! Sets View background object
-  void setBackground(const XGUI_ViewBackground& theBackground);
+  void setBackground(const Qtx::BackgroundData& theBackground);
 
   //! Returns true if the current view window can be closed
   bool closable() const { return myClosable; }