diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-04 14:12:48 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-04 14:12:48 -0600 |
commit | f49521ca3d0cbf2197b353a7c35f924e7b5b89ff (patch) | |
tree | 58fdba2caa721a57abc5ad2a293c978f57629778 /examples/uisampler.py | |
parent | 77ad361b74e6bda59916cc01c13c0b44306d730e (diff) | |
download | pytde-f49521ca3d0cbf2197b353a7c35f924e7b5b89ff.tar.gz pytde-f49521ca3d0cbf2197b353a7c35f924e7b5b89ff.zip |
Rename KIcon to enhance compatibility with KDE4
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 a166116..98437ee 100644 --- a/examples/uisampler.py +++ b/examples/uisampler.py @@ -49,7 +49,7 @@ listItems = {"Dialogs": "KEditListBox": [],\ "TDEFontChooser": [],\ "KHSSelector": [],\ - "KIconView": [],\ + "TDEIconView": [],\ "KJanusWidget": ["KJanusWidget::IconListBox"],\ "KKeyChooser": [],\ "KLed": [],\ |