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/example_dcopext.py | |
parent | 23c5b612d95f27d80c70adef92890955574a94bf (diff) | |
download | pytde-10d461f8a8b11ea740680361c20c4a378811e8a4.tar.gz pytde-10d461f8a8b11ea740680361c20c4a378811e8a4.zip |
Additional kde to tde renaming
Diffstat (limited to 'examples/example_dcopext.py')
-rw-r--r-- | examples/example_dcopext.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/example_dcopext.py b/examples/example_dcopext.py index 8f3801a..c68cd35 100644 --- a/examples/example_dcopext.py +++ b/examples/example_dcopext.py @@ -30,7 +30,7 @@ copyright holder. import sys, time import dcop import dcopext -from kdecore import KApplication, KCmdLineArgs, KAboutData +from tdecore import KApplication, KCmdLineArgs, KAboutData from qt import QString, QCString |