summaryrefslogtreecommitdiffstats
path: root/src/findduplicates.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/findduplicates.cpp')
-rw-r--r--src/findduplicates.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/findduplicates.cpp b/src/findduplicates.cpp
index ed0a4ba..bba1e66 100644
--- a/src/findduplicates.cpp
+++ b/src/findduplicates.cpp
@@ -413,7 +413,7 @@ namespace KBibTeX
return -1; /** no value item found or is empty */
/** parse value item's text */
- bool ok = FALSE;
+ bool ok = false;
int year = TQString( valueItem->text() ).toInt( &ok );
if ( !ok ) year = -1;