diff options
Diffstat (limited to 'examples/pykde-sampler/misc/passivepop.py')
-rw-r--r-- | examples/pykde-sampler/misc/passivepop.py | 6 |
1 files changed, 3 insertions, 3 deletions
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.') |