diff options
Diffstat (limited to 'mountconfig/mountconfig.py')
-rwxr-xr-x | mountconfig/mountconfig.py | 2 |
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) |