diff options
author | Timothy Pearson <[email protected]> | 2013-01-22 19:59:13 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-01-22 19:59:13 -0600 |
commit | bc3f9ee966e23165115ac340a4dbfb64f8d0a518 (patch) | |
tree | 37684d09f09a20de750ab8640249339e99eb177c /grubconfig/grubconfig.py | |
parent | a47cb223414ce05fd91a0dc46540b4e7ba43f469 (diff) | |
download | tde-guidance-bc3f9ee966e23165115ac340a4dbfb64f8d0a518.tar.gz tde-guidance-bc3f9ee966e23165115ac340a4dbfb64f8d0a518.zip |
Rename KInstance and KAboutData to avoid conflicts with KDE4
Diffstat (limited to 'grubconfig/grubconfig.py')
-rw-r--r-- | grubconfig/grubconfig.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/grubconfig/grubconfig.py b/grubconfig/grubconfig.py index 3fccfbd..435d701 100644 --- a/grubconfig/grubconfig.py +++ b/grubconfig/grubconfig.py @@ -679,9 +679,9 @@ def create_grubconfig(parent,name): ########################################################################## def MakeAboutData(): - aboutdata = KAboutData("guidance", programname, version, + aboutdata = TDEAboutData("guidance", programname, version, unicode(i18n("Boot Loader Configuration Tool")).encode(locale.getpreferredencoding()), - KAboutData.License_GPL, "Copyright (C) 2006-2007 Martin Böhm") + TDEAboutData.License_GPL, "Copyright (C) 2006-2007 Martin Böhm") aboutdata.addAuthor("Martin Böhm", "Developer", "[email protected]", "http://mhb.ath.cx/") aboutdata.addAuthor("Simon Edwards", "Developer", "[email protected]", "http://www.simonzone.com/software/") aboutdata.addAuthor("Sebastian Kügler", "Developer", "[email protected]", "http://vizZzion.org") |