diff options
Diffstat (limited to 'kexi/formeditor/container.h')
-rw-r--r-- | kexi/formeditor/container.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kexi/formeditor/container.h b/kexi/formeditor/container.h index bd46c7a1..03f2c6c6 100644 --- a/kexi/formeditor/container.h +++ b/kexi/formeditor/container.h @@ -47,7 +47,7 @@ class Form; class KFORMEDITOR_EXPORT EventEater : public TQObject { Q_OBJECT - TQ_OBJECT + public: /*! Constructs eater object. All events for \a widget and it's subwidgets @@ -73,7 +73,7 @@ class KFORMEDITOR_EXPORT EventEater : public TQObject class KFORMEDITOR_EXPORT Container : public TQObject { Q_OBJECT - TQ_OBJECT + public: enum LayoutType { NoLayout=0, HBox, VBox, Grid, HFlow, VFlow, /* special types */ HSplitter, VSplitter }; |