diff options
Diffstat (limited to 'test/test.cpp')
-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 |