summaryrefslogtreecommitdiffstats
path: root/postproc
diff options
context:
space:
mode:
Diffstat (limited to 'postproc')
-rwxr-xr-xpostproc2
1 files changed, 1 insertions, 1 deletions
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):