diff options
Diffstat (limited to 'mountconfig/mountconfig.py')
-rwxr-xr-x | mountconfig/mountconfig.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/mountconfig/mountconfig.py b/mountconfig/mountconfig.py index 7f120d7..6ddec47 100755 --- a/mountconfig/mountconfig.py +++ b/mountconfig/mountconfig.py @@ -3270,7 +3270,7 @@ class MountConfigApp(programbase): pass def aboutData(self): - # Return the KAboutData object which we created during initialisation. + # Return the TDEAboutData object which we created during initialisation. return self.aboutdata def buttons(self): # Only supply a Help button. Other choices are Default and Apply. @@ -3286,8 +3286,8 @@ def create_mountconfig(parent,name): ############################################################################ def MakeAboutData(): - aboutdata = KAboutData("mountconfig",programname,version,"Disk & Filesystem Configuration Tool", - KAboutData.License_GPL, "Copyright (C) 2003-2007 Simon Edwards") + aboutdata = TDEAboutData("mountconfig",programname,version,"Disk & Filesystem Configuration Tool", + TDEAboutData.License_GPL, "Copyright (C) 2003-2007 Simon Edwards") aboutdata.addAuthor("Simon Edwards","Developer","simon@simonzone.com", "http://www.simonzone.com/software/guidance") aboutdata.addAuthor("Sebastian Kügler","Developer","sebas@kde.org","http://vizZzion.org"); |