summaryrefslogtreecommitdiffstats
path: root/examples/pykde-sampler/dialogs/passwd.py
diff options
context:
space:
mode:
Diffstat (limited to 'examples/pykde-sampler/dialogs/passwd.py')
-rw-r--r--examples/pykde-sampler/dialogs/passwd.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/examples/pykde-sampler/dialogs/passwd.py b/examples/pykde-sampler/dialogs/passwd.py
index 554093b..946d7ec 100644
--- a/examples/pykde-sampler/dialogs/passwd.py
+++ b/examples/pykde-sampler/dialogs/passwd.py
@@ -1,10 +1,10 @@
from qt import QFrame, QHBoxLayout, QVBoxLayout, SIGNAL
-from kdecore import i18n
-from kdeui import KPushButton, KPasswordDialog, KTextEdit
+from tdecore import i18n
+from tdeui import KPushButton, KPasswordDialog, KTextEdit
iconName = 'password'
labelText = 'KPasswordDialog'
-docParts = ('kdeui', 'KPasswordDialog')
+docParts = ('tdeui', 'KPasswordDialog')
helpText = ("KDE provides two variations on the password dialog. The simple "
"one shown here prompts for a password. The other type allows the "
"user to enter a new password, and provides a second field to "