From dbeba838ea813b620ec571265c8ea417403fc81c Mon Sep 17 00:00:00 2001 From: manuel Date: Tue, 12 Apr 2011 14:45:24 +0200 Subject: make the server a non gui application this required a lot of reorganization: - don't create ANY pixmaps. that requires QtGui - don't create and QtWidgets - thus SceneHolder is now a QGraphisScene itself - and MainWidgets is a QWidget having SceneHolder as member variable --- pacman-c++/pixmapitem.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'pacman-c++/pixmapitem.h') diff --git a/pacman-c++/pixmapitem.h b/pacman-c++/pixmapitem.h index 4e58a52..7560556 100644 --- a/pacman-c++/pixmapitem.h +++ b/pacman-c++/pixmapitem.h @@ -1,11 +1,10 @@ #ifndef PIXMAPITEM__H #define PIXMAPITEM__H +#include "gameentity.h" #include #include -#include "gameentity.h" - class PixmapItem : public QGraphicsObject, public GameEntity { -- cgit v1.2.3