Lot of fixes for everything.

This commit is contained in:
Tobias Rundstrom 2006-02-21 00:29:28 -03:00
parent bdb2d70683
commit d356989d5e
18 changed files with 253 additions and 47 deletions

View file

@ -1,3 +1,6 @@
#ifndef __SMALLNUMBERDISPLAY_H__
#define __SMALLNUMBERDISPLAY_H__
#include "PixWidget.h"
#include <QPainter>
@ -25,3 +28,4 @@ class SmallNumberDisplay : public PixWidget
Skin *m_skin;
};
#endif