From 0fed1a188b8d8be416550c63e2d5954f06434386 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 17 Feb 2012 16:09:32 -0600 Subject: Remove spurious TQ_OBJECT instances --- kdevdesigner/designer/layout.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'kdevdesigner/designer/layout.h') diff --git a/kdevdesigner/designer/layout.h b/kdevdesigner/designer/layout.h index 34891ae0..d9870f55 100644 --- a/kdevdesigner/designer/layout.h +++ b/kdevdesigner/designer/layout.h @@ -41,7 +41,7 @@ class TQPaintEvent; class Layout : public TQObject { Q_OBJECT - TQ_OBJECT + public: Layout( const TQWidgetList &wl, TQWidget *p, FormWindow *fw, TQWidget *lb, bool doSetup = TRUE, bool splitter = FALSE ); @@ -119,7 +119,7 @@ protected: class Spacer : public TQWidget { Q_OBJECT - TQ_OBJECT + TQ_OVERRIDE( TQCString name ) TQ_PROPERTY( Qt::Orientation orientation READ orientation WRITE setOrientation ) @@ -164,7 +164,7 @@ protected: class QDesignerGridLayout : public TQGridLayout { Q_OBJECT - TQ_OBJECT + public: QDesignerGridLayout( TQWidget *parent ) : TQGridLayout( parent ){}; QDesignerGridLayout( TQLayout *parentLayout ) : TQGridLayout( parentLayout ){}; -- cgit v1.2.1