def version(self): """Returns the version of our application.""" return KGlobal.mainComponent().aboutData().version()
def programName(self): """Returns the name of the application.""" return KGlobal.mainComponent().aboutData().programName()