diff options
Diffstat (limited to 'kommander/editor/layout.h')
-rw-r--r-- | kommander/editor/layout.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/kommander/editor/layout.h b/kommander/editor/layout.h index f85dc270..d0e6e737 100644 --- a/kommander/editor/layout.h +++ b/kommander/editor/layout.h @@ -34,7 +34,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 ); @@ -112,7 +112,7 @@ protected: class Spacer : public TQWidget { Q_OBJECT - TQ_OBJECT + TQ_OVERRIDE( TQCString name ) TQ_PROPERTY( Qt::Orientation orientation READ orientation WRITE setOrientation ) @@ -157,7 +157,7 @@ protected: class QDesignerGridLayout : public TQGridLayout { Q_OBJECT - TQ_OBJECT + public: QDesignerGridLayout( TQWidget *parent ) : TQGridLayout( parent ){}; QDesignerGridLayout( TQLayout *parentLayout ) : TQGridLayout( parentLayout ){}; |