summaryrefslogtreecommitdiffstats
path: root/examples/pykde-sampler/runner.py
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-11-06 02:25:51 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-11-06 02:25:51 -0600
commit10d461f8a8b11ea740680361c20c4a378811e8a4 (patch)
treefb43cedf9cd3b06209af237c3cbbc9c0a8fb0896 /examples/pykde-sampler/runner.py
parent23c5b612d95f27d80c70adef92890955574a94bf (diff)
downloadpytde-10d461f8a8b11ea740680361c20c4a378811e8a4.tar.gz
pytde-10d461f8a8b11ea740680361c20c4a378811e8a4.zip
Additional kde to tde renaming
Diffstat (limited to 'examples/pykde-sampler/runner.py')
-rwxr-xr-xexamples/pykde-sampler/runner.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/pykde-sampler/runner.py b/examples/pykde-sampler/runner.py
index 8b1ad2c..43f89fd 100755
--- a/examples/pykde-sampler/runner.py
+++ b/examples/pykde-sampler/runner.py
@@ -3,8 +3,8 @@
"""
import sys
-from kdecore import KApplication, KCmdLineArgs
-from kdeui import KMainWindow
+from tdecore import KApplication, KCmdLineArgs
+from tdeui import KMainWindow
from qt import QVBoxLayout
## relative import -- cry me a river!