|
|
|
@ -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");
|
|
|
|
|