diff options
| author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-06 02:25:51 -0600 |
|---|---|---|
| committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-06 02:25:51 -0600 |
| commit | 10d461f8a8b11ea740680361c20c4a378811e8a4 (patch) | |
| tree | fb43cedf9cd3b06209af237c3cbbc9c0a8fb0896 /examples/pykde-sampler/misc/gradientselect.py | |
| parent | 23c5b612d95f27d80c70adef92890955574a94bf (diff) | |
| download | pytde-10d461f8a8b11ea740680361c20c4a378811e8a4.tar.gz pytde-10d461f8a8b11ea740680361c20c4a378811e8a4.zip | |
Additional kde to tde renaming
Diffstat (limited to 'examples/pykde-sampler/misc/gradientselect.py')
| -rw-r--r-- | examples/pykde-sampler/misc/gradientselect.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/examples/pykde-sampler/misc/gradientselect.py b/examples/pykde-sampler/misc/gradientselect.py index 724dd52..5ef911d 100644 --- a/examples/pykde-sampler/misc/gradientselect.py +++ b/examples/pykde-sampler/misc/gradientselect.py @@ -1,10 +1,10 @@ from qt import QFrame, QHBoxLayout, QVBoxLayout, SIGNAL, QColor, QSizePolicy, QLabel -from kdecore import i18n -from kdeui import KPushButton, KGradientSelector, KTextEdit, KDualColorButton, KColorPatch +from tdecore import i18n +from tdeui import KPushButton, KGradientSelector, KTextEdit, KDualColorButton, KColorPatch iconName = 'colors' labelText = 'KGradientSelector' -docParts = ('kdeui', 'KGradientSelector') +docParts = ('tdeui', 'KGradientSelector') helpText = ("An example of the KGradientSelector widget." "\n" "Change the start and finish colors with the dual color button." |
