summaryrefslogtreecommitdiff
path: root/qt5/tests/check_pagelabelinfo.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'qt5/tests/check_pagelabelinfo.cpp')
-rw-r--r--qt5/tests/check_pagelabelinfo.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/qt5/tests/check_pagelabelinfo.cpp b/qt5/tests/check_pagelabelinfo.cpp
index 6a3d89d0..ec262cd8 100644
--- a/qt5/tests/check_pagelabelinfo.cpp
+++ b/qt5/tests/check_pagelabelinfo.cpp
@@ -43,7 +43,7 @@ void TestPageLabelInfo::testFromDecimalUnicode()
void TestPageLabelInfo::testToRoman()
{
GooString str;
- toRoman(177, &str, gFalse);
+ toRoman(177, &str, false);
QCOMPARE (str.getCString(), "clxxvii");
}
@@ -56,7 +56,7 @@ void TestPageLabelInfo::testFromRoman()
void TestPageLabelInfo::testToLatin()
{
GooString str;
- toLatin(54, &str, gFalse);
+ toLatin(54, &str, false);
QCOMPARE(str.getCString(), "bbb");
}