From 2df6bde18ab40472f2df8637cf6456cb80dc2329 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 1 Feb 2013 15:09:42 -0600 Subject: Rename a number of classes to enhance compatibility with KDE4 --- postproc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'postproc') diff --git a/postproc b/postproc index e77cb25..6228889 100755 --- a/postproc +++ b/postproc @@ -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 -- cgit v1.2.3