diff options
author | Timothy Pearson <[email protected]> | 2013-02-07 11:03:01 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-02-07 11:03:01 -0600 |
commit | 432ed6857a0a5904f0a2b96afa94f96a7ccc82d3 (patch) | |
tree | cce40e438df6f0c861ef9ee70094ab206ad84c17 /examples/uisampler.py | |
parent | b3f48c5f7f807147c4d0338137b9a77525aeaefb (diff) | |
download | pytde-432ed6857a0a5904f0a2b96afa94f96a7ccc82d3.tar.gz pytde-432ed6857a0a5904f0a2b96afa94f96a7ccc82d3.zip |
Rename KAbout to avoid conflicts with KDE4
Diffstat (limited to 'examples/uisampler.py')
-rw-r--r-- | examples/uisampler.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/examples/uisampler.py b/examples/uisampler.py index 98437ee..a746854 100644 --- a/examples/uisampler.py +++ b/examples/uisampler.py @@ -16,9 +16,9 @@ False = 0 True = not False listItems = {"Dialogs": - {"KAboutDialog": ["KAboutApplication", "KAboutContainer", "KImageTrackLabel",\ - "KAboutContainerBase", "KAboutContributor", "KAboutWidget"],\ - "KAboutKDE": [],\ + {"TDEAboutDialog": ["TDEAboutApplication", "TDEAboutContainer", "KImageTrackLabel",\ + "TDEAboutContainerBase", "TDEAboutContributor", "TDEAboutWidget"],\ + "TDEAboutKDE": [],\ "KBugReport": [],\ "KColorDialog": [],\ "KDialog": [],\ |