diff options
Diffstat (limited to 'postproc')
| -rwxr-xr-x | postproc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -347,7 +347,7 @@ def appQuit (filelist): \t\te = TQCloseEvent () \t\tfor w in k.topLevelWidgets (): -\t\t\tif w.inherits ("KMainWindow"): +\t\t\tif w.inherits ("TDEMainWindow"): \t\t\t\tk.sendEvent (w, e) \t\t\t\tif not e.isAccepted (): \t\t\t\t\treturn |
