diff options
author | Timothy Pearson <[email protected]> | 2013-01-31 13:22:25 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-01-31 13:22:25 -0600 |
commit | 671df160874c6e4ff50b230a5e5f1eb35f1c6464 (patch) | |
tree | 0262b9e6d9b962f1d5d0112413ebcfcaac54f497 | |
parent | dfb6a33665f6c0c9ec0ada435080c06e1b4445b9 (diff) | |
download | tde-guidance-671df160874c6e4ff50b230a5e5f1eb35f1c6464.tar.gz tde-guidance-671df160874c6e4ff50b230a5e5f1eb35f1c6464.zip |
Rename KStandard for enhanced compatibility with KDE4
-rwxr-xr-x | displayconfig/displayconfig.py | 2 |
1 files changed, 1 insertions, 1 deletions
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. |