diff options
Diffstat (limited to 'src/fieldlineedit.h')
-rw-r--r-- | src/fieldlineedit.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fieldlineedit.h b/src/fieldlineedit.h index 51eb05a..60f4185 100644 --- a/src/fieldlineedit.h +++ b/src/fieldlineedit.h @@ -39,7 +39,7 @@ namespace KBibTeX enum InputType {itSingleLine, itMultiLine}; enum ErrorType {etNoError, etInvalidStringKey}; - FieldLineEdit( const TQString& caption, InputType inputType = itSingleLine, bool readOnly = FALSE, TQWidget *parent = 0, const char *name = 0 ); + FieldLineEdit( const TQString& caption, InputType inputType = itSingleLine, bool readOnly = false, TQWidget *parent = 0, const char *name = 0 ); ~FieldLineEdit(); /** |