summaryrefslogtreecommitdiffstats
path: root/postproc
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-20 00:05:23 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-20 00:05:23 -0600
commit6677c2f8c66333c3951e8830f8760065c7a29074 (patch)
treee45d51b044ce8575210fca1584852fbbe4742316 /postproc
parent1d7616d07ef6f1e6c8131a861ddff208557825e3 (diff)
downloadpytde-6677c2f8c66333c3951e8830f8760065c7a29074.tar.gz
pytde-6677c2f8c66333c3951e8830f8760065c7a29074.zip
Rename KApplication to TDEApplication to avoid conflicts with KDE4
Diffstat (limited to 'postproc')
-rwxr-xr-xpostproc4
1 files changed, 2 insertions, 2 deletions
diff --git a/postproc b/postproc
index 2238d70..618dddf 100755
--- a/postproc
+++ b/postproc
@@ -327,7 +327,7 @@ def appQuit (filelist):
tmp.write (buff [i] + "\nfrom qt import TQCloseEvent")
i = i + 1
- while (i < nLines) and (string.find (buff [i], "class KApplication") < 0):
+ while (i < nLines) and (string.find (buff [i], "class TDEApplication") < 0):
tmp.write (buff [i])
i = i + 1
@@ -343,7 +343,7 @@ def appQuit (filelist):
tmp.write (\
"""\tdef quit (self):
-\t\tk = KApplication.kApplication ()
+\t\tk = TDEApplication.kApplication ()
\t\te = TQCloseEvent ()
\t\tfor w in k.topLevelWidgets ():