From cfaa762ca7ecd34a26371986d0f09fc56b4ff428 Mon Sep 17 00:00:00 2001 From: Slávek Banko Date: Thu, 9 Dec 2021 02:39:56 +0100 Subject: Update after rename QScintilla => TQScintilla. This relates to issue TDE/tqscintilla#2. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Slávek Banko --- pyuic3/form.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pyuic3/form.cpp') diff --git a/pyuic3/form.cpp b/pyuic3/form.cpp index df2636d..d0e6d7f 100644 --- a/pyuic3/form.cpp +++ b/pyuic3/form.cpp @@ -263,8 +263,8 @@ void Uic::createFormImpl( const TQDomElement &e ) if (!axwidgets.empty()) out << indent << "from python_tqt.qtaxcontainer import TQAxWidget" << endl; - if (globalIncludes.findIndex("qextscintilla.h") >= 0) - out << indent << "from python_tqt.qtext import QextScintilla" << endl; + if (globalIncludes.findIndex("tqextscintilla.h") >= 0) + out << indent << "from python_tqt.qtext import TQextScintilla" << endl; registerDatabases( e ); dbConnections = unique( dbConnections ); -- cgit v1.2.3