diff options
Diffstat (limited to 'atlantik/libatlantic/trade.h')
-rw-r--r-- | atlantik/libatlantic/trade.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/atlantik/libatlantic/trade.h b/atlantik/libatlantic/trade.h index 5ee399d1..ec3d9415 100644 --- a/atlantik/libatlantic/trade.h +++ b/atlantik/libatlantic/trade.h @@ -31,7 +31,7 @@ class Estate; class LIBATLANTIC_EXPORT TradeItem : public TQObject { Q_OBJECT - TQ_OBJECT + public: TradeItem(Trade *trade, Player *from, Player *to); @@ -61,7 +61,7 @@ private: class LIBATLANTIC_EXPORT TradeEstate : public TradeItem { Q_OBJECT - TQ_OBJECT + public: TradeEstate(Estate *estate, Trade *trade, Player *to); @@ -81,7 +81,7 @@ private: class LIBATLANTIC_EXPORT TradeMoney : public TradeItem { Q_OBJECT - TQ_OBJECT + public: TradeMoney(unsigned int money, Trade *trade, Player *from, Player *to); @@ -102,7 +102,7 @@ private: class LIBATLANTIC_EXPORT Trade : public TQObject { Q_OBJECT - TQ_OBJECT + public: Trade(int tradeId); |