diff options
author | Timothy Pearson <[email protected]> | 2013-01-31 00:23:17 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-01-31 00:23:17 -0600 |
commit | 8f78d8aa940d3d1cf41e279bf0174bc9b95d759a (patch) | |
tree | ecb8eb32e27d854a4342840ca564916c65be998c /examples/uisampler.py | |
parent | c64839178e70887ed52b276b23ba4ca8a897e4b2 (diff) | |
download | pytde-8f78d8aa940d3d1cf41e279bf0174bc9b95d759a.tar.gz pytde-8f78d8aa940d3d1cf41e279bf0174bc9b95d759a.zip |
Rename KShared
Diffstat (limited to 'examples/uisampler.py')
-rw-r--r-- | examples/uisampler.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/uisampler.py b/examples/uisampler.py index 223566a..7eab781 100644 --- a/examples/uisampler.py +++ b/examples/uisampler.py @@ -114,7 +114,7 @@ listItems = {"Dialogs": "KFloatValidator": [],\ "KIntValidator": [],\ "KPixmapIO": [],\ - "KSharedPixmap": [],\ + "TDESharedPixmap": [],\ "KSystemTray": [],\ "KThemeBase": ["KThemeCache", "KThemePixmap", "KThemeStyle"],\ "QXEmbed": []}} |