From f3d6db702823b4cd9d83aa1e735667df9ddeea61 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Thu, 7 Feb 2013 10:59:52 -0600 Subject: [PATCH] Rename KAbout to avoid conflicts with KDE4 --- displayconfig/displayconfig.py | 2 +- mountconfig/mountconfig.py | 2 +- powermanager/guidance-power-manager.py | 2 +- serviceconfig/serviceconfig.py | 2 +- userconfig/userconfig.py | 2 +- wineconfig/wineconfig.py | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/displayconfig/displayconfig.py b/displayconfig/displayconfig.py index a7c5ede..cc2ad79 100755 --- a/displayconfig/displayconfig.py +++ b/displayconfig/displayconfig.py @@ -467,7 +467,7 @@ class DisplayApp(programbase): self.monitordialog.setMonitorDB(self.monitordb) - self.aboutus = KAboutApplication(self) + self.aboutus = TDEAboutApplication(self) # For centering the timed Apply dialog. self.applytimerdialog = None 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) diff --git a/powermanager/guidance-power-manager.py b/powermanager/guidance-power-manager.py index c28e846..cef7e52 100755 --- a/powermanager/guidance-power-manager.py +++ b/powermanager/guidance-power-manager.py @@ -1065,7 +1065,7 @@ class PowermanagerApp(KDialogBase): self.pmwidget.prepare() self.setMainWidget(self.pmwidget) - self.aboutus = KAboutApplication(self) + self.aboutus = TDEAboutApplication(self) def slotOk(self): """ The OK button has been pressed, save configuration and pass on do whatever diff --git a/serviceconfig/serviceconfig.py b/serviceconfig/serviceconfig.py index f302d7c..6b1415a 100755 --- a/serviceconfig/serviceconfig.py +++ b/serviceconfig/serviceconfig.py @@ -965,7 +965,7 @@ class SysVInitApp(programbase): self.context.loadInfo() - self.aboutus = KAboutApplication(self) + self.aboutus = TDEAboutApplication(self) if standalone: toplayout = QVBoxLayout( self.plainPage(), 0, KDialog.spacingHint() ) diff --git a/userconfig/userconfig.py b/userconfig/userconfig.py index 56809be..2280754 100755 --- a/userconfig/userconfig.py +++ b/userconfig/userconfig.py @@ -87,7 +87,7 @@ class UserConfigApp(programbase): self.updatingGUI = True - self.aboutus = KAboutApplication(self) + self.aboutus = TDEAboutApplication(self) # --- User Tab --- if standalone: diff --git a/wineconfig/wineconfig.py b/wineconfig/wineconfig.py index 2d6e894..e6fe8d0 100755 --- a/wineconfig/wineconfig.py +++ b/wineconfig/wineconfig.py @@ -124,7 +124,7 @@ class WineConfigApp(programbase): else: self._buildGUI_noWine() - self.aboutus = KAboutApplication(self) + self.aboutus = TDEAboutApplication(self) if standalone: self.enableButton(KDialogBase.User1,False) # Reset button