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