From 671df160874c6e4ff50b230a5e5f1eb35f1c6464 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Thu, 31 Jan 2013 13:22:25 -0600 Subject: Rename KStandard for enhanced compatibility with KDE4 --- displayconfig/displayconfig.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/displayconfig/displayconfig.py b/displayconfig/displayconfig.py index bc9ba60..30d2693 100755 --- a/displayconfig/displayconfig.py +++ b/displayconfig/displayconfig.py @@ -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. -- cgit v1.2.1