1#include "konq_historycomm.h" 
    3bool KonqHistoryEntry::marshalURLAsStrings;
 
    7TQDataStream& operator<< (TQDataStream& s, 
const KonqHistoryEntry& e) {
 
    8    if (KonqHistoryEntry::marshalURLAsStrings)
 
   15    s << e.numberOfTimesVisited;
 
   22TQDataStream& operator>> (TQDataStream& s, KonqHistoryEntry& e) {
 
   23    if (KonqHistoryEntry::marshalURLAsStrings)
 
   36    s >> e.numberOfTimesVisited;