diff options
author | Timothy Pearson <[email protected]> | 2013-02-07 17:53:21 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-02-07 17:53:21 -0600 |
commit | 55b92f10fdc199bc7d58cb8c665843239fb0488d (patch) | |
tree | b63030fbf544a25b860d87dbb2865a97b645df01 /examples/uisampler.py | |
parent | 432ed6857a0a5904f0a2b96afa94f96a7ccc82d3 (diff) | |
download | pytde-55b92f10fdc199bc7d58cb8c665843239fb0488d.tar.gz pytde-55b92f10fdc199bc7d58cb8c665843239fb0488d.zip |
Rename KComp to avoid conflicts 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 a746854..a41b87c 100644 --- a/examples/uisampler.py +++ b/examples/uisampler.py @@ -39,7 +39,7 @@ listItems = {"Dialogs": "KColorCombo": [],\ "KColorPatch": [],\ "KComboBox": [],\ - "KCompletionBox": [],\ + "TDECompletionBox": [],\ "KContainerLayout": ["KContainerLayout::KContainerLayoutItem"],\ "KCursor": [],\ "KDatePicker": ["KDateInternalMonthPicker", "KDateInternalYearSelector"],\ |