summaryrefslogtreecommitdiffstats
path: root/postproc
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-31 00:23:17 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-31 00:23:17 -0600
commit8f78d8aa940d3d1cf41e279bf0174bc9b95d759a (patch)
treeecb8eb32e27d854a4342840ca564916c65be998c /postproc
parentc64839178e70887ed52b276b23ba4ca8a897e4b2 (diff)
downloadpytde-8f78d8aa940d3d1cf41e279bf0174bc9b95d759a.tar.gz
pytde-8f78d8aa940d3d1cf41e279bf0174bc9b95d759a.zip
Rename KShared
Diffstat (limited to 'postproc')
-rwxr-xr-xpostproc6
1 files changed, 3 insertions, 3 deletions
diff --git a/postproc b/postproc
index 618dddf..e77cb25 100755
--- a/postproc
+++ b/postproc
@@ -184,7 +184,7 @@ def qtNoTr (filelist):
def shpix ():
# if concatenated, the sip*.cpp file doesn't exist
- fn = ['siptdeuiKSharedPixmap.cpp']
+ fn = ['siptdeuiTDESharedPixmap.cpp']
if not os.path.exists (os.path.join (opPath, fn [0])):
files = os.listdir (opPath)
fn = []
@@ -206,9 +206,9 @@ def shpix ():
state = None
for ln in range (0, len (buff)):
line = buff [ln]
- if string.find (line, "sipKSharedPixmap::resolution") >= 0:
+ if string.find (line, "sipTDESharedPixmap::resolution") >= 0:
state = "res"
- elif string.find (line, "sipKSharedPixmap::setResolution") >= 0:
+ elif string.find (line, "sipTDESharedPixmap::setResolution") >= 0:
state = "setRes"
else:
state = None