summaryrefslogtreecommitdiffstats
path: root/kbackgammon/kbgboard.h
diff options
context:
space:
mode:
Diffstat (limited to 'kbackgammon/kbgboard.h')
-rw-r--r--kbackgammon/kbgboard.h16
1 files changed, 8 insertions, 8 deletions
diff --git a/kbackgammon/kbgboard.h b/kbackgammon/kbgboard.h
index ed5feeea..149a9157 100644
--- a/kbackgammon/kbgboard.h
+++ b/kbackgammon/kbgboard.h
@@ -98,7 +98,7 @@ class KBgBoardQDice;
class KBgBoard : public TQWidget
{
Q_OBJECT
- TQ_OBJECT
+
friend class KBgBoardCell;
friend class KBgBoardHome;
@@ -462,7 +462,7 @@ protected:
class KBgBoardCell : public TQLabel
{
Q_OBJECT
- TQ_OBJECT
+
public:
@@ -617,7 +617,7 @@ protected:
class KBgBoardHome : public KBgBoardCell
{
Q_OBJECT
- TQ_OBJECT
+
public:
/**
@@ -680,7 +680,7 @@ class KBgBoardHome : public KBgBoardCell
class KBgBoardBar : public KBgBoardCell
{
Q_OBJECT
- TQ_OBJECT
+
public:
/**
@@ -728,7 +728,7 @@ class KBgBoardBar : public KBgBoardCell
class KBgBoardField : public KBgBoardCell
{
Q_OBJECT
- TQ_OBJECT
+
public:
/**
@@ -824,7 +824,7 @@ class KBgBoardMove
class KBgBoardQDice : public TQDialog
{
Q_OBJECT
- TQ_OBJECT
+
public:
@@ -858,7 +858,7 @@ public slots:
class KBgBoardQCube : public TQDialog
{
Q_OBJECT
- TQ_OBJECT
+
public:
@@ -904,7 +904,7 @@ protected slots:
class KBgBoardSetup : public KBgBoard
{
Q_OBJECT
- TQ_OBJECT
+
public: