summaryrefslogtreecommitdiffstats
path: root/src/webqueryciteseerx.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/webqueryciteseerx.cpp')
-rw-r--r--src/webqueryciteseerx.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/webqueryciteseerx.cpp b/src/webqueryciteseerx.cpp
index f84551e..f023c5d 100644
--- a/src/webqueryciteseerx.cpp
+++ b/src/webqueryciteseerx.cpp
@@ -307,7 +307,7 @@ namespace KBibTeX
else if ( !m_aborted )
{
m_currentParser = m_queryQueue.front().parser;
- TDEIO::Job *job = TDEIO::storedGet( m_queryQueue.front().url, FALSE, FALSE );
+ TDEIO::Job *job = TDEIO::storedGet( m_queryQueue.front().url, false, false );
m_queryQueue.pop_front();
connect( job, TQ_SIGNAL( result( TDEIO::Job * ) ), this, TQ_SLOT( getData( TDEIO::Job * ) ) );
}