From ec92de66e81b145119ff15bea0ad88436eb7bd4b Mon Sep 17 00:00:00 2001 From: kergoth Date: Thu, 14 Nov 2002 22:40:52 +0000 Subject: namespace and include fix for uses of iostream in STL --- (limited to 'noncore/games/kbill/MCursor.cc') diff --git a/noncore/games/kbill/MCursor.cc b/noncore/games/kbill/MCursor.cc index 30f7577..a3cb340 100644 --- a/noncore/games/kbill/MCursor.cc +++ b/noncore/games/kbill/MCursor.cc @@ -25,7 +25,7 @@ #include #include #endif -#include +#include #include MCursor::~MCursor() { delete cursor; @@ -42,14 +42,14 @@ void MCursor::load(const char *name, int masked) { QBitmap bitmap, mask; if (bitmap.load(file) == FALSE) { - cerr << "cannot open " << file << endl; + std::cerr << "cannot open " << file << std::endl; exit(1); } if (masked == SEP_MASK) { // mfile.sprintf ("%sbitmaps/%s_mask.xbm", (const char*)dir, name); mfile = file = dirs.findResource("data","kbill/bitmaps/" + QString::fromLocal8Bit(name) + "_mask.xbm"); if (mask.load(mfile) == FALSE) { - cerr << "cannot open " << file << endl; + std::cerr << "cannot open " << file << std::endl; exit(1); } } -- cgit v0.9.0.2