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 /templates/basic/minimal.py | |
parent | 23c5b612d95f27d80c70adef92890955574a94bf (diff) | |
download | pytde-10d461f8a8b11ea740680361c20c4a378811e8a4.tar.gz pytde-10d461f8a8b11ea740680361c20c4a378811e8a4.zip |
Additional kde to tde renaming
Diffstat (limited to 'templates/basic/minimal.py')
-rw-r--r-- | templates/basic/minimal.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/basic/minimal.py b/templates/basic/minimal.py index 72ff3be..8d74187 100644 --- a/templates/basic/minimal.py +++ b/templates/basic/minimal.py @@ -29,8 +29,8 @@ copyright holder. import sys -from kdecore import KApplication -from kdeui import KMainWindow +from tdecore import KApplication +from tdeui import KMainWindow class MainWin (KMainWindow): def __init__ (self, *args): |