X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2Fgenericgui%2FEditionScript.hxx;h=08276237c98009a906d7467f1cbb0e4bc999ab9d;hb=fd4934f49ee2770cd881b0f25a4bb00b12183b68;hp=935a7bdf62f6de3e4a8e5a8be06ac0e9e1031333;hpb=54dd4bca5d0eb605fae21321a06bbdee31dbe886;p=modules%2Fyacs.git diff --git a/src/genericgui/EditionScript.hxx b/src/genericgui/EditionScript.hxx index 935a7bdf6..08276237c 100644 --- a/src/genericgui/EditionScript.hxx +++ b/src/genericgui/EditionScript.hxx @@ -1,4 +1,4 @@ -// Copyright (C) 2006-2014 CEA/DEN, EDF R&D +// Copyright (C) 2006-2020 CEA/DEN, EDF R&D // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public @@ -28,8 +28,8 @@ class FormContainer; -#if HAS_QSCI4>0 -class QsciScintilla; +#ifdef HAS_PYEDITOR +class PyEditor_Editor; #endif namespace YACS @@ -61,8 +61,8 @@ namespace YACS protected: SubjectInlineNode *_subInlineNode; -#if HAS_QSCI4>0 - QsciScintilla* _sci; +#ifdef HAS_PYEDITOR + PyEditor_Editor* _sci; #else QTextEdit* _sci; #endif