Rename KStandard for enhanced compatibility with KDE4

pull/2/head
Timothy Pearson 11 years ago
parent dfb6a33665
commit 671df16087

@ -984,7 +984,7 @@ class DisplayApp(programbase):
# Start the timed popup on the :9 display.
#servertestpy = str(TDEGlobal.dirs().findResource("data","guidance/servertestdialog.py"))
servertestpy = os.path.join(os.path.abspath(os.path.dirname(sys.argv[0])),"servertestdialog.py")
pythonexe = unicode(KStandardDirs.findExe("python"))
pythonexe = unicode(TDEStandardDirs.findExe("python"))
testrc = os.system(pythonexe + " " + servertestpy + " '" + auth_filename+"' ")
rc = (rc >> 8) == 0 # Test is good if the return code was 0.

Loading…
Cancel
Save