summaryrefslogtreecommitdiff
path: root/noncore/games/backgammon/backgammon.h
authorwaspe <waspe>2003-06-05 06:48:39 (UTC)
committer waspe <waspe>2003-06-05 06:48:39 (UTC)
commit2f3202871135e2efc67c0cdef9b93d4c4953f372 (patch) (side-by-side diff)
treea988198fdf08bd48d98a961a2194b59177af7013 /noncore/games/backgammon/backgammon.h
parentb72cce3813dfb64fd6d1920961b236c8e27bd27b (diff)
downloadopie-2f3202871135e2efc67c0cdef9b93d4c4953f372.zip
opie-2f3202871135e2efc67c0cdef9b93d4c4953f372.tar.gz
opie-2f3202871135e2efc67c0cdef9b93d4c4953f372.tar.bz2
backround of canvas now in syscolor
Diffstat (limited to 'noncore/games/backgammon/backgammon.h') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/games/backgammon/backgammon.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/noncore/games/backgammon/backgammon.h b/noncore/games/backgammon/backgammon.h
index e3276f1..d803489 100644
--- a/noncore/games/backgammon/backgammon.h
+++ b/noncore/games/backgammon/backgammon.h
@@ -9,25 +9,24 @@
#include <qlabel.h>
#include <qmainwindow.h>
//#include <qwidget.h>
class BackGammon : public QMainWindow
{
Q_OBJECT
private:
- //GUI
//the "status" bar
QLabel* message;
//the main drawing area
QCanvas* area;
BackGammonView* boardview;
CanvasImageItem* board;
CanvasImageItem* table;
CanvasImageItem** p1;
CanvasImageItem** p2;
CanvasImageItem** p1_side;
CanvasImageItem** p2_side;