~neon/kolf/master

« back to all changes in this revision

Viewing changes to game.h

  • Committer: Montel Laurent
  • Date: 2014-12-17 18:45:42 UTC
  • mto: This revision was merged to the branch mainline in revision 1182.
  • Revision ID: git-v1:d64c6fc73734cb5a84066385e7ddb50d2f1d9d6a
Fix includes

Show diffs side-by-side

added added

removed removed

Lines of Context:
28
28
#include "tagaro/scene.h"
29
29
 
30
30
#include <QGraphicsView>
31
 
#include <KLocale>
32
31
#include <KConfigGroup>
33
32
 
34
 
class QLabel;
35
 
class QSlider;
36
 
class QCheckBox;
37
 
class QVBoxLayout;
38
33
class KolfGame;
39
34
class KGameRenderer;
40
35