From b7a62620df1c214340b86735a73d4c3b3b834565 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Wed, 28 Sep 2016 03:03:35 +0200 Subject: Properly import python_tqt module - second part MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Slávek Banko --- postproc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'postproc') diff --git a/postproc b/postproc index 6228889..1a05c15 100755 --- a/postproc +++ b/postproc @@ -324,7 +324,7 @@ def appQuit (filelist): tmp.write (buff [i]) i = i + 1 - tmp.write (buff [i] + "\nfrom qt import TQCloseEvent") + tmp.write (buff [i] + "\nfrom python_tqt.qt import TQCloseEvent") i = i + 1 while (i < nLines) and (string.find (buff [i], "class TDEApplication") < 0): -- cgit v1.2.1