diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-31 00:23:17 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-31 00:23:17 -0600 |
commit | 8f78d8aa940d3d1cf41e279bf0174bc9b95d759a (patch) | |
tree | ecb8eb32e27d854a4342840ca564916c65be998c /postproc | |
parent | c64839178e70887ed52b276b23ba4ca8a897e4b2 (diff) | |
download | pytde-8f78d8aa940d3d1cf41e279bf0174bc9b95d759a.tar.gz pytde-8f78d8aa940d3d1cf41e279bf0174bc9b95d759a.zip |
Rename KShared
Diffstat (limited to 'postproc')
-rwxr-xr-x | postproc | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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 |