diff options
Diffstat (limited to 'kdevdesigner/designer/layout.h')
-rw-r--r-- | kdevdesigner/designer/layout.h | 6 |
1 files changed, 3 insertions, 3 deletions
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 ){}; |