Use KDE::'s stat and chmod

This commit is contained in:
Kurt Hindenburg
2011-04-01 10:37:53 -04:00
parent 5cf21b4e2e
commit cacfb081bb
3 changed files with 5 additions and 5 deletions

View File

@@ -817,7 +817,7 @@ private:
QByteArray deviceName = fullDeviceName.toLatin1();
const char* ttyName = deviceName.data();
if (KDE_stat(ttyName, &statInfo) != 0)
if (KDE::stat(ttyName, &statInfo) != 0)
return false;
// Find all processes attached to ttyName