From a819e7284de1c81755ccbfa77845b2e893ee4aee Mon Sep 17 00:00:00 2001 From: vsr Date: Thu, 27 Dec 2007 12:02:20 +0000 Subject: [PATCH] *** empty log message *** --- src/VISUGUI/VisuGUI.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/VISUGUI/VisuGUI.cxx b/src/VISUGUI/VisuGUI.cxx index dc30d4dd..d3494f97 100644 --- a/src/VISUGUI/VisuGUI.cxx +++ b/src/VISUGUI/VisuGUI.cxx @@ -55,6 +55,7 @@ #include "SUIT_ViewWindow.h" #include "SUIT_ViewManager.h" #include "SUIT_Desktop.h" +#include "SUIT_DataBrowser.h" #include "CAM_Module.h" @@ -80,7 +81,6 @@ #include "LightApp_SelectionMgr.h" #include "LightApp_Selection.h" #include "LightApp_Preferences.h" -#include #include "QtxAction.h" #include "QtxFontEdit.h" @@ -2691,7 +2691,7 @@ void VisuGUI::contextMenuPopup( const QString& theClient, QMenu* theMenu, QStrin SalomeApp_Module::contextMenuPopup(theClient, theMenu, theTitle); //TODO: object Browser DONE - OB_Browser* ob = getApp()->objectBrowser(); + SUIT_DataBrowser* ob = getApp()->objectBrowser(); bool isOBClient = (ob && theClient == ob->popupClientType()); //bool isOBClient = false; -- 2.39.2