diff options
Diffstat (limited to 'src/entrywidgetpublication.cpp')
-rw-r--r-- | src/entrywidgetpublication.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/entrywidgetpublication.cpp b/src/entrywidgetpublication.cpp index b23d2c8..09f6c7c 100644 --- a/src/entrywidgetpublication.cpp +++ b/src/entrywidgetpublication.cpp @@ -255,7 +255,7 @@ namespace KBibTeX void EntryWidgetPublication::updateWarnings( BibTeX::Entry::EntryType entryType, TQListView *listViewWarnings ) { - bool crossRefValid = FALSE; + bool crossRefValid = false; BibTeX::Value *value = NULL; addMissingWarning( entryType, BibTeX::EntryField::ftHowPublished, m_fieldLineEditHowPublished->caption(), !m_fieldLineEditHowPublished->isEmpty(), m_fieldLineEditHowPublished, listViewWarnings ); |