summaryrefslogtreecommitdiffstats
path: root/kcron/ktview.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kcron/ktview.cpp')
-rw-r--r--kcron/ktview.cpp11
1 files changed, 0 insertions, 11 deletions
diff --git a/kcron/ktview.cpp b/kcron/ktview.cpp
index 2cab70b..beab6a1 100644
--- a/kcron/ktview.cpp
+++ b/kcron/ktview.cpp
@@ -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
{
-#ifdef HAVE_SSTREAM
ostringstream oss;
-#else
- char buffer[4096];
- ostrstream oss(buffer, sizeof(buffer));
-#endif
-
oss<<*(user->getCTCron())<<ends;
if (oss) {