X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FOCCViewer%2FOCCViewer_ToolTip.cxx;h=900a9818f2086454727e3b98036c7d27373dcdb0;hb=8d986a56d8745aba15e2241a252c02bf30b53999;hp=26ac23c1a3d19b94cbb1cc32c4ad8b5aceacbd63;hpb=034a705024b224972c148e1e3834c5ee38df184b;p=modules%2Fgui.git diff --git a/src/OCCViewer/OCCViewer_ToolTip.cxx b/src/OCCViewer/OCCViewer_ToolTip.cxx index 26ac23c1a..900a9818f 100644 --- a/src/OCCViewer/OCCViewer_ToolTip.cxx +++ b/src/OCCViewer/OCCViewer_ToolTip.cxx @@ -1,4 +1,4 @@ -// Copyright (C) 2007-2014 CEA/DEN, EDF R&D, OPEN CASCADE +// Copyright (C) 2007-2016 CEA/DEN, EDF R&D, OPEN CASCADE // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public @@ -27,8 +27,6 @@ #include -#include - /*! Constructor @@ -88,7 +86,7 @@ void OCCViewer_ToolTip::onToolTip( QPoint p, QString& str, QFont& f, QRect& txtR if( !owner.IsNull() ) emit toolTipFor( owner, txt ); - Handle_AIS_InteractiveObject obj = aCont->DetectedInteractive(); + Handle(AIS_InteractiveObject) obj = aCont->DetectedInteractive(); if( txt.isEmpty() && !obj.IsNull() ) emit toolTipFor( obj, txt );