diff options
author | Timothy Pearson <[email protected]> | 2011-12-04 01:54:26 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2011-12-04 01:54:26 -0600 |
commit | 8fa6239b59e0627e8bc840342fe50d026f532dcd (patch) | |
tree | ccb8dac7f416fd0749132a5adca2b340ac6accbd /examples/uisampler.py | |
parent | 2627136bb0f3c43fb2d0cb48838ea70425d17241 (diff) | |
download | pytde-8fa6239b59e0627e8bc840342fe50d026f532dcd.tar.gz pytde-8fa6239b59e0627e8bc840342fe50d026f532dcd.zip |
Rename TQXEmbed to correct QXEmbed
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 211947b..e0912e2 100644 --- a/examples/uisampler.py +++ b/examples/uisampler.py @@ -117,7 +117,7 @@ listItems = {"Dialogs": "KSharedPixmap": [],\ "KSystemTray": [],\ "KThemeBase": ["KThemeCache", "KThemePixmap", "KThemeStyle"],\ - "TQXEmbed": []}} + "QXEmbed": []}} prefix = {"Dialogs": "dlg", "Widgets": "wid", "XML": "xml", "Menus/Toolbars": "menu", "Other": "misc"} |