diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2021-12-09 02:39:56 +0100 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2021-12-09 02:43:15 +0100 |
commit | cfaa762ca7ecd34a26371986d0f09fc56b4ff428 (patch) | |
tree | 8acd1324630c704dbe92155e4d680c2ba68982b7 /pyuic3 | |
parent | 8e8bdb86cb665f65368d6380d4b37e41b18acee6 (diff) | |
download | pytqt-cfaa762ca7ecd34a26371986d0f09fc56b4ff428.tar.gz pytqt-cfaa762ca7ecd34a26371986d0f09fc56b4ff428.zip |
Update after rename QScintilla => TQScintilla.
This relates to issue TDE/tqscintilla#2.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
Diffstat (limited to 'pyuic3')
-rw-r--r-- | pyuic3/form.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
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 ); |