diff options
author | Timothy Pearson <[email protected]> | 2013-02-07 11:02:47 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-02-07 11:02:47 -0600 |
commit | 6410fccc4e2320e55a552a016263213afe9515f3 (patch) | |
tree | 988bafa84fdd93f646799a0d5b230944b9d68e74 /app_templates | |
parent | e7d6dbc5fa50e40f0bf05d7fe7e2032313533525 (diff) | |
download | pytdeextensions-6410fccc4e2320e55a552a016263213afe9515f3.tar.gz pytdeextensions-6410fccc4e2320e55a552a016263213afe9515f3.zip |
Rename KAbout to avoid conflicts with KDE4
Diffstat (limited to 'app_templates')
-rwxr-xr-x | app_templates/kcontrol_module/src/kcontrol_module.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app_templates/kcontrol_module/src/kcontrol_module.py b/app_templates/kcontrol_module/src/kcontrol_module.py index f1bf186..1320c07 100755 --- a/app_templates/kcontrol_module/src/kcontrol_module.py +++ b/app_templates/kcontrol_module/src/kcontrol_module.py @@ -80,7 +80,7 @@ class KcontrolModuleApp(programbase): toplayout.addWidget(mainwidget) - self.aboutus = KAboutApplication(self) + self.aboutus = TDEAboutApplication(self) ######################################################################## def __del__(self): |