diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-07 17:53:21 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-07 17:53:21 -0600 |
commit | 55b92f10fdc199bc7d58cb8c665843239fb0488d (patch) | |
tree | b63030fbf544a25b860d87dbb2865a97b645df01 /examples | |
parent | 432ed6857a0a5904f0a2b96afa94f96a7ccc82d3 (diff) | |
download | pytde-55b92f10fdc199bc7d58cb8c665843239fb0488d.tar.gz pytde-55b92f10fdc199bc7d58cb8c665843239fb0488d.zip |
Rename KComp to avoid conflicts with KDE4
Diffstat (limited to 'examples')
-rw-r--r-- | examples/pytde-sampler/qt_widgets/CONTRIB | 6 | ||||
-rw-r--r-- | examples/uimodules/uiwidgets.py | 2 | ||||
-rw-r--r-- | examples/uisampler.py | 2 |
3 files changed, 5 insertions, 5 deletions
diff --git a/examples/pytde-sampler/qt_widgets/CONTRIB b/examples/pytde-sampler/qt_widgets/CONTRIB index da5a068..7738696 100644 --- a/examples/pytde-sampler/qt_widgets/CONTRIB +++ b/examples/pytde-sampler/qt_widgets/CONTRIB @@ -31,8 +31,8 @@ tdecore,TDEClipboardSynchronizer,,, tdecore,TDECmdLineArgs,,, tdecore,TDECmdLineOptions,,, tdecore,KCodecs,,, -tdecore,KCompletion,,, -tdecore,KCompletionBase,,, +tdecore,TDECompletion,,, +tdecore,TDECompletionBase,,, tdecore,TDEConfig,,, tdecore,TDEConfigBackEnd,,, tdecore,TDEConfigBase,,, @@ -205,7 +205,7 @@ tdeui,KColorPatch,,, tdeui,KComboBox,,, tdeui,KCommand,,, tdeui,KCommandHistory,,, -tdeui,KCompletionBox,,, +tdeui,TDECompletionBox,,, tdeui,TDEConfigDialog,,, tdeui,KContextMenuManager,,, tdeui,KCursor,,, diff --git a/examples/uimodules/uiwidgets.py b/examples/uimodules/uiwidgets.py index a56fc92..b9f79f4 100644 --- a/examples/uimodules/uiwidgets.py +++ b/examples/uimodules/uiwidgets.py @@ -645,7 +645,7 @@ def widKColorPatch (parent): def widKComboBox (parent): parent.currentPageObj = Page2 (parent) -def widKCompletionBox (parent): +def widTDECompletionBox (parent): parent.currentPageObj = PageNotImpl (parent) def widKContainerLayout (parent): 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"],\ |