From bfaf2e63e64169abbb1a4c079a937091060574b7 Mon Sep 17 00:00:00 2001 From: manuel Date: Tue, 5 Apr 2011 12:26:04 +0200 Subject: forgot some commits.. replace std::map with QMap --- pacman-c++/block.h | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'pacman-c++/block.h') diff --git a/pacman-c++/block.h b/pacman-c++/block.h index 793d4a8..034a626 100644 --- a/pacman-c++/block.h +++ b/pacman-c++/block.h @@ -1,11 +1,9 @@ #ifndef BLOCK_H #define BLOCK_H - #include "pixmapitem.h" #include "constants.h" -#include - +#include class Block : public PixmapItem @@ -15,7 +13,7 @@ public: private: // map for saving QPixmaps for reuse - static std::map m_pixmaps; + static QMap m_pixmaps; }; #endif // BLOCK_H -- cgit v1.2.3