diff options
Diffstat (limited to 'kommander/editor/widgetfactory.h')
-rw-r--r-- | kommander/editor/widgetfactory.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/kommander/editor/widgetfactory.h b/kommander/editor/widgetfactory.h index 0135878f..f5d42713 100644 --- a/kommander/editor/widgetfactory.h +++ b/kommander/editor/widgetfactory.h @@ -70,7 +70,7 @@ public: NoLayout }; - static TQWidget *create( int id, TQWidget *parent, const char *name = 0, bool init = TRUE, + static TQWidget *create( int id, TQWidget *parent, const char *name = 0, bool init = true, const TQRect *rect = 0, Orientation orient = TQt::Horizontal ); static TQLayout *createLayout( TQWidget *widget, TQLayout* layout, LayoutType type ); static void deleteLayout( TQWidget *widget ); @@ -360,7 +360,7 @@ class QDesignerDialog : public TQDialog public: QDesignerDialog( FormWindow *fw, TQWidget *parent, const char *name ) - : TQDialog( parent, name, FALSE, WResizeNoErase ), formwindow( fw ) {} + : TQDialog( parent, name, false, WResizeNoErase ), formwindow( fw ) {} protected: void paintEvent( TQPaintEvent *e ); @@ -476,7 +476,7 @@ class EditorDialog : public Dialog public: EditorDialog( FormWindow *fw, TQWidget *parent, const char *name ) - : Dialog( parent, name, FALSE, WResizeNoErase ), formwindow( fw ) { } + : Dialog( parent, name, false, WResizeNoErase ), formwindow( fw ) { } protected: void paintEvent( TQPaintEvent *e ); |