diff options
Diffstat (limited to 'src/fileimporterexternal.h')
-rw-r--r-- | src/fileimporterexternal.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fileimporterexternal.h b/src/fileimporterexternal.h index e341f99..5ace8a4 100644 --- a/src/fileimporterexternal.h +++ b/src/fileimporterexternal.h @@ -46,7 +46,7 @@ namespace BibTeX // FIXME: this is a stub: static bool guessCanDecode( const TQString & ) { - return TRUE; + return true; }; public slots: |