summaryrefslogtreecommitdiffstats
path: root/pyuic3/form.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'pyuic3/form.cpp')
-rw-r--r--pyuic3/form.cpp4
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 );