From 11b6ce5ac500dce757ccdd0a5f5b5ecd7fb866c8 Mon Sep 17 00:00:00 2001 From: waspe Date: Fri, 16 May 2003 16:34:55 +0000 Subject: *** empty log message *** --- (limited to 'noncore/games/backgammon/backgammonview.h') diff --git a/noncore/games/backgammon/backgammonview.h b/noncore/games/backgammon/backgammonview.h index e50f2b0..52508e2 100644 --- a/noncore/games/backgammon/backgammonview.h +++ b/noncore/games/backgammon/backgammonview.h @@ -1,5 +1,5 @@ -#ifndef BACKGAMMONVIEW_H -#define BACKGAMMONVIEW_H +#ifndef BACKGAMMON_VIEW_H +#define BACKGAMMON_VIEW_H #include @@ -8,11 +8,11 @@ class BackGammonView : public QCanvasView Q_OBJECT public: BackGammonView(QCanvas* canvas,QWidget* parent); - ~BackGammonView(); + ~BackGammonView(); signals: - //void mousepressed(int,int); + void mouse(int,int); private: void contentsMousePressEvent(QMouseEvent* e); }; -#endif //BACKGAMMONVIEW_H \ No newline at end of file +#endif //BACKGAMMON_VIEW_H \ No newline at end of file -- cgit v0.9.0.2