diff options
author | Timothy Pearson <[email protected]> | 2013-02-07 10:59:52 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-02-07 10:59:52 -0600 |
commit | f3d6db702823b4cd9d83aa1e735667df9ddeea61 (patch) | |
tree | fd5784a88ea67902c616ddb647708f9a0d749b47 /displayconfig | |
parent | e450ab4852c9bc6c3273efb8691b1b129e885df3 (diff) | |
download | tde-guidance-f3d6db702823b4cd9d83aa1e735667df9ddeea61.tar.gz tde-guidance-f3d6db702823b4cd9d83aa1e735667df9ddeea61.zip |
Rename KAbout to avoid conflicts with KDE4
Diffstat (limited to 'displayconfig')
-rwxr-xr-x | displayconfig/displayconfig.py | 2 |
1 files changed, 1 insertions, 1 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 |