summaryrefslogtreecommitdiffstats
path: root/src/fetch/googlescholarfetcher.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/fetch/googlescholarfetcher.h')
-rw-r--r--src/fetch/googlescholarfetcher.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/fetch/googlescholarfetcher.h b/src/fetch/googlescholarfetcher.h
index 8ef91da..5c0b8a1 100644
--- a/src/fetch/googlescholarfetcher.h
+++ b/src/fetch/googlescholarfetcher.h
@@ -83,9 +83,9 @@ private slots:
private:
void doSearch();
- int m_limit;
- int m_start;
- int m_total;
+ size_t m_limit;
+ size_t m_start;
+ size_t m_total;
TQByteArray m_data;
TQMap<int, Data::EntryPtr> m_entries;