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 7445d8c..8261d33 100755
--- a/postproc
+++ b/postproc
@@ -324,7 +324,7 @@ def appQuit (filelist):
tmp.write (buff [i])
i = i + 1
- tmp.write (buff [i] + "\nfrom PyTQt.qt import TQCloseEvent")
+ tmp.write (buff [i] + "\nfrom PyTQt.tqt import TQCloseEvent")
i = i + 1
while (i < nLines) and (buff[i].find("class TDEApplication") < 0):