From fbbad1fdbec7cab719c3e9bdb6d8693cf8b3e61d Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 17 Feb 2012 16:01:33 -0600 Subject: Remove spurious TQ_OBJECT instances --- src/common/gui/container.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/common/gui/container.h') diff --git a/src/common/gui/container.h b/src/common/gui/container.h index 880fd28..df59d1c 100644 --- a/src/common/gui/container.h +++ b/src/common/gui/container.h @@ -20,7 +20,7 @@ class PopupButton; class Container : public TQFrame { Q_OBJECT - TQ_OBJECT + public: enum Type { Flat, Sunken }; Container(TQWidget *parent = 0, Type type = Flat); @@ -48,7 +48,7 @@ private: class ButtonContainer : public Container { Q_OBJECT - TQ_OBJECT + public: ButtonContainer(const TQString &title, TQWidget *parent); PopupButton &button() { return *_button; } -- cgit v1.2.1