diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2021-11-05 18:54:42 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2021-11-05 18:54:42 +0900 |
commit | eb2210c94488f6c57159fede9a98891e4f3a1a52 (patch) | |
tree | 5a00e2f85696aef16ef7bf9c1655f0ca76243195 /test | |
parent | 58baf01dab5d45b890534bf8a1eb42d677332407 (diff) | |
download | polkit-tqt-eb2210c94488f6c57159fede9a98891e4f3a1a52.tar.gz polkit-tqt-eb2210c94488f6c57159fede9a98891e4f3a1a52.zip |
More conversion polkitqt1 -> polkit-tqt.
Started conversion of 'core' library module.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'test')
-rw-r--r-- | test/test.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test.cpp b/test/test.cpp index e2358f4e6..4ff5794c0 100644 --- a/test/test.cpp +++ b/test/test.cpp @@ -176,7 +176,7 @@ void TestAuth::test_Authority() void TestAuth::test_Subject() { // Get pid of this appication - tqint64 pid = TQCoreApplication::applicationPid(); + TQ_LONG pid = TQCoreApplication::applicationPid(); // Create unix process for it UnixProcessSubject *process = new UnixProcessSubject(pid); // Test if pid doesn't differ |