diff options
author | Timothy Pearson <[email protected]> | 2011-11-06 02:25:51 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2011-11-06 02:25:51 -0600 |
commit | 10d461f8a8b11ea740680361c20c4a378811e8a4 (patch) | |
tree | fb43cedf9cd3b06209af237c3cbbc9c0a8fb0896 /examples/uiqxembed.py | |
parent | 23c5b612d95f27d80c70adef92890955574a94bf (diff) | |
download | pytde-10d461f8a8b11ea740680361c20c4a378811e8a4.tar.gz pytde-10d461f8a8b11ea740680361c20c4a378811e8a4.zip |
Additional kde to tde renaming
Diffstat (limited to 'examples/uiqxembed.py')
-rw-r--r-- | examples/uiqxembed.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/examples/uiqxembed.py b/examples/uiqxembed.py index 4f223b7..6b50945 100644 --- a/examples/uiqxembed.py +++ b/examples/uiqxembed.py @@ -6,9 +6,9 @@ import sys from qt import QIconSet, QProcess, QTimer, SIGNAL, SLOT -from kdecore import KAboutData, KApplication, KCmdLineArgs, KGlobal, KIcon -from kdecore import KWin, KWinModule -from kdeui import KComboBox, KMainWindow, KPushButton, QXEmbed +from tdecore import KAboutData, KApplication, KCmdLineArgs, KGlobal, KIcon +from tdecore import KWin, KWinModule +from tdeui import KComboBox, KMainWindow, KPushButton, QXEmbed ## add the missing items to the pyuic-generated module |