diff options
| author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-01 15:09:42 -0600 |
|---|---|---|
| committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-01 15:09:42 -0600 |
| commit | 2df6bde18ab40472f2df8637cf6456cb80dc2329 (patch) | |
| tree | 5a4362124ff46786fce835d2f1e7d583c92a5670 /templates/basic/minimal.py | |
| parent | be6cfa4b990910e65e8d2f4f212eba3f7da6ee72 (diff) | |
| download | pytde-2df6bde18ab40472f2df8637cf6456cb80dc2329.tar.gz pytde-2df6bde18ab40472f2df8637cf6456cb80dc2329.zip | |
Rename a number of classes to enhance compatibility with KDE4
Diffstat (limited to 'templates/basic/minimal.py')
| -rw-r--r-- | templates/basic/minimal.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/templates/basic/minimal.py b/templates/basic/minimal.py index 02dda02..8ba815d 100644 --- a/templates/basic/minimal.py +++ b/templates/basic/minimal.py @@ -30,11 +30,11 @@ copyright holder. import sys from tdecore import TDEApplication -from tdeui import KMainWindow +from tdeui import TDEMainWindow -class MainWin (KMainWindow): +class MainWin (TDEMainWindow): def __init__ (self, *args): - apply (KMainWindow.__init__, (self,) + args) + apply (TDEMainWindow.__init__, (self,) + args) #-------------------- main ------------------------------------------------ |
