From bc3f9ee966e23165115ac340a4dbfb64f8d0a518 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Tue, 22 Jan 2013 19:59:13 -0600 Subject: Rename KInstance and KAboutData to avoid conflicts with KDE4 --- mountconfig/mountconfig.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'mountconfig/mountconfig.py') 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"); -- cgit v1.2.1