summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-07 11:02:47 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-07 11:02:47 -0600
commit6410fccc4e2320e55a552a016263213afe9515f3 (patch)
tree988bafa84fdd93f646799a0d5b230944b9d68e74
parente7d6dbc5fa50e40f0bf05d7fe7e2032313533525 (diff)
downloadpytdeextensions-6410fccc.tar.gz
pytdeextensions-6410fccc.zip
Rename KAbout to avoid conflicts with KDE4
-rwxr-xr-xapp_templates/kcontrol_module/src/kcontrol_module.py2
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):