diff options
Diffstat (limited to 'postproc')
-rwxr-xr-x | postproc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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): |