From 972d0500299d6bed8e0890810f9c120390268dcf Mon Sep 17 00:00:00 2001 From: mickeyl Date: Sat, 15 Jan 2005 23:07:36 +0000 Subject: kbill no longer needs STL --- (limited to 'noncore/games/kbill/Picture.cc') diff --git a/noncore/games/kbill/Picture.cc b/noncore/games/kbill/Picture.cc index 9d46257..cf96ddf 100644 --- a/noncore/games/kbill/Picture.cc +++ b/noncore/games/kbill/Picture.cc @@ -16,8 +16,8 @@ ***************************************************************************/ #include "Picture.h" -#include - +#include +using namespace Opie::Core; #include #ifdef KDEVER #include @@ -48,7 +48,7 @@ void Picture::load(const char *name, int index) { kdDebug() << file << std::endl; pix = new QPixmap(); if (pix->load(file) == FALSE) - std::cerr << "cannot open " << file << std::endl; + oerr << "cannot open " << file << oendl; width = pix->width(); height = pix->height(); #endif -- cgit v0.9.0.2