@ -16,12 +16,7 @@
#include <config.h>
#ifdef HAVE_SSTREAM
#include <sstream>
#else
#include <strstream.h>
#endif
#include <string>
#include <tqstring.h>
@ -291,13 +286,7 @@ void KTView :: pageHeading (KTListItem* user, KTPrint &printer) const
void KTView :: pageFooter (KTListItem* user, KTPrint &printer) const
{
ostringstream oss;
char buffer[4096];
ostrstream oss(buffer, sizeof(buffer));
oss<<*(user->getCTCron())<<ends;
if (oss) {