diff options
Diffstat (limited to 'examples/pykde-sampler/misc')
-rw-r--r-- | examples/pykde-sampler/misc/__init__.py | 2 | ||||
-rw-r--r-- | examples/pykde-sampler/misc/gradientselect.py | 6 | ||||
-rw-r--r-- | examples/pykde-sampler/misc/passivepop.py | 6 | ||||
-rw-r--r-- | examples/pykde-sampler/misc/window_info.py | 4 |
4 files changed, 9 insertions, 9 deletions
diff --git a/examples/pykde-sampler/misc/__init__.py b/examples/pykde-sampler/misc/__init__.py index b0c9208..25780a4 100644 --- a/examples/pykde-sampler/misc/__init__.py +++ b/examples/pykde-sampler/misc/__init__.py @@ -5,7 +5,7 @@ iconName = 'misc' helpText = ("") from qt import QFrame, QVBoxLayout -from kdeui import KTextEdit +from tdeui import KTextEdit class MainFrame(QFrame): 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." diff --git a/examples/pykde-sampler/misc/passivepop.py b/examples/pykde-sampler/misc/passivepop.py index 81d383a..d38b4ec 100644 --- a/examples/pykde-sampler/misc/passivepop.py +++ b/examples/pykde-sampler/misc/passivepop.py @@ -1,10 +1,10 @@ from qt import Qt, QFrame, QHBoxLayout, QVBoxLayout, QLabel, SIGNAL -from kdeui import KPassivePopup, KTextEdit, KPushButton -from kdecore import KGlobal, KIcon +from tdeui import KPassivePopup, KTextEdit, KPushButton +from tdecore import KGlobal, KIcon iconName = 'popup' labelText = 'KPassivePopup' -docParts = ('kdeui', 'KPassivePopup') +docParts = ('tdeui', 'KPassivePopup') helpText = ('Examples of the KPassivePopup widget.') diff --git a/examples/pykde-sampler/misc/window_info.py b/examples/pykde-sampler/misc/window_info.py index 08bff22..497aa39 100644 --- a/examples/pykde-sampler/misc/window_info.py +++ b/examples/pykde-sampler/misc/window_info.py @@ -2,8 +2,8 @@ from qt import QFrame, QHBoxLayout, QVBoxLayout, SIGNAL -from kdeui import KWindowInfo, KPushButton, KTextEdit -from kdecore import i18n, KApplication +from tdeui import KWindowInfo, KPushButton, KTextEdit +from tdecore import i18n, KApplication iconName = 'misc' labelText = 'KWindowInfo' |