summaryrefslogtreecommitdiffstats
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
parente450ab4852c9bc6c3273efb8691b1b129e885df3 (diff)
downloadtde-guidance-f3d6db70.tar.gz
tde-guidance-f3d6db70.zip
Rename KAbout to avoid conflicts with KDE4
-rwxr-xr-xdisplayconfig/displayconfig.py2
-rwxr-xr-xmountconfig/mountconfig.py2
-rwxr-xr-xpowermanager/guidance-power-manager.py2
-rwxr-xr-xserviceconfig/serviceconfig.py2
-rwxr-xr-xuserconfig/userconfig.py2
-rwxr-xr-xwineconfig/wineconfig.py2
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