mirror of
https://github.com/KDE/konsole.git
synced 2026-05-04 20:55:56 -04:00
Use KDE::'s stat and chmod
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user