summaryrefslogtreecommitdiffstats
path: root/examples/pykde-sampler/dialogs/font.py
diff options
context:
space:
mode:
authorTimothy Pearson <[email protected]>2011-11-06 02:25:51 -0600
committerTimothy Pearson <[email protected]>2011-11-06 02:25:51 -0600
commit10d461f8a8b11ea740680361c20c4a378811e8a4 (patch)
treefb43cedf9cd3b06209af237c3cbbc9c0a8fb0896 /examples/pykde-sampler/dialogs/font.py
parent23c5b612d95f27d80c70adef92890955574a94bf (diff)
downloadpytde-10d461f8a8b11ea740680361c20c4a378811e8a4.tar.gz
pytde-10d461f8a8b11ea740680361c20c4a378811e8a4.zip
Additional kde to tde renaming
Diffstat (limited to 'examples/pykde-sampler/dialogs/font.py')
-rw-r--r--examples/pykde-sampler/dialogs/font.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/examples/pykde-sampler/dialogs/font.py b/examples/pykde-sampler/dialogs/font.py
index ae2189e..efa9af7 100644
--- a/examples/pykde-sampler/dialogs/font.py
+++ b/examples/pykde-sampler/dialogs/font.py
@@ -1,11 +1,11 @@
from qt import QFrame, QHBoxLayout, QVBoxLayout, QTimer, SIGNAL, QFont, QString
-from kdecore import i18n
-from kdeui import KPushButton, KFontDialog, KTextEdit
+from tdecore import i18n
+from tdeui import KPushButton, KFontDialog, KTextEdit
iconName = 'fonts'
labelText = 'KFontDialog'
-docParts = ('kdeui', 'KFontDialog')
+docParts = ('tdeui', 'KFontDialog')
helpText = ("KDE provides a font dialog box for users to select (can you "
"guess??) fonts. The button below displays a font dialog box. "
"The font of this widget (the text widget you're reading) is used "