summaryrefslogtreecommitdiffstats
path: root/mountconfig
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-07 10:59:52 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-07 10:59:52 -0600
commitf3d6db702823b4cd9d83aa1e735667df9ddeea61 (patch)
treefd5784a88ea67902c616ddb647708f9a0d749b47 /mountconfig
parente450ab4852c9bc6c3273efb8691b1b129e885df3 (diff)
downloadtde-guidance-f3d6db702823b4cd9d83aa1e735667df9ddeea61.tar.gz
tde-guidance-f3d6db702823b4cd9d83aa1e735667df9ddeea61.zip
Rename KAbout to avoid conflicts with KDE4
Diffstat (limited to 'mountconfig')
-rwxr-xr-xmountconfig/mountconfig.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/mountconfig/mountconfig.py b/mountconfig/mountconfig.py
index 5e9692c..5e606ad 100755
--- a/mountconfig/mountconfig.py
+++ b/mountconfig/mountconfig.py
@@ -2877,7 +2877,7 @@ class MountConfigApp(programbase):
self.updatingGUI = False
self.mounttable = MountTable('/etc/fstab','/etc/mtab')
self.selectedentry = None
- self.aboutus = KAboutApplication(self)
+ self.aboutus = TDEAboutApplication(self)
self.sizeviewdialogs = {}
toplayout = QVBoxLayout(topwidget, 0, KDialog.spacingHint())
#topwidget.setEnabled(isroot)