summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-07 17:53:21 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-07 17:53:21 -0600
commit55b92f10fdc199bc7d58cb8c665843239fb0488d (patch)
treeb63030fbf544a25b860d87dbb2865a97b645df01 /examples
parent432ed6857a0a5904f0a2b96afa94f96a7ccc82d3 (diff)
downloadpytde-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/CONTRIB6
-rw-r--r--examples/uimodules/uiwidgets.py2
-rw-r--r--examples/uisampler.py2
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"],\