summaryrefslogtreecommitdiffstats
path: root/examples/pykde-sampler/basic_widgets/historycombo.py
diff options
context:
space:
mode:
Diffstat (limited to 'examples/pykde-sampler/basic_widgets/historycombo.py')
-rw-r--r--examples/pykde-sampler/basic_widgets/historycombo.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/pykde-sampler/basic_widgets/historycombo.py b/examples/pykde-sampler/basic_widgets/historycombo.py
index aa35b53..a71b72c 100644
--- a/examples/pykde-sampler/basic_widgets/historycombo.py
+++ b/examples/pykde-sampler/basic_widgets/historycombo.py
@@ -1,11 +1,11 @@
from qt import Qt, QFrame, QHBoxLayout, QVBoxLayout, QStringList, QLabel, \
SIGNAL, SLOT
-from kdeui import KHistoryCombo, KTextEdit
+from tdeui import KHistoryCombo, KTextEdit
iconName = 'history'
labelText = 'KHistoryCombo'
-docParts = ('kdeui', 'KHistoryCombo')
+docParts = ('tdeui', 'KHistoryCombo')
helpText = ('An example of the KHistoryCombo widget.'
'\n\n'
'Completion is enabled via the setHistoryItems call; when the second '