summaryrefslogtreecommitdiffstats
path: root/src/webquerygooglescholar.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/webquerygooglescholar.cpp')
-rw-r--r--src/webquerygooglescholar.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/webquerygooglescholar.cpp b/src/webquerygooglescholar.cpp
index 6747da1..be47b64 100644
--- a/src/webquerygooglescholar.cpp
+++ b/src/webquerygooglescholar.cpp
@@ -53,8 +53,8 @@ namespace KBibTeX
WebQueryGoogleScholar::WebQueryGoogleScholar( TQWidget* parent )
: WebQuery( parent ), m_transferJob( NULL ), m_transferJobBuffer( NULL )
{
- m_importer = new BibTeX::FileImporterBibTeX( FALSE );
- m_importer->setIgnoreComments( TRUE );
+ m_importer = new BibTeX::FileImporterBibTeX( false );
+ m_importer->setIgnoreComments( true );
m_widget = new WebQueryGoogleScholarWidget( parent );
}