From 7ec95b95226aa01c050dfc383833ef107bc95c60 Mon Sep 17 00:00:00 2001 From: Slávek Banko Date: Wed, 21 Dec 2022 13:00:42 +0100 Subject: Rename python extension module from python_tqt to PyTQt. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Slávek Banko --- pyuic3/embed.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pyuic3/embed.cpp') diff --git a/pyuic3/embed.cpp b/pyuic3/embed.cpp index c3cbc43..3a66de3 100644 --- a/pyuic3/embed.cpp +++ b/pyuic3/embed.cpp @@ -134,7 +134,7 @@ void Uic::embed( TQTextStream& out, const char* project, const TQStringList& ima out << "\n"; out << "\n"; - out << "from python_tqt.qt import TQImage, TQMimeSourceFactory"; + out << "from PyTQt.qt import TQImage, TQMimeSourceFactory"; #ifndef TQT_NO_IMAGE_COLLECTION_COMPRESSION out << ", tqUncompress"; #endif -- cgit v1.2.3